Lines Matching refs:kLocPhysReg

321           (rl_src.location == kLocPhysReg && rl_src.reg.GetRegNum() == rl_result.reg.GetRegNum());  in GenSelect()
701 rl_result = {kLocPhysReg, 0, 0, 0, 0, 0, 0, 0, 1, is_div ? rs_r2 : rs_r0, in GenDivRemLit()
826 RegLocation rl_result = {kLocPhysReg, 0, 0, 0, 0, 0, 0, 0, 1, rs_r0, INVALID_SREG, INVALID_SREG}; in GenDivRem()
1076 if (rl_src_value.location == kLocPhysReg && !IsByteRegister(rl_src_value.reg)) { in GenInlinedPoke()
1772 bool src1_in_reg = rl_src1.location == kLocPhysReg; in GenMulLongConst()
1804 RegLocation rl_result = {kLocPhysReg, 1, 0, 0, 0, 0, 0, 0, 1, in GenMulLongConst()
1859 bool src1_in_reg = rl_src1.location == kLocPhysReg; in GenMulLong()
1860 bool src2_in_reg = rl_src2.location == kLocPhysReg; in GenMulLong()
1943 RegLocation rl_result = {kLocPhysReg, 1, 0, 0, 0, 0, 0, 0, 1, in GenMulLong()
1950 DCHECK_EQ(rl_dest.location, kLocPhysReg); in GenLongRegOrMemOp()
1952 if (rl_src.location == kLocPhysReg) { in GenLongRegOrMemOp()
1994 if (rl_dest.location == kLocPhysReg) { in GenLongArith()
2069 if (rl_dest.location == kLocPhysReg) { in GenLongArith()
2214 RegLocation rl_result = {kLocPhysReg, 1, 0, 0, 0, 0, 0, 0, 1, in GenDivRemLongLit()
2254 if (rl_src.location != kLocPhysReg) { in GenDivRemLongLit()
2383 RegLocation rl_result = {kLocPhysReg, 1, 0, 0, 0, 0, 0, 0, 1, rs_r0q, INVALID_SREG, INVALID_SREG}; in GenDivRemLong()
2728 bool rhs_in_mem = rhs.location != kLocPhysReg; in GetOpcode()
2729 bool dest_in_mem = dest.location != kLocPhysReg; in GetOpcode()
2784 bool in_mem = loc.location != kLocPhysReg; in GetOpcode()
2883 DCHECK_EQ(rl_result.location, kLocPhysReg); in GenLongImm()
2924 DCHECK_EQ(rl_result.location, kLocPhysReg); in GenLongImm()
2949 if (rl_dest.location == kLocPhysReg && in GenLongLongImm()
2950 rl_src1.location == kLocPhysReg && !rl_dest.reg.IsFloat()) { in GenLongLongImm()
2975 if (rl_dest.location == kLocPhysReg && rl_src1.location == kLocPhysReg && in GenLongLongImm()
2992 DCHECK_EQ(rl_src1.location, kLocPhysReg); in GenLongLongImm()
3040 if (rl_method.location == kLocPhysReg) { in GenInstanceofFinal()
3062 DCHECK_EQ(object.location, kLocPhysReg); in GenInstanceofFinal()
3205 if (rl_result.location != kLocPhysReg) { in GenArithOpInt()
3228 if (rl_result.location == kLocPhysReg) { in GenArithOpInt()
3233 if (rl_rhs.location != kLocPhysReg) { in GenArithOpInt()
3248 if (rl_result.location != kLocPhysReg) { in GenArithOpInt()
3275 if (rl_rhs.location != kLocPhysReg) { in GenArithOpInt()
3291 } else if (rl_lhs.location != kLocPhysReg) { in GenArithOpInt()
3321 if (rl_lhs.location == kLocPhysReg && rl_lhs.reg.IsFloat()) { in IsOperationSafeWithoutTemps()
3324 if (rl_rhs.location == kLocPhysReg && rl_rhs.reg.IsFloat()) { in IsOperationSafeWithoutTemps()
3339 if (rl_src.location == kLocPhysReg) { in GenIntToLong()
3362 if (rl_src.location == kLocPhysReg && rl_dest.location == kLocPhysReg in GenLongToInt()
3458 if (rl_result.location != kLocPhysReg) { in GenShiftOpLong()