Home
last modified time | relevance | path

Searched refs:kRIPReg (Results 1 – 6 of 6) sorted by relevance

/art/compiler/dex/quick/x86/
Dcall_x86.cc90 LIR* lea = RawLIR(current_dalvik_offset_, kX86Lea64RM, table_base.GetReg(), kRIPReg, in GenLargePackedSwitch()
Dassemble_x86.cc560 return raw_reg != kRIPReg && RegStorage::RegNum(raw_reg) > 7; in NeedsRex()
696 if (raw_base == kRIPReg) { in ComputeSize()
1028 if (base == kRIPReg) { in EmitModrmDisp()
1157 uint8_t low_base = (raw_base == kRIPReg) ? raw_base : LowRegisterBits(raw_base); in EmitMemReg()
1756 if (lir->operands[1] == kRIPReg) { in AssembleInstructions()
1771 DCHECK_EQ(lir->operands[1], static_cast<int>(kRIPReg)); in AssembleInstructions()
Dtarget_x86.cc211 RegStorage(kRIPReg), // kPc
670 RegisterInfo* info = new (arena_) RegisterInfo(RegStorage(kRIPReg), kEncodeNone); in CompilerInitializeRegAlloc()
671 reginfo_map_[kRIPReg] = info; in CompilerInitializeRegAlloc()
1573 load = NewLIR3(opcode, reg, kRIPReg, kDummy32BitOffset); in AppendOpcodeWithConst()
Dx86_lir.h222 kRIPReg = 255, enumerator
Dutility_x86.cc591 res = NewLIR3(kX86MovsdRM, low_reg_val, kRIPReg, 256 /* bogus */); in LoadConstantWide()
Dint_x86.cc1378 LIR* res = NewLIR3(kX86Mov32RM, reg.GetReg(), kRIPReg, kDummy32BitOffset); in OpPcRelLoad()
1431 LIR* mov = NewLIR3(wide ? kX86Mov64RM : kX86Mov32RM, r_dest.GetReg(), kRIPReg, in OpPcRelDexCacheArrayLoad()