]> rtime.felk.cvut.cz Git - lisovros/qemu_apohw.git/commit
target-arm: A64: Add "Floating-point data-processing (2 source)" insns
authorAlexander Graf <agraf@suse.de>
Sat, 4 Jan 2014 22:15:50 +0000 (22:15 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Wed, 8 Jan 2014 19:07:21 +0000 (19:07 +0000)
commitec73d2e096df1848cbd4255ed2b69954498085aa
tree64d916a5920de67f0e058b7c9c13e988167b1fd6
parentf71a2ae50e728f775446302d84e509bf0af43899
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