Home
last modified time | relevance | path

Searched defs:MulR2 (Results 1 – 1 of 1) sorted by relevance

/art/compiler/optimizing/
Dcode_generator_mips.cc4138 __ MulR2(TMP, AT, TMP); in GenerateDivRemWithAnyConstant() local
8577 __ MulR2(dst, lhs, rhs); in VisitMul() local
8608 __ MulR2(TMP, lhs_high, rhs_low); in VisitMul() local
8609 __ MulR2(dst_high, lhs_low, rhs_high); in VisitMul() local