Home
last modified time | relevance | path

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

/art/compiler/dex/quick/x86/
Dint_x86.cc1321 GenLongArith(rl_dest, rl_src1, rl_src2, opcode, true); in GenArithOpLong()
1326 GenLongArith(rl_dest, rl_src1, rl_src2, opcode, false); in GenArithOpLong()
1346 GenLongArith(rl_dest, rl_src1, rl_src2, opcode, true); in GenArithOpLong()
1351 GenLongArith(rl_dest, rl_src1, rl_src2, opcode, true); in GenArithOpLong()
1356 GenLongArith(rl_dest, rl_src1, rl_src2, opcode, true); in GenArithOpLong()
1627 void X86Mir2Lir::GenLongArith(RegLocation rl_dest, RegLocation rl_src, Instruction::Code op) { in GenLongArith() function in art::X86Mir2Lir
1676 void X86Mir2Lir::GenLongArith(RegLocation rl_dest, RegLocation rl_src1, in GenLongArith() function in art::X86Mir2Lir
1687 GenLongArith(rl_dest, rl_src2, op); in GenLongArith()
Dcodegen_x86.h208 virtual void GenLongArith(RegLocation rl_dest, RegLocation rl_src1, RegLocation rl_src2,
217 void GenLongArith(RegLocation rl_dest, RegLocation rl_src, Instruction::Code op);