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

References

tools/lldb/source/Plugins/Instruction/ARM/EmulateInstructionARM.cpp
 1300       Rd = Bit32(opcode, 7) << 3 | Bits32(opcode, 2, 0);
 1303       if (Rd == 15 && InITBlock() && !LastInITBlock())
 1307       Rd = Bits32(opcode, 2, 0);
 1314       Rd = Bits32(opcode, 11, 8);
 1318       if (setflags && (BadReg(Rd) || BadReg(Rm)))
 1322       if (!setflags && (Rd == 15 || Rm == 15 || (Rd == 13 && Rm == 13)))
 1322       if (!setflags && (Rd == 15 || Rm == 15 || (Rd == 13 && Rm == 13)))
 1326       Rd = Bits32(opcode, 15, 12);
 1332       if (Rd == 15 && setflags)
 1344     if (Rd == 13)
 1352     if (!WriteCoreRegOptionalFlags(context, result, Rd, setflags))