qemu-e2k/tcg/aarch64
Richard Henderson 1789d4274b tcg/aarch64: Fix output of extract2 opcodes
This patch fixes two problems:
(1) The inputs to the EXTR insn were reversed,
(2) The input constraints use rZ, which means that we need to use
    the REG0 macro in order to supply XZR for a constant 0 input.

Fixes: 464c2969d5
Reported-by: Peter Maydell <peter.maydell@linaro.org>
Tested-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
2019-07-14 12:19:00 +02:00
..
tcg-target.h tcg/aarch64: Support vector bitwise select value 2019-05-22 15:09:43 -04:00
tcg-target.inc.c tcg/aarch64: Fix output of extract2 opcodes 2019-07-14 12:19:00 +02:00
tcg-target.opc.h tcg/aarch64: Support vector variable shift opcodes 2019-05-13 22:52:08 +00:00