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

References

tools/lldb/source/Plugins/Instruction/ARM/EmulateInstructionARM.cpp
 1391       Rd = Bits32(opcode, 10, 8);
 1399       Rd = Bits32(opcode, 11, 8);
 1402       if (BadReg(Rd))
 1410       Rd = Bits32(opcode, 11, 8);
 1419       if (BadReg(Rd))
 1426       Rd = Bits32(opcode, 15, 12);
 1432       if ((Rd == 15) && setflags)
 1439       Rd = Bits32(opcode, 15, 12);
 1446       if (Rd == 15)
 1460     if (!WriteCoreRegOptionalFlags(context, result, Rd, setflags, carry))