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

References

tools/lldb/source/Plugins/Instruction/ARM/EmulateInstructionARM.cpp
12547   if (ConditionPassed(opcode)) {
12562       uint32_t size = Bits32(opcode, 7, 6);
12563       if ((size == 3) || ((size == 0) && BitIsSet(opcode, 4)))
12570       if (BitIsClear(opcode, 5))
12576       if (BitIsClear(opcode, 4))
12582       d = (Bit32(opcode, 22) << 4) | Bits32(opcode, 15, 12);
12582       d = (Bit32(opcode, 22) << 4) | Bits32(opcode, 15, 12);
12583       n = Bits32(opcode, 19, 16);
12584       m = Bits32(opcode, 3, 0);