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

References

tools/lldb/source/Plugins/Instruction/ARM/EmulateInstructionARM.cpp
  943       if (BitCount(registers) < 1)
  950       if (BitCount(registers) < 2)
  976     addr_t sp_offset = addr_byte_size * BitCount(registers);
 1058       if (BitCount(registers) < 1)
 1066       if (BitCount(registers) < 2 || (Bit32(opcode, 15) && Bit32(opcode, 14)))
 1103     addr_t sp_offset = addr_byte_size * BitCount(registers);
 3948       if (BitCount(registers) < 1)
 3961       if ((n == 15) || (BitCount(registers) < 2) ||
 3979       if ((n == 15) || (BitCount(registers) < 1))
 4037       int32_t offset = addr_byte_size * BitCount(registers);
 4093       if ((n == 15) || (BitCount(registers) < 1))
 4110         Rn - (addr_byte_size * BitCount(registers)) + addr_byte_size;
 4153       offset = (addr_byte_size * BitCount(registers)) * -1;
 4209       if ((n == 15) || (BitCount(registers) < 2) ||
 4231       if ((n == 15) || (BitCount(registers) < 1))
 4249     addr_t address = Rn - (addr_byte_size * BitCount(registers));
 4291       offset = (addr_byte_size * BitCount(registers)) * -1;
 4345       if ((n == 15) || (BitCount(registers) < 1))
 4405       offset = addr_byte_size * BitCount(registers);
 4626       if (BitCount(registers) < 1)
 4639       if ((n == 15) || (BitCount(registers) < 2))
 4655       if ((n == 15) || (BitCount(registers) < 1))
 4723       offset = addr_byte_size * BitCount(registers);
 4778       if ((n == 15) || (BitCount(registers) < 1))
 4791     addr_t address = Rn - (addr_byte_size * BitCount(registers)) + 4;
 4845       offset = (addr_byte_size * BitCount(registers)) * -1;
 4904       if ((n == 15) || BitCount(registers) < 2)
 4915           BitCount(Bits32(opcode, 15, 0)) >= 2) {
 4923       if ((n == 15) || BitCount(registers) < 1)
 4939     addr_t address = Rn - (addr_byte_size * BitCount(registers));
 4994       offset = (addr_byte_size * BitCount(registers)) * -1;
 5049       if ((n == 15) && (BitCount(registers) < 1))
 5117       offset = addr_byte_size * BitCount(registers);