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

References

tools/lldb/source/Plugins/Instruction/ARM/EmulateInstructionARM.cpp
10819   if (ConditionPassed(opcode)) {
10832       t = Bits32(opcode, 15, 12);
10836       n = Bits32(opcode, 19, 16);
10837       m = Bits32(opcode, 3, 0);
10840       index = BitIsSet(opcode, 24);
10841       add = BitIsSet(opcode, 23);
10842       wback = BitIsClear(opcode, 24) || BitIsSet(opcode, 21);
10842       wback = BitIsClear(opcode, 24) || BitIsSet(opcode, 21);
10845       if (BitIsClear(opcode, 24) && BitIsSet(opcode, 21))
10845       if (BitIsClear(opcode, 24) && BitIsSet(opcode, 21))