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

References

tools/lldb/source/Plugins/Instruction/ARM/EmulateInstructionARM.cpp
 5644   if (ConditionPassed(opcode)) {
 5660       t = Bits32(opcode, 2, 0);
 5661       n = Bits32(opcode, 5, 3);
 5662       m = Bits32(opcode, 8, 6);
 5678       t = Bits32(opcode, 15, 12);
 5679       n = Bits32(opcode, 19, 16);
 5680       m = Bits32(opcode, 3, 0);
 5691       shift_n = Bits32(opcode, 5, 4);
 5702       t = Bits32(opcode, 15, 12);
 5703       n = Bits32(opcode, 19, 16);
 5704       m = Bits32(opcode, 3, 0);
 5708       index = BitIsSet(opcode, 24);
 5709       add = BitIsSet(opcode, 23);
 5710       wback = (BitIsClear(opcode, 24) || BitIsSet(opcode, 21));
 5710       wback = (BitIsClear(opcode, 24) || BitIsSet(opcode, 21));