Searched refs:low_reg_val (Results 1 – 1 of 1) sorted by relevance
/art/compiler/dex/quick/x86/ |
D | utility_x86.cc | 563 int32_t low_reg_val = r_dest.IsPair() ? r_dest.GetLowReg() : r_dest.GetReg(); in LoadConstantWide() local 570 return NewLIR2(kX86XorpsRR, low_reg_val, low_reg_val); in LoadConstantWide() 591 res = LoadBaseDisp(rl_method.reg, 256 /* bogus */, RegStorage::FloatSolo64(low_reg_val), in LoadConstantWide() 600 res = NewLIR2(kX86XorpsRR, low_reg_val, low_reg_val); in LoadConstantWide() 602 res = LoadConstantNoClobber(RegStorage::FloatSolo32(low_reg_val), val_lo); in LoadConstantWide() 607 NewLIR2(kX86PunpckldqRR, low_reg_val, r_dest_hi.GetReg()); in LoadConstantWide()
|