Home | History | Annotate | Download | only in priv

Lines Matching defs:src128

9365       IRTemp src128 = math_ZERO_ALL_EXCEPT_LOWEST_LANE(size+1, getQReg128(nn));
9367 assign(pair, binop(op, mkexpr(src128), mkU8(shift)));
10648 IRTemp src128 = newTempV128();
10649 assign(src128, getQReg128(nn));
10651 assign(pair, binop(op, mkexpr(src128), mkU8(shift)));