Searched defs:GenLongArith (Results 1 - 1 of 1) sorted by relevance

/art/compiler/dex/quick/x86/
H A Dint_x86.cc1686 GenLongArith(rl_dest, rl_src1, rl_src2, opcode, true);
1691 GenLongArith(rl_dest, rl_src1, rl_src2, opcode, false);
1711 GenLongArith(rl_dest, rl_src1, rl_src2, opcode, true);
1716 GenLongArith(rl_dest, rl_src1, rl_src2, opcode, true);
1721 GenLongArith(rl_dest, rl_src1, rl_src2, opcode, true);
1992 void X86Mir2Lir::GenLongArith(RegLocation rl_dest, RegLocation rl_src, Instruction::Code op) { function in class:art::X86Mir2Lir
2049 void X86Mir2Lir::GenLongArith(RegLocation rl_dest, RegLocation rl_src1, function in class:art::X86Mir2Lir
2060 GenLongArith(rl_dest, rl_src2, op);

Completed in 353 milliseconds