]> www.infradead.org Git - users/dwmw2/qemu.git/commit
target-arm: A64: Implement remaining integer scalar-3-same insns
authorPeter Maydell <peter.maydell@linaro.org>
Sat, 8 Feb 2014 14:46:56 +0000 (14:46 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Sat, 8 Feb 2014 14:46:56 +0000 (14:46 +0000)
commitc0b2b5fa3651caff0b33621583a3709a8875e85f
tree2da8dda44aecc47f7f98bdfe2cde84a1293a00ea
parent3720a7ea364607a19b26745c40e648a1c0e20523
target-arm: A64: Implement remaining integer scalar-3-same insns

Implement the remaining integer instructions in the scalar-three-reg-same
group: SQADD, UQADD, SQSUB, UQSUB, SQSHL, UQSHL, SQRSHL, UQRSHL,
SQDMULH, SQRDMULH.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <rth@twiddle.net>
target-arm/translate-a64.c