From: Gabe Black Date: Wed, 2 Jun 2010 17:58:11 +0000 (-0500) Subject: ARM: Decode TBB and TBH. X-Git-Tag: stable_2012_02_02~1184 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=698ee26c6b5b3691069024c43088d4c1efc34656;p=gem5.git ARM: Decode TBB and TBH. --- diff --git a/src/arch/arm/isa/formats/mem.isa b/src/arch/arm/isa/formats/mem.isa index 303fc02db..15a4a5c4f 100644 --- a/src/arch/arm/isa/formats/mem.isa +++ b/src/arch/arm/isa/formats/mem.isa @@ -325,9 +325,9 @@ def format Thumb32LdrStrDExTbh() {{ } else { switch (op3) { case 0x0: - return new WarnUnimplemented("tbb", machInst); + return new Tbb(machInst, rn, rd); case 0x1: - return new WarnUnimplemented("tbh", machInst); + return new Tbh(machInst, rn, rd); case 0x4: return new %(ldrexb)s(machInst, rt, rn, true, 0); case 0x5: