]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/arm: Decode aa64 armv8.3 fcmla
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 2 Mar 2018 10:45:44 +0000 (10:45 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 2 Mar 2018 11:03:45 +0000 (11:03 +0000)
commitd17b7cdcf4ea3e858ceee8b86fc8544bb71561e6
treeebc522528a2ec2caa5570502e34bc6ee29e7a7a6
parent1695cd61b08d4376c11e0658836c4f08b4fc3aa1
target/arm: Decode aa64 armv8.3 fcmla

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20180228193125.20577-13-richard.henderson@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
[PMM: renamed e1/e2/e3/e4 to use the same naming as the version
 of the pseudocode in the Arm ARM]
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/helper.h
target/arm/translate-a64.c
target/arm/vec_helper.c