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

References

tools/lldb/source/Plugins/Instruction/ARM/EmulateInstructionARM.cpp
11101   if (ConditionPassed(opcode)) {
11114       t = Bits32(opcode, 15, 12);
11119       n = Bits32(opcode, 19, 16);
11120       m = Bits32(opcode, 3, 0);
11123       index = BitIsSet(opcode, 24);
11124       add = BitIsSet(opcode, 23);
11125       wback = BitIsClear(opcode, 24) || BitIsSet(opcode, 21);
11125       wback = BitIsClear(opcode, 24) || BitIsSet(opcode, 21);
11128       if (BitIsClear(opcode, 24) && BitIsSet(opcode, 21))
11128       if (BitIsClear(opcode, 24) && BitIsSet(opcode, 21))