ARM: Decode TBB and TBH.

This commit is contained in:
Gabe Black
2010-06-02 12:58:11 -05:00
parent 6fa713a66c
commit 698ee26c6b

View File

@@ -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: