mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
target/sparc: Move UDIVX, SDIVX to decodetree
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
dfebb950da
commit
4ee85ea94b
2 changed files with 18 additions and 9 deletions
|
@ -171,6 +171,9 @@ MULX 10 ..... 001001 ..... . ............. @r_r_ri_cc0
|
|||
UMUL 10 ..... 0.1010 ..... . ............. @r_r_ri_cc
|
||||
SMUL 10 ..... 0.1011 ..... . ............. @r_r_ri_cc
|
||||
|
||||
UDIVX 10 ..... 001101 ..... . ............. @r_r_ri_cc0
|
||||
SDIVX 10 ..... 101101 ..... . ............. @r_r_ri_cc0
|
||||
|
||||
Tcc_r 10 0 cond:4 111010 rs1:5 0 cc:1 0000000 rs2:5
|
||||
{
|
||||
# For v7, the entire simm13 field is present, but masked to 7 bits.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue