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

References

tools/lldb/source/Plugins/Instruction/ARM/EmulateInstructionARM.cpp
11244   if (ConditionPassed(opcode)) {
11260       if ((Bit32(opcode, 24) == Bit32(opcode, 23)) && BitIsSet(opcode, 21))
11260       if ((Bit32(opcode, 24) == Bit32(opcode, 23)) && BitIsSet(opcode, 21))
11260       if ((Bit32(opcode, 24) == Bit32(opcode, 23)) && BitIsSet(opcode, 21))
11267       add = BitIsSet(opcode, 23);
11268       wback = BitIsSet(opcode, 21);
11271       d = (Bit32(opcode, 22) << 4) | Bits32(opcode, 15, 12);
11271       d = (Bit32(opcode, 22) << 4) | Bits32(opcode, 15, 12);
11272       n = Bits32(opcode, 19, 16);
11273       imm32 = Bits32(opcode, 7, 0) << 2;
11276       regs = Bits32(opcode, 7, 0) / 2;
11295       if ((Bit32(opcode, 24) == Bit32(opcode, 23)) && BitIsSet(opcode, 21))
11295       if ((Bit32(opcode, 24) == Bit32(opcode, 23)) && BitIsSet(opcode, 21))
11295       if ((Bit32(opcode, 24) == Bit32(opcode, 23)) && BitIsSet(opcode, 21))
11303       add = BitIsSet(opcode, 23);
11304       wback = BitIsSet(opcode, 21);
11305       d = (Bits32(opcode, 15, 12) << 1) | Bit32(opcode, 22);
11305       d = (Bits32(opcode, 15, 12) << 1) | Bit32(opcode, 22);
11306       n = Bits32(opcode, 19, 16);
11309       imm32 = Bits32(opcode, 7, 0) << 2;
11310       regs = Bits32(opcode, 7, 0);