Home | History | Annotate | Download | only in priv

Lines Matching defs:shl

2082      = { "rol", "ror", "rcl", "rcr", "shl", "shr", "shl", "sar" };
3547 /* By masking the rotate amount thusly, the IR-level Shl/Shr
6849 Bool shl, shr, sar;
6873 shl = shr = sar = False;
6876 case Iop_ShlN16x4: shl = True; size = 32; break;
6877 case Iop_ShlN32x2: shl = True; size = 32; break;
6878 case Iop_Shl64: shl = True; size = 64; break;
6887 if (shl || shr) {
6921 Bool shl, shr, sar;
6937 shl = shr = sar = False;
6940 case Iop_ShlN16x4: shl = True; size = 16; break;
6941 case Iop_ShlN32x2: shl = True; size = 32; break;
6942 case Iop_Shl64: shl = True; size = 64; break;
6951 if (shl || shr) {
7305 else if (subopc == 6 /*SHL*/ && opc == 0x71)
7307 else if (subopc == 6 /*SHL*/ && opc == 0x72)
7309 else if (subopc == 6 /*SHL*/ && opc == 0x73)
8786 Bool shl, shr, sar;
8809 shl = shr = sar = False;
8812 case Iop_ShlN16x8: shl = True; size = 32; break;
8813 case Iop_ShlN32x4: shl = True; size = 32; break;
8814 case Iop_ShlN64x2: shl = True; size = 64; break;
8823 if (shl || shr) {
8859 Bool shl, shr, sar;
8874 shl = shr = sar = False;
8877 case Iop_ShlN16x8: shl = True; size = 16; break;
8878 case Iop_ShlN32x4: shl = True; size = 32; break;
8879 case Iop_ShlN64x2: shl = True; size = 64; break;
8888 if (shl || shr) {
20671 Bool shl, shr, sar;
20694 shl = shr = sar = False;
20697 case Iop_ShlN16x8: shl = True; size = 32; break;
20698 case Iop_ShlN32x4: shl = True; size = 32; break;
20699 case Iop_ShlN64x2: shl = True; size = 64; break;
20708 if (shl || shr) {
20744 Bool shl, shr, sar;
20761 shl = shr = sar = False;
20764 case Iop_ShlN16x8: shl = True; size = 16; break;
20765 case Iop_ShlN32x4: shl = True; size = 32; break;
20766 case Iop_ShlN64x2: shl = True; size = 64; break;
20775 if (shl || shr) {