mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 16:23:55 -06:00
target/openrisc: Convert dec_comp
Acked-by: Stafford Horne <shorne@gmail.com> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
e720a5713d
commit
fbb3e29aac
2 changed files with 73 additions and 62 deletions
|
@ -139,3 +139,18 @@ l_slli 101110 d:5 a:5 -------- 00 l:6
|
|||
l_srli 101110 d:5 a:5 -------- 01 l:6
|
||||
l_srai 101110 d:5 a:5 -------- 10 l:6
|
||||
l_rori 101110 d:5 a:5 -------- 11 l:6
|
||||
|
||||
####
|
||||
# Compare Instructions
|
||||
####
|
||||
|
||||
l_sfeq 111001 00000 a:5 b:5 -----------
|
||||
l_sfne 111001 00001 a:5 b:5 -----------
|
||||
l_sfgtu 111001 00010 a:5 b:5 -----------
|
||||
l_sfgeu 111001 00011 a:5 b:5 -----------
|
||||
l_sfltu 111001 00100 a:5 b:5 -----------
|
||||
l_sfleu 111001 00101 a:5 b:5 -----------
|
||||
l_sfgts 111001 01010 a:5 b:5 -----------
|
||||
l_sfges 111001 01011 a:5 b:5 -----------
|
||||
l_sflts 111001 01100 a:5 b:5 -----------
|
||||
l_sfles 111001 01101 a:5 b:5 -----------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue