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

References

tools/lldb/source/Plugins/Instruction/ARM/EmulateInstructionARM.cpp
 7763   if (ConditionPassed(opcode)) {
 7777       t = Bits32(opcode, 2, 0);
 7778       n = Bits32(opcode, 5, 3);
 7779       m = Bits32(opcode, 8, 6);
 7796       t = Bits32(opcode, 15, 12);
 7797       n = Bits32(opcode, 19, 16);
 7798       m = Bits32(opcode, 3, 0);
 7807       shift_n = Bits32(opcode, 5, 4);
 7817       t = Bits32(opcode, 15, 12);
 7818       n = Bits32(opcode, 19, 16);
 7819       m = Bits32(opcode, 3, 0);
 7823       index = BitIsSet(opcode, 24);
 7824       add = BitIsSet(opcode, 23);
 7825       wback = BitIsClear(opcode, 24) || BitIsSet(opcode, 21);
 7825       wback = BitIsClear(opcode, 24) || BitIsSet(opcode, 21);