Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_mips.cc2464 __ Srlv(dst, lhs, rhs_reg); in HandleShift() local
2476 __ Srlv(dst, lhs, rhs_reg); in HandleShift() local
2577 __ Srlv(TMP, TMP, AT); in HandleShift() local
2594 __ Srlv(dst_low, lhs_low, rhs_reg); in HandleShift() local
2607 __ Srlv(dst_high, lhs_high, rhs_reg); in HandleShift() local
2611 __ Srlv(dst_low, lhs_low, rhs_reg); in HandleShift() local
2624 __ Srlv(TMP, lhs_low, rhs_reg); in HandleShift() local
2628 __ Srlv(TMP, lhs_high, rhs_reg); in HandleShift() local
Dcode_generator_mips64.cc2234 __ Srlv(dst, lhs, rhs_reg); in HandleShift() local