Home
last modified time | relevance | path

Searched refs:rl_lhs (Results 1 – 2 of 2) sorted by relevance

/art/compiler/dex/quick/x86/
Dint_x86.cc2693 RegLocation rl_lhs, RegLocation rl_rhs) { in GenArithOpInt() argument
2788 mir_graph_->SRegToVReg(rl_lhs.s_reg_low))) { in GenArithOpInt()
2798 rl_result = GenDivRem(rl_dest, rl_lhs, rl_rhs, op == kOpDiv, true); in GenArithOpInt()
2807 rl_lhs = LoadValue(rl_lhs, kCoreReg); in GenArithOpInt()
2810 OpRegReg(op, rl_result.reg, rl_lhs.reg); in GenArithOpInt()
2834 rl_lhs = LoadValue(rl_lhs, kCoreReg); in GenArithOpInt()
2836 OpRegRegReg(op, rl_result.reg, rl_lhs.reg, t_reg); in GenArithOpInt()
2873 rl_lhs = LoadValue(rl_lhs, kCoreReg); in GenArithOpInt()
2875 OpRegRegReg(op, rl_result.reg, rl_lhs.reg, rl_rhs.reg); in GenArithOpInt()
2879 rl_lhs = UpdateLocTyped(rl_lhs, kCoreReg); in GenArithOpInt()
[all …]
Dcodegen_x86.h307 void GenArithOpInt(Instruction::Code opcode, RegLocation rl_dest, RegLocation rl_lhs,
791 bool IsOperationSafeWithoutTemps(RegLocation rl_lhs, RegLocation rl_rhs);