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

References

tools/lldb/source/Plugins/Instruction/ARM/EmulateInstructionARM.cpp
 1044   if (ConditionPassed(opcode)) {
 1053       registers = Bits32(opcode, 7, 0);
 1055       if (Bit32(opcode, 8))
 1063       registers = Bits32(opcode, 15, 0) & ~0x2000;
 1066       if (BitCount(registers) < 2 || (Bit32(opcode, 15) && Bit32(opcode, 14)))
 1066       if (BitCount(registers) < 2 || (Bit32(opcode, 15) && Bit32(opcode, 14)))
 1074       Rt = Bits32(opcode, 15, 12);
 1084       registers = Bits32(opcode, 15, 0);
 1090       if (BitIsSet(opcode, 13) && ArchVersion() >= ARMv7)
 1094       Rt = Bits32(opcode, 15, 12);