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

References

tools/lldb/source/Plugins/Instruction/ARM/EmulateInstructionARM.cpp
 8700   if (ConditionPassed(opcode)) {
 8711       n = Bits32(opcode, 19, 16);
 8712       wback = BitIsSet(opcode, 21);
 8728       n = Bits32(opcode, 19, 16);
 8729       wback = BitIsSet(opcode, 21);
 8745       n = Bits32(opcode, 19, 16);
 8748       wback = BitIsSet(opcode, 21);
 8749       increment = BitIsSet(opcode, 23);
 8750       wordhigher = (Bit32(opcode, 24) == Bit32(opcode, 23));
 8750       wordhigher = (Bit32(opcode, 24) == Bit32(opcode, 23));