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

References

tools/lldb/source/Plugins/Instruction/ARM/EmulateInstructionARM.cpp
10671   if (ConditionPassed(opcode)) {
10686       t = Bits32(opcode, 15, 12);
10687       t2 = Bits32(opcode, 11, 8);
10688       n = Bits32(opcode, 19, 16);
10689       imm32 = Bits32(opcode, 7, 0) << 2;
10692       index = BitIsSet(opcode, 24);
10693       add = BitIsSet(opcode, 23);
10694       wback = BitIsSet(opcode, 21);
10711       t = Bits32(opcode, 15, 12);
10715       n = Bits32(opcode, 19, 16);
10716       imm32 = (Bits32(opcode, 11, 8) << 4) | Bits32(opcode, 3, 0);
10716       imm32 = (Bits32(opcode, 11, 8) << 4) | Bits32(opcode, 3, 0);
10719       index = BitIsSet(opcode, 24);
10720       add = BitIsSet(opcode, 23);
10721       wback = BitIsClear(opcode, 24) || BitIsSet(opcode, 21);
10721       wback = BitIsClear(opcode, 24) || BitIsSet(opcode, 21);
10724       if (BitIsClear(opcode, 24) && BitIsSet(opcode, 21))
10724       if (BitIsClear(opcode, 24) && BitIsSet(opcode, 21))