Searched refs:rl_rhs (Results 1 – 2 of 2) sorted by relevance
/art/compiler/dex/quick/x86/ |
D | int_x86.cc | 3079 RegLocation rl_lhs, RegLocation rl_rhs, int flags) { in GenArithOpInt() argument 3184 rl_result = GenDivRem(rl_dest, rl_lhs, rl_rhs, op == kOpDiv, flags); in GenArithOpInt() 3201 LoadValueDirectFixed(rl_rhs, t_reg); in GenArithOpInt() 3232 rl_rhs = UpdateLocTyped(rl_rhs); in GenArithOpInt() 3233 if (rl_rhs.location != kLocPhysReg) { in GenArithOpInt() 3234 OpRegMem(op, rl_result.reg, rl_rhs); in GenArithOpInt() 3237 } else if (!rl_rhs.reg.IsFloat()) { in GenArithOpInt() 3238 OpRegReg(op, rl_result.reg, rl_rhs.reg); in GenArithOpInt() 3243 rl_rhs = LoadValue(rl_rhs, kCoreReg); in GenArithOpInt() 3250 OpMemReg(op, rl_result, rl_rhs.reg.GetReg()); in GenArithOpInt() [all …]
|
D | codegen_x86.h | 340 RegLocation rl_rhs, int flags) OVERRIDE; 825 bool IsOperationSafeWithoutTemps(RegLocation rl_lhs, RegLocation rl_rhs);
|