Re: [Qemu-devel] [PATCH v3] target-arm: Add support for AArch32 64bit VCVTB and VCVTT

2014-02-04 Thread Peter Maydell
On 29 January 2014 10:31, Will Newton wrote: > Add support for the AArch32 floating-point half-precision to double- > precision conversion VCVTB and VCVTT instructions. > > Signed-off-by: Will Newton Thanks; I've fixed a minor style issue (missing braces on an if-ladder your patch touches) and a

[Qemu-devel] [PATCH v3] target-arm: Add support for AArch32 64bit VCVTB and VCVTT

2014-01-29 Thread Will Newton
Add support for the AArch32 floating-point half-precision to double- precision conversion VCVTB and VCVTT instructions. Signed-off-by: Will Newton --- target-arm/translate.c | 74 ++ 1 file changed, 56 insertions(+), 18 deletions(-) Changes in v3: