Lines Matching refs:nmask
9248 ULong nmask = (ULong)(((Long)0x8000000000000000ULL) >> (sh-1));
9249 IRExpr* nmaskV = binop(Iop_64HLtoV128, mkU64(nmask), mkU64(nmask));
9280 ULong nmask = (1ULL << sh) - 1;
9281 IRExpr* nmaskV = binop(Iop_64HLtoV128, mkU64(nmask), mkU64(nmask));
10478 IRExpr* nmask = binop(mkVecSHLN(size),
10483 binop(Iop_AndV128, getQReg128(dd), nmask)));
10525 IRExpr* nmask = binop(mkVecSHRN(size),
10530 binop(Iop_AndV128, getQReg128(dd), nmask)));