Searched refs:laneBits (Results 1 – 1 of 1) sorted by relevance
7934 UInt laneBits = 8 << size; in math_QSHL_IMM() local7935 vassert(shift < laneBits); in math_QSHL_IMM()7952 UInt rshift = laneBits - shift; in math_QSHL_IMM()7953 vassert(rshift >= 1 && rshift < laneBits); in math_QSHL_IMM()7971 UInt rshift = laneBits - 1 - shift; in math_QSHL_IMM()7972 vassert(rshift >= 0 && rshift < laneBits-1); in math_QSHL_IMM()7980 mkU8(laneBits-1)), in math_QSHL_IMM()7995 assign(*qDiff1, binop(mkVecSHRN(size), mkexpr(src), mkU8(laneBits-1))); in math_QSHL_IMM()8001 UInt rshift = laneBits - shift; in math_QSHL_IMM()8002 vassert(rshift >= 1 && rshift < laneBits); in math_QSHL_IMM()