mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
target/sparc: Move gen_fop_FD insns to decodetree
Move FdTOs, FdTOi, FxTOs. Tested-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> Acked-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
5e3b17bbe9
commit
8c94bcd850
2 changed files with 30 additions and 24 deletions
|
@ -263,9 +263,12 @@ FDIVq 10 ..... 110100 ..... 0 0100 1111 ..... @r_r_r
|
|||
FsMULd 10 ..... 110100 ..... 0 0110 1001 ..... @r_r_r
|
||||
FdMULq 10 ..... 110100 ..... 0 0110 1110 ..... @r_r_r
|
||||
FdTOx 10 ..... 110100 00000 0 1000 0010 ..... @r_r2
|
||||
FxTOs 10 ..... 110100 00000 0 1000 0100 ..... @r_r2
|
||||
FxTOd 10 ..... 110100 00000 0 1000 1000 ..... @r_r2
|
||||
FiTOs 10 ..... 110100 00000 0 1100 0100 ..... @r_r2
|
||||
FdTOs 10 ..... 110100 00000 0 1100 0110 ..... @r_r2
|
||||
FsTOi 10 ..... 110100 00000 0 1101 0001 ..... @r_r2
|
||||
FdTOi 10 ..... 110100 00000 0 1101 0010 ..... @r_r2
|
||||
|
||||
{
|
||||
[
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue