target-arm: A64: Add "Floating-point data-processing (2 source)" insns
commit459cc34290b2823403f9820345c8a83f66495e1d
authorAlexander Graf <agraf@suse.de>
Sat, 4 Jan 2014 22:15:50 +0000 (4 22:15 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 7 Jan 2014 19:18:06 +0000 (7 19:18 +0000)
treec7772356c1b7b75189e275fa182e48e2aaa51972
parent286cb8b9cb04048b940bd9f385404781a42c6cff
target-arm: A64: Add "Floating-point data-processing (2 source)" insns

This patch adds emulation for the "Floating-point data-processing (2 source)"
group of instructions.

Signed-off-by: Alexander Graf <agraf@suse.de>
[WN: Commit message tweak, merge single and double precision patches. Rebase
 and update to new infrastructure. Incorporate FMIN/FMAX support patch by
 Michael Matz.]
Signed-off-by: Will Newton <will.newton@linaro.org>
[PMM:
 * added convenience accessors for FP s and d regs
 * pulled the field decode and opcode validity check up a level]
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <rth@twiddle.net>
target-arm/translate-a64.c