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

References

tools/lldb/source/Plugins/Instruction/ARM/EmulateInstructionARM.cpp
11438   if (ConditionPassed(opcode)) {
11454       if ((Bit32(opcode, 24) == Bit32(opcode, 23)) && BitIsSet(opcode, 21))
11454       if ((Bit32(opcode, 24) == Bit32(opcode, 23)) && BitIsSet(opcode, 21))
11454       if ((Bit32(opcode, 24) == Bit32(opcode, 23)) && BitIsSet(opcode, 21))
11461       add = BitIsSet(opcode, 23);
11462       wback = BitIsSet(opcode, 21);
11465       d = (Bit32(opcode, 22) << 4) | Bits32(opcode, 15, 12);
11465       d = (Bit32(opcode, 22) << 4) | Bits32(opcode, 15, 12);
11466       n = Bits32(opcode, 19, 16);
11467       imm32 = Bits32(opcode, 7, 0) << 2;
11470       regs = Bits32(opcode, 7, 0) / 2;
11489       if ((Bit32(opcode, 24) == Bit32(opcode, 23)) && BitIsSet(opcode, 21))
11489       if ((Bit32(opcode, 24) == Bit32(opcode, 23)) && BitIsSet(opcode, 21))
11489       if ((Bit32(opcode, 24) == Bit32(opcode, 23)) && BitIsSet(opcode, 21))
11497       add = BitIsSet(opcode, 23);
11498       wback = BitIsSet(opcode, 21);
11499       d = (Bits32(opcode, 15, 12) << 1) | Bit32(opcode, 22);
11499       d = (Bits32(opcode, 15, 12) << 1) | Bit32(opcode, 22);
11500       n = Bits32(opcode, 19, 16);
11503       imm32 = Bits32(opcode, 7, 0) << 2;
11504       regs = Bits32(opcode, 7, 0);