Lines Matching refs:location

317           (rl_src.location == kLocPhysReg && rl_src.reg.GetRegNum() == rl_result.reg.GetRegNum());  in GenSelect()
890 if (rl_src_value.location == kLocPhysReg && !IsByteRegister(rl_src_value.reg)) { in GenInlinedPoke()
1407 bool src1_in_reg = rl_src1.location == kLocPhysReg; in GenMulLongConst()
1494 bool src1_in_reg = rl_src1.location == kLocPhysReg; in GenMulLong()
1495 bool src2_in_reg = rl_src2.location == kLocPhysReg; in GenMulLong()
1584 DCHECK_EQ(rl_dest.location, kLocPhysReg); in GenLongRegOrMemOp()
1586 if (rl_src.location == kLocPhysReg) { in GenLongRegOrMemOp()
1609 DCHECK((rl_src.location == kLocDalvikFrame) || in GenLongRegOrMemOp()
1610 (rl_src.location == kLocCompilerTemp)); in GenLongRegOrMemOp()
1629 if (rl_dest.location == kLocPhysReg) { in GenLongArith()
1640 DCHECK((rl_dest.location == kLocDalvikFrame) || in GenLongArith()
1641 (rl_dest.location == kLocCompilerTemp)); in GenLongArith()
1696 if (rl_dest.location == kLocPhysReg) { in GenLongArith()
1712 DCHECK((rl_dest.location == kLocDalvikFrame) || in GenLongArith()
1713 (rl_dest.location == kLocCompilerTemp)); in GenLongArith()
2342 bool rhs_in_mem = rhs.location != kLocPhysReg; in GetOpcode()
2343 bool dest_in_mem = dest.location != kLocPhysReg; in GetOpcode()
2398 bool in_mem = loc.location != kLocPhysReg; in GetOpcode()
2481 if ((rl_dest.location == kLocDalvikFrame) || in GenLongImm()
2482 (rl_dest.location == kLocCompilerTemp)) { in GenLongImm()
2497 DCHECK_EQ(rl_result.location, kLocPhysReg); in GenLongImm()
2512 if ((rl_dest.location == kLocDalvikFrame) || in GenLongImm()
2513 (rl_dest.location == kLocCompilerTemp)) { in GenLongImm()
2538 DCHECK_EQ(rl_result.location, kLocPhysReg); in GenLongImm()
2563 if (rl_dest.location == kLocPhysReg && in GenLongLongImm()
2564 rl_src1.location == kLocPhysReg && !rl_dest.reg.IsFloat()) { in GenLongLongImm()
2589 if (rl_dest.location == kLocPhysReg && rl_src1.location == kLocPhysReg && in GenLongLongImm()
2606 DCHECK_EQ(rl_src1.location, kLocPhysReg); in GenLongLongImm()
2654 if (rl_method.location == kLocPhysReg) { in GenInstanceofFinal()
2676 DCHECK_EQ(object.location, kLocPhysReg); in GenInstanceofFinal()
2820 if (rl_result.location != kLocPhysReg) { in GenArithOpInt()
2843 if (rl_result.location == kLocPhysReg) { in GenArithOpInt()
2848 if (rl_rhs.location != kLocPhysReg) { in GenArithOpInt()
2863 if (rl_result.location != kLocPhysReg) { in GenArithOpInt()
2890 if (rl_rhs.location != kLocPhysReg) { in GenArithOpInt()
2906 } else if (rl_lhs.location != kLocPhysReg) { in GenArithOpInt()
2936 if (rl_lhs.location == kLocPhysReg && rl_lhs.reg.IsFloat()) { in IsOperationSafeWithoutTemps()
2939 if (rl_rhs.location == kLocPhysReg && rl_rhs.reg.IsFloat()) { in IsOperationSafeWithoutTemps()
2954 if (rl_src.location == kLocPhysReg) { in GenIntToLong()
3007 if (rl_result.location != kLocPhysReg) { in GenShiftOpLong()