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

References

tools/lldb/source/Plugins/Instruction/ARM/EmulateInstructionARM.cpp
 5503   if (ConditionPassed(opcode)) {
 5514       t = Bits32(opcode, 2, 0);
 5515       n = Bits32(opcode, 5, 3);
 5516       imm32 = Bits32(opcode, 10, 6);
 5526       if (Bits32(opcode, 19, 16) == 15)
 5530       t = Bits32(opcode, 15, 12);
 5531       n = Bits32(opcode, 19, 16);
 5532       imm32 = Bits32(opcode, 11, 0);
 5547       if (Bits32(opcode, 19, 16) == 15)
 5551       t = Bits32(opcode, 15, 12);
 5552       n = Bits32(opcode, 19, 16);
 5553       imm32 = Bits32(opcode, 7, 0);
 5556       index = BitIsSet(opcode, 10);
 5557       add = BitIsSet(opcode, 9);
 5558       wback = BitIsSet(opcode, 8);