Home | History | Annotate | Download | only in Mips

Lines Matching defs:SLL

1218   //    sll     shiftamt,ptrlsb2,3
1220 // sll mask,maskupper,shiftamt
1222 // sll incr2,incr,shiftamt
1230 BuildMI(BB, DL, TII->get(Mips::SLL), ShiftAmt).addReg(PtrLSB2).addImm(3);
1289 // sll sllres,srlres,24
1298 BuildMI(BB, DL, TII->get(Mips::SLL), SllRes)
1459 // sll shiftamt,ptrlsb2,3
1461 // sll mask,maskupper,shiftamt
1464 // sll shiftedcmpval,maskedcmpval,shiftamt
1466 // sll shiftednewval,maskednewval,shiftamt
1473 BuildMI(BB, DL, TII->get(Mips::SLL), ShiftAmt).addReg(PtrLSB2).addImm(3);
1516 // sll sllres,srlres,24
1523 BuildMI(BB, DL, TII->get(Mips::SLL), SllRes)
1820 // sll SllX, X, 1
1823 // sll SllY, SrlX, 31
1867 // (d)sll SllX, X, 1
1870 // (d)sll SllY, SrlX, width(Y)-1
2177 SDValue SLL = DAG.getNode(ISD::SHL, DL, MVT::i64, LWR, Const32);
2178 SDValue SRL = DAG.getNode(ISD::SRL, DL, MVT::i64, SLL, Const32);