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

References

tools/lldb/source/Plugins/Instruction/ARM/EmulateInstructionARM.cpp
 6951       t = Bits32(opcode, 2, 0);
 6967       t = Bits32(opcode, 15, 12);
 6981       if (t == 15)
 6989       if ((t == 13) || BadReg(m))
 6996       t = Bits32(opcode, 15, 12);
 7012       if ((t == 15) || (m == 15))
 7016       if (wback && ((n == 15) || (n == t)))
 7066     if (!WriteRegisterUnsigned(context, eRegisterKindDWARF, dwarf_r0 + t, data))