mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -06:00
target/arm: Convert the rest of A32 Miscelaneous instructions
Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org> Message-id: 20190904193059.26202-19-richard.henderson@linaro.org Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
parent
ef11bc3c46
commit
2cde9ea57d
3 changed files with 58 additions and 82 deletions
|
@ -28,6 +28,7 @@
|
|||
&rrr !extern rd rn rm
|
||||
&rr !extern rd rm
|
||||
&r !extern rm
|
||||
&i !extern imm
|
||||
&msr_reg !extern rn r mask
|
||||
&mrs_reg !extern rd r
|
||||
&msr_bank !extern rn r sysm
|
||||
|
@ -189,6 +190,7 @@ CLZ 1111 1010 1011 ---- 1111 .... 1000 .... @rdm
|
|||
|
||||
%msr_sysm 4:1 8:4
|
||||
%mrs_sysm 4:1 16:4
|
||||
%imm16_16_0 16:4 0:12
|
||||
|
||||
{
|
||||
{
|
||||
|
@ -226,4 +228,7 @@ CLZ 1111 1010 1011 ---- 1111 .... 1000 .... @rdm
|
|||
SUB_rri 1111 0011 1101 1110 1000 1111 imm:8 \
|
||||
&s_rri_rot rot=0 s=1 rd=15 rn=14
|
||||
}
|
||||
SMC 1111 0111 1111 imm:4 1000 0000 0000 0000 &i
|
||||
HVC 1111 0111 1110 .... 1000 .... .... .... \
|
||||
&i imm=%imm16_16_0
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue