Home
last modified time | relevance | path

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

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