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

References

tools/lldb/source/Plugins/Instruction/ARM/EmulateInstructionARM.cpp
 7354   if (ConditionPassed(opcode)) {
 7370       t = Bits32(opcode, 2, 0);
 7371       n = Bits32(opcode, 5, 3);
 7372       m = Bits32(opcode, 8, 6);
 7389       t = Bits32(opcode, 15, 12);
 7390       n = Bits32(opcode, 19, 16);
 7391       m = Bits32(opcode, 3, 0);
 7400       shift_n = Bits32(opcode, 5, 4);
 7410       t = Bits32(opcode, 15, 12);
 7411       n = Bits32(opcode, 19, 16);
 7412       m = Bits32(opcode, 3, 0);
 7416       index = BitIsSet(opcode, 24);
 7417       add = BitIsSet(opcode, 23);
 7418       wback = (BitIsClear(opcode, 24) || BitIsSet(opcode, 21));
 7418       wback = (BitIsClear(opcode, 24) || BitIsSet(opcode, 21));