mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
target/sparc: Implement XMULX
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
680af1b4a5
commit
029b0283df
4 changed files with 19 additions and 0 deletions
|
@ -391,6 +391,8 @@ FCMPEq 10 000 cc:2 110101 ..... 0 0101 0111 ..... \
|
|||
ADDXCcc 10 ..... 110110 ..... 0 0001 0011 ..... @r_r_r
|
||||
UMULXHI 10 ..... 110110 ..... 0 0001 0110 ..... @r_r_r
|
||||
LZCNT 10 ..... 110110 00000 0 0001 0111 ..... @r_r2
|
||||
XMULX 10 ..... 110110 ..... 1 0001 0101 ..... @r_r_r
|
||||
XMULXHI 10 ..... 110110 ..... 1 0001 0110 ..... @r_r_r
|
||||
|
||||
ALIGNADDR 10 ..... 110110 ..... 0 0001 1000 ..... @r_r_r
|
||||
ALIGNADDRL 10 ..... 110110 ..... 0 0001 1010 ..... @r_r_r
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue