diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2023-05-12 15:41:02 +0100 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2023-05-18 11:35:24 +0100 |
commit | 484df362dd5e57ca2043f759257d477194fa3703 (patch) | |
tree | 4c431ccf547c06a546b9219dcd622efbbe7ad1ba /target/arm/tcg/a64.decode | |
parent | e505828d3088abe306243e713d57b0563246c6b1 (diff) | |
download | qemu-484df362dd5e57ca2043f759257d477194fa3703.zip qemu-484df362dd5e57ca2043f759257d477194fa3703.tar.gz qemu-484df362dd5e57ca2043f759257d477194fa3703.tar.bz2 |
target/arm: Convert conditional branch insns to decodetree
Convert the immediate conditional branch insn B.cond to
decodetree.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20230512144106.3608981-17-peter.maydell@linaro.org
Diffstat (limited to 'target/arm/tcg/a64.decode')
-rw-r--r-- | target/arm/tcg/a64.decode | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/arm/tcg/a64.decode b/target/arm/tcg/a64.decode index 09def15..5b9e275 100644 --- a/target/arm/tcg/a64.decode +++ b/target/arm/tcg/a64.decode @@ -124,3 +124,5 @@ CBZ sf:1 011010 nz:1 ................... rt:5 &cbz imm=%imm19 &tbz rt imm nz bitpos TBZ . 011011 nz:1 ..... .............. rt:5 &tbz imm=%imm14 bitpos=%imm31_19 + +B_cond 0101010 0 ................... 0 cond:4 imm=%imm19 |