mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 01:03:55 -06:00
target/arm: Convert CBZ, CBNZ to decodetree
Convert the compare-and-branch-immediate insns CBZ and CBNZ to decodetree. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-id: 20230512144106.3608981-15-peter.maydell@linaro.org
This commit is contained in:
parent
6201b2a4d0
commit
f8977d50fc
2 changed files with 11 additions and 20 deletions
|
@ -113,3 +113,8 @@ EXTR 0 00 100111 0 0 rm:5 0 imm:5 rn:5 rd:5 &extract sf=0
|
|||
|
||||
B 0 00101 .......................... @branch
|
||||
BL 1 00101 .......................... @branch
|
||||
|
||||
%imm19 5:s19 !function=times_4
|
||||
&cbz rt imm sf nz
|
||||
|
||||
CBZ sf:1 011010 nz:1 ................... rt:5 &cbz imm=%imm19
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue