Home
last modified time | relevance | path

Searched refs:temp_loc (Results 1 – 2 of 2) sorted by relevance

/art/compiler/dex/quick/x86/
Dtarget_x86.cc2051 RegLocation temp_loc = mir_graph_->GetBadLoc(); in GenAddReduceVector() local
2052 temp_loc.core = 1; in GenAddReduceVector()
2053 temp_loc.wide = 1; in GenAddReduceVector()
2054 temp_loc.location = kLocPhysReg; in GenAddReduceVector()
2055 temp_loc.reg = AllocTempWide(); in GenAddReduceVector()
2058 DCHECK(!temp_loc.reg.IsPair()); in GenAddReduceVector()
2059 NewLIR2(kX86MovqrxRR, temp_loc.reg.GetReg(), vector_src.GetReg()); in GenAddReduceVector()
2061 NewLIR2(kX86MovdrxRR, temp_loc.reg.GetLowReg(), vector_src.GetReg()); in GenAddReduceVector()
2063 NewLIR2(kX86MovdrxRR, temp_loc.reg.GetHighReg(), vector_src.GetReg()); in GenAddReduceVector()
2066 … GenArithOpLong(Instruction::ADD_LONG_2ADDR, rl_dest, temp_loc, temp_loc, mir->optimization_flags); in GenAddReduceVector()
/art/compiler/dex/
Dmir_optimization.cc273 static const RegLocation temp_loc = {kLocCompilerTemp, variable
394 reg_location_[ssa_reg_high] = temp_loc; in GetNewCompilerTemp()
407 reg_location_[ssa_reg_low] = temp_loc; in GetNewCompilerTemp()