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

References

tools/lldb/source/Plugins/Instruction/ARM/EmulateInstructionARM.cpp
10962       t = Bits32(opcode, 15, 12);
10973       if (wback && ((n == t) || (n == t2)))
10977       if ((n == 15) || BadReg(t) || BadReg(t2))
10986       t = Bits32(opcode, 15, 12);
10987       if (BitIsSet(t, 0))
10990       t2 = t + 1;
11004       if (wback && ((n == 15) || (n == t) || (n == t2)))
11040     GetRegisterInfo(eRegisterKindDWARF, dwarf_r0 + t, data_reg);
11042     uint32_t data = ReadCoreReg(t, &success);