Searched refs:GenMulLongConst (Results 1 - 2 of 2) sorted by relevance

/art/compiler/dex/quick/x86/
H A Dcodegen_x86.h852 bool GenMulLongConst(RegLocation rl_dest, RegLocation rl_src1, int64_t val, int flags);
H A Dint_x86.cc1734 bool X86Mir2Lir::GenMulLongConst(RegLocation rl_dest, RegLocation rl_src1, int64_t val, int flags) { function in class:art::X86Mir2Lir
1819 if (GenMulLongConst(rl_dest, rl_src1, mir_graph_->ConstantValueWide(rl_src2), flags)) {

Completed in 69 milliseconds