Searched defs:Srlv (Results 1 – 2 of 2) sorted by relevance
/art/compiler/optimizing/ |
D | code_generator_mips.cc | 2464 __ 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
|
D | code_generator_mips64.cc | 2234 __ Srlv(dst, lhs, rhs_reg); in HandleShift() local
|