Searched refs:rl_lhs (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 3174 mir_graph_->SRegToVReg(rl_lhs.s_reg_low))) { in GenArithOpInt() 3184 rl_result = GenDivRem(rl_dest, rl_lhs, rl_rhs, op == kOpDiv, flags); in GenArithOpInt() 3193 rl_lhs = LoadValue(rl_lhs, kCoreReg); in GenArithOpInt() 3196 OpRegReg(op, rl_result.reg, rl_lhs.reg); in GenArithOpInt() 3219 rl_lhs = LoadValue(rl_lhs, kCoreReg); in GenArithOpInt() 3221 OpRegRegReg(op, rl_result.reg, rl_lhs.reg, t_reg); in GenArithOpInt() 3258 rl_lhs = LoadValue(rl_lhs, kCoreReg); in GenArithOpInt() 3260 OpRegRegReg(op, rl_result.reg, rl_lhs.reg, rl_rhs.reg); in GenArithOpInt() 3264 rl_lhs = UpdateLocTyped(rl_lhs); in GenArithOpInt() [all …]
|
D | codegen_x86.h | 339 void GenArithOpInt(Instruction::Code opcode, RegLocation rl_dest, RegLocation rl_lhs, 825 bool IsOperationSafeWithoutTemps(RegLocation rl_lhs, RegLocation rl_rhs);
|