Re: [Qemu-devel] [PATCH v2 6/8] target-arm: A64: Add integer ops from SIMD 3-same group

2014-01-25 Thread Peter Maydell
On 23 January 2014 15:28, Peter Maydell wrote: > Add some of the integer operations in the SIMD 3-same group: > specifically, the comparisons, addition and subtraction. > > @@ -6040,7 +6062,141 @@ static void disas_simd_3same_float(DisasContext *s, > uint32_t insn) > /* Integer op subgroup of C

Re: [Qemu-devel] [PATCH v2 6/8] target-arm: A64: Add integer ops from SIMD 3-same group

2014-01-23 Thread Richard Henderson
On 01/23/2014 07:28 AM, Peter Maydell wrote: > Add some of the integer operations in the SIMD 3-same group: > specifically, the comparisons, addition and subtraction. > > Signed-off-by: Peter Maydell > --- > target-arm/translate-a64.c | 158 > - > 1 f

[Qemu-devel] [PATCH v2 6/8] target-arm: A64: Add integer ops from SIMD 3-same group

2014-01-23 Thread Peter Maydell
Add some of the integer operations in the SIMD 3-same group: specifically, the comparisons, addition and subtraction. Signed-off-by: Peter Maydell --- target-arm/translate-a64.c | 158 - 1 file changed, 157 insertions(+), 1 deletion(-) diff --git a/ta