Home | History | Annotate | Download | only in priv

Lines Matching refs:shl

1237      = { "rol", "ror", "rcl", "rcr", "shl", "shr", "shl", "sar" };
2499 /* By masking the rotate amount thusly, the IR-level Shl/Shr
5572 Bool shl, shr, sar;
5596 shl = shr = sar = False;
5599 case Iop_ShlN16x4: shl = True; size = 32; break;
5600 case Iop_ShlN32x2: shl = True; size = 32; break;
5601 case Iop_Shl64: shl = True; size = 64; break;
5610 if (shl || shr) {
5645 Bool shl, shr, sar;
5661 shl = shr = sar = False;
5664 case Iop_ShlN16x4: shl = True; size = 16; break;
5665 case Iop_ShlN32x2: shl = True; size = 32; break;
5666 case Iop_Shl64: shl = True; size = 64; break;
5675 if (shl || shr) {
5976 else if (subopc == 6 /*SHL*/ && opc == 0x71)
5978 else if (subopc == 6 /*SHL*/ && opc == 0x72)
5980 else if (subopc == 6 /*SHL*/ && opc == 0x73)
7229 Bool shl, shr, sar;
7252 shl = shr = sar = False;
7255 case Iop_ShlN16x8: shl = True; size = 32; break;
7256 case Iop_ShlN32x4: shl = True; size = 32; break;
7257 case Iop_ShlN64x2: shl = True; size = 64; break;
7266 if (shl || shr) {
7300 Bool shl, shr, sar;
7315 shl = shr = sar = False;
7318 case Iop_ShlN16x8: shl = True; size = 16; break;
7319 case Iop_ShlN32x4: shl = True; size = 32; break;
7320 case Iop_ShlN64x2: shl = True; size = 64; break;
7329 if (shl || shr) {