mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
target/sparc: Implement UMULXHI
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
7d5ebd8ffe
commit
680af1b4a5
2 changed files with 9 additions and 0 deletions
|
@ -389,6 +389,7 @@ FCMPEq 10 000 cc:2 110101 ..... 0 0101 0111 ..... \
|
|||
|
||||
ADDXC 10 ..... 110110 ..... 0 0001 0001 ..... @r_r_r
|
||||
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
|
||||
|
||||
ALIGNADDR 10 ..... 110110 ..... 0 0001 1000 ..... @r_r_r
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue