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

References

tools/lldb/source/Plugins/Instruction/ARM/EmulateInstructionARM.cpp
10948   if (ConditionPassed(opcode)) {
10962       t = Bits32(opcode, 15, 12);
10963       t2 = Bits32(opcode, 11, 8);
10964       n = Bits32(opcode, 19, 16);
10965       imm32 = Bits32(opcode, 7, 0) << 2;
10968       index = BitIsSet(opcode, 24);
10969       add = BitIsSet(opcode, 23);
10970       wback = BitIsSet(opcode, 21);
10986       t = Bits32(opcode, 15, 12);
10991       n = Bits32(opcode, 19, 16);
10992       imm32 = (Bits32(opcode, 11, 8) << 4) | Bits32(opcode, 3, 0);
10992       imm32 = (Bits32(opcode, 11, 8) << 4) | Bits32(opcode, 3, 0);
10995       index = BitIsSet(opcode, 24);
10996       add = BitIsSet(opcode, 23);
10997       wback = BitIsClear(opcode, 24) || BitIsSet(opcode, 21);
10997       wback = BitIsClear(opcode, 24) || BitIsSet(opcode, 21);
11000       if (BitIsClear(opcode, 24) && BitIsSet(opcode, 21))
11000       if (BitIsClear(opcode, 24) && BitIsSet(opcode, 21))