On 01/26/2014 11:25 AM, Peter Maydell wrote:
> +int elements = dsize / esize;
> +int i;
> +TCGv_i64 tcg_rd_hi, tcg_rd, tcg_rn;
> +
> +if (opsz >= 3) {
> +unallocated_encoding(s);
> +return;
> +}
> +
> +tcg_rn = tcg_temp_new_i64();
> +tcg_rd = tcg_const_i6
From: Alex Bennée
Add the byte-reverse operations REV64, REV32 and REV16 from the
two-reg-misc group.
Signed-off-by: Alex Bennée
Signed-off-by: Peter Maydell
---
target-arm/translate-a64.c | 42 +-
1 file changed, 41 insertions(+), 1 deletion(-)
diff -