Home | History | Annotate | Download | only in memcheck

Lines Matching refs:mkU8

441 #define mkU8(_n)                 IRExpr_Const(IRConst_U8(_n))
1147 binop(opSHR, xxhash, mkU8(width-1))),
1148 mkU8(3)
3683 at = assignNew('V', mce, Ity_V128, binop(Iop_ShlN32x4, at, mkU8(16)));
3684 at = assignNew('V', mce, Ity_V128, binop(Iop_SarN32x4, at, mkU8(16)));
3693 at = assignNew('V', mce, Ity_V128, binop(Iop_ShlN16x8, at, mkU8(8)));
3694 at = assignNew('V', mce, Ity_V128, binop(Iop_SarN16x8, at, mkU8(8)));
3703 at = assignNew('V', mce, Ity_V128, binop(Iop_ShlN64x2, at, mkU8(32)));
3704 at = assignNew('V', mce, Ity_V128, binop(Iop_SarN64x2, at, mkU8(32)));
5845 elemSzB = 1; zero = mkU8(0);