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

References

tools/lldb/source/Plugins/Instruction/ARM/EmulateInstructionARM.cpp
 6937   if (ConditionPassed(opcode)) {
 6951       t = Bits32(opcode, 2, 0);
 6952       n = Bits32(opcode, 5, 3);
 6953       m = Bits32(opcode, 8, 6);
 6967       t = Bits32(opcode, 15, 12);
 6968       n = Bits32(opcode, 19, 16);
 6969       m = Bits32(opcode, 3, 0);
 6978       shift_n = Bits32(opcode, 5, 4);
 6986         return EmulateLDRBLiteral(opcode, eEncodingT1);
 6996       t = Bits32(opcode, 15, 12);
 6997       n = Bits32(opcode, 19, 16);
 6998       m = Bits32(opcode, 3, 0);
 7002       index = BitIsSet(opcode, 24);
 7003       add = BitIsSet(opcode, 23);
 7004       wback = (BitIsClear(opcode, 24) || BitIsSet(opcode, 21));
 7004       wback = (BitIsClear(opcode, 24) || BitIsSet(opcode, 21));
 7007       uint32_t type = Bits32(opcode, 6, 5);
 7008       uint32_t imm5 = Bits32(opcode, 11, 7);