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

References

tools/lldb/source/Plugins/Instruction/ARM/EmulateInstructionARM.cpp
 7102   if (ConditionPassed(opcode)) {
 7114       t = Bits32(opcode, 2, 0);
 7115       n = Bits32(opcode, 5, 3);
 7116       imm32 = Bits32(opcode, 10, 6) << 1;
 7129       t = Bits32(opcode, 15, 12);
 7130       n = Bits32(opcode, 19, 16);
 7131       imm32 = Bits32(opcode, 11, 0);
 7149       if (BitIsClear(opcode, 10) && BitIsClear(opcode, 8))
 7149       if (BitIsClear(opcode, 10) && BitIsClear(opcode, 8))
 7153       t = Bits32(opcode, 15, 12);
 7154       n = Bits32(opcode, 19, 16);
 7155       imm32 = Bits32(opcode, 7, 0);
 7158       index = BitIsSet(opcode, 10);
 7159       add = BitIsSet(opcode, 9);
 7160       wback = BitIsSet(opcode, 8);