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

References

tools/lldb/source/Plugins/Instruction/ARM/EmulateInstructionARM.cpp
 7926   if (ConditionPassed(opcode)) {
 7940       t = Bits32(opcode, 15, 12);
 7941       n = Bits32(opcode, 19, 16);
 7942       imm32 = Bits32(opcode, 11, 0);
 7961       if (BitIsClear(opcode, 10) && BitIsClear(opcode, 8))
 7961       if (BitIsClear(opcode, 10) && BitIsClear(opcode, 8))
 7965       t = Bits32(opcode, 15, 12);
 7966       n = Bits32(opcode, 19, 16);
 7967       imm32 = Bits32(opcode, 7, 0);
 7970       index = BitIsSet(opcode, 10);
 7971       add = BitIsSet(opcode, 9);
 7972       wback = BitIsSet(opcode, 8);
 7984       t = Bits32(opcode, 15, 12);
 7985       n = Bits32(opcode, 19, 16);
 7986       uint32_t imm4H = Bits32(opcode, 11, 8);
 7987       uint32_t imm4L = Bits32(opcode, 3, 0);
 7992       index = BitIsSet(opcode, 24);
 7993       add = BitIsSet(opcode, 23);
 7994       wback = BitIsClear(opcode, 24) || BitIsSet(opcode, 21);
 7994       wback = BitIsClear(opcode, 24) || BitIsSet(opcode, 21);