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

References

tools/lldb/source/Plugins/Instruction/ARM/EmulateInstructionARM.cpp
 7525   if (ConditionPassed(opcode)) {
 7539       t = Bits32(opcode, 15, 12);
 7540       n = Bits32(opcode, 19, 16);
 7541       imm32 = Bits32(opcode, 11, 0);
 7559       if (BitIsClear(opcode, 10) && BitIsClear(opcode, 8))
 7559       if (BitIsClear(opcode, 10) && BitIsClear(opcode, 8))
 7563       t = Bits32(opcode, 15, 12);
 7564       n = Bits32(opcode, 19, 16);
 7565       imm32 = Bits32(opcode, 7, 0);
 7568       index = BitIsSet(opcode, 10);
 7569       add = BitIsSet(opcode, 9);
 7570       wback = BitIsSet(opcode, 8);
 7574            ((t == 15) && (BitIsClear(opcode, 10) || BitIsSet(opcode, 9) ||
 7574            ((t == 15) && (BitIsClear(opcode, 10) || BitIsSet(opcode, 9) ||
 7575                           BitIsSet(opcode, 8)))) ||
 7585       t = Bits32(opcode, 15, 12);
 7586       n = Bits32(opcode, 19, 16);
 7588       uint32_t imm4H = Bits32(opcode, 11, 8);
 7589       uint32_t imm4L = Bits32(opcode, 3, 0);
 7594       index = BitIsSet(opcode, 24);
 7595       add = BitIsSet(opcode, 23);
 7596       wback = (BitIsClear(opcode, 24) || BitIsSet(opcode, 21));
 7596       wback = (BitIsClear(opcode, 24) || BitIsSet(opcode, 21));