From 360144f3b99f9a626ffcc6b9d76537e3a3e0e708 Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Wed, 4 Sep 2019 12:30:22 -0700 Subject: target/arm: Convert B, BL, BLX (immediate) Reviewed-by: Peter Maydell Signed-off-by: Richard Henderson Message-id: 20190904193059.26202-33-richard.henderson@linaro.org Signed-off-by: Peter Maydell --- target/arm/a32-uncond.decode | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'target/arm/a32-uncond.decode') diff --git a/target/arm/a32-uncond.decode b/target/arm/a32-uncond.decode index 8dee26d3b6..573ac2cf8e 100644 --- a/target/arm/a32-uncond.decode +++ b/target/arm/a32-uncond.decode @@ -21,3 +21,11 @@ # All insns that have 0xf in insn[31:28] are decoded here. # All of those that have a COND field in insn[31:28] are in a32.decode # + +&i !extern imm + +# Branch with Link and Exchange + +%imm24h 0:s24 24:1 !function=times_2 + +BLX_i 1111 101 . ........................ &i imm=%imm24h -- cgit v1.2.3