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

References

tools/lldb/source/Plugins/Instruction/ARM/EmulateInstructionARM.cpp
 6511   if (ConditionPassed(opcode)) {
 6528       t = Bits32(opcode, 2, 0);
 6529       n = Bits32(opcode, 5, 3);
 6530       m = Bits32(opcode, 8, 6);
 6546       t = Bits32(opcode, 15, 12);
 6547       n = Bits32(opcode, 19, 16);
 6548       m = Bits32(opcode, 3, 0);
 6557       shift_n = Bits32(opcode, 5, 4);
 6572       t = Bits32(opcode, 15, 12);
 6573       n = Bits32(opcode, 19, 16);
 6574       m = Bits32(opcode, 3, 0);
 6578       index = BitIsSet(opcode, 24);
 6579       add = BitIsSet(opcode, 23);
 6580       wback = (BitIsClear(opcode, 24) || BitIsSet(opcode, 21));
 6580       wback = (BitIsClear(opcode, 24) || BitIsSet(opcode, 21));
 6583       uint32_t type = Bits32(opcode, 6, 5);
 6584       uint32_t imm5 = Bits32(opcode, 11, 7);