Home | History | Annotate | Download | only in memcheck

Lines Matching refs:mkU8

426 #define mkU8(_n)                 IRExpr_Const(IRConst_U8(_n))
1039 binop(opSHR, xxhash, mkU8(width-1))),
1040 mkU8(3)
3149 at = assignNew('V', mce, Ity_V128, binop(Iop_ShlN32x4, at, mkU8(16)));
3150 at = assignNew('V', mce, Ity_V128, binop(Iop_SarN32x4, at, mkU8(16)));
3159 at = assignNew('V', mce, Ity_V128, binop(Iop_ShlN16x8, at, mkU8(8)));
3160 at = assignNew('V', mce, Ity_V128, binop(Iop_SarN16x8, at, mkU8(8)));
4960 elemSzB = 1; zero = mkU8(0);