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

References

tools/lldb/source/Plugins/Instruction/ARM/EmulateInstructionARM.cpp
 1294   if (ConditionPassed(opcode)) {
 1300       Rd = Bit32(opcode, 7) << 3 | Bits32(opcode, 2, 0);
 1300       Rd = Bit32(opcode, 7) << 3 | Bits32(opcode, 2, 0);
 1301       Rm = Bits32(opcode, 6, 3);
 1307       Rd = Bits32(opcode, 2, 0);
 1308       Rm = Bits32(opcode, 5, 3);
 1314       Rd = Bits32(opcode, 11, 8);
 1315       Rm = Bits32(opcode, 3, 0);
 1316       setflags = BitIsSet(opcode, 20);
 1326       Rd = Bits32(opcode, 15, 12);
 1327       Rm = Bits32(opcode, 3, 0);
 1328       setflags = BitIsSet(opcode, 20);
 1333         return EmulateSUBSPcLrEtc(opcode, encoding);