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

References

tools/lldb/source/Plugins/Instruction/ARM/EmulateInstructionARM.cpp
 5149   if (ConditionPassed(opcode)) {
 5162       t = Bits32(opcode, 2, 0);
 5163       n = Bits32(opcode, 5, 3);
 5164       imm32 = Bits32(opcode, 10, 6) << 2;
 5174       t = Bits32(opcode, 10, 8);
 5176       imm32 = Bits32(opcode, 7, 0) << 2;
 5186       if (Bits32(opcode, 19, 16) == 15)
 5190       t = Bits32(opcode, 15, 12);
 5191       n = Bits32(opcode, 19, 16);
 5192       imm32 = Bits32(opcode, 11, 0);
 5209       if ((Bits32(opcode, 19, 16) == 15) ||
 5210           (BitIsClear(opcode, 10) && BitIsClear(opcode, 8)))
 5210           (BitIsClear(opcode, 10) && BitIsClear(opcode, 8)))
 5214       t = Bits32(opcode, 15, 12);
 5215       n = Bits32(opcode, 19, 16);
 5216       imm32 = Bits32(opcode, 7, 0);
 5219       index = BitIsSet(opcode, 10);
 5220       add = BitIsSet(opcode, 9);
 5221       wback = BitIsSet(opcode, 8);