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

References

tools/lldb/source/Plugins/Instruction/ARM/EmulateInstructionARM.cpp
 5321   if (ConditionPassed(opcode)) {
 5339       t = Bits32(opcode, 2, 0);
 5340       n = Bits32(opcode, 5, 3);
 5341       m = Bits32(opcode, 8, 6);
 5355       if (Bits32(opcode, 19, 16) == 15)
 5359       t = Bits32(opcode, 15, 12);
 5360       n = Bits32(opcode, 19, 16);
 5361       m = Bits32(opcode, 3, 0);
 5370       shift_n = Bits32(opcode, 5, 4);
 5380       t = Bits32(opcode, 15, 12);
 5381       n = Bits32(opcode, 19, 16);
 5382       m = Bits32(opcode, 3, 0);
 5386       index = BitIsSet(opcode, 24);
 5387       add = BitIsSet(opcode, 23);
 5388       wback = (BitIsClear(opcode, 24) || BitIsSet(opcode, 21));
 5388       wback = (BitIsClear(opcode, 24) || BitIsSet(opcode, 21));
 5391       uint32_t typ = Bits32(opcode, 6, 5);
 5392       uint32_t imm5 = Bits32(opcode, 11, 7);