reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Plugins/Instruction/ARM/EmulateInstructionARM.cpp
 8187   if (ConditionPassed(opcode)) {
 8203       t = Bits32(opcode, 2, 0);
 8204       n = Bits32(opcode, 5, 3);
 8205       m = Bits32(opcode, 8, 6);
 8222       t = Bits32(opcode, 15, 12);
 8223       n = Bits32(opcode, 19, 16);
 8224       m = Bits32(opcode, 3, 0);
 8233       shift_n = Bits32(opcode, 5, 4);
 8244       t = Bits32(opcode, 15, 12);
 8245       n = Bits32(opcode, 19, 16);
 8246       m = Bits32(opcode, 3, 0);
 8250       index = BitIsSet(opcode, 24);
 8251       add = BitIsSet(opcode, 23);
 8252       wback = BitIsClear(opcode, 24) || BitIsSet(opcode, 21);
 8252       wback = BitIsClear(opcode, 24) || BitIsSet(opcode, 21);