]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/microblaze: Convert dec_fpu to decodetree
authorRichard Henderson <richard.henderson@linaro.org>
Wed, 19 Aug 2020 16:04:09 +0000 (09:04 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 1 Sep 2020 14:41:38 +0000 (07:41 -0700)
commitd5aead3df4369f56bf79bcd97a06cd63e4acfee6
tree2a7a5fd1853baf3ab26e1b1cb08c0a53d7fde12b
parente64b2e5cfe1a6a158f134e5bfa6c246d23ad1d9d
target/microblaze: Convert dec_fpu to decodetree

The current dec_check_fpuv2 test, raising an FPU exception for
an unimplemented instruction, appears to be contradictory to
the manual.  Drop that and merely check use_fpu == 2.

Tested-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
Reviewed-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/microblaze/insns.decode
target/microblaze/translate.c