Home | History | Annotate | Download | only in mips

Lines Matching full:shift_right

1721     int shift_right = 32 - size;
1722 if (shift_right > 0) {
1723 srl(rt, rt, shift_right);