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
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
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