Home | History | Annotate | Download | only in memcheck

Lines Matching refs:mkPCast8x16

1764 static IRAtom* mkPCast8x16 ( MCEnv* mce, IRAtom* at )
2161 at = mkPCast8x16(mce, at);
2659 mkPCast8x16(mce,vatom2)
2860 return mkPCast8x16(mce, vatom1);
2909 return mkPCast8x16(mce,
2910 assignNew('V', mce, Ity_V128, binop(op, mkPCast8x16(mce, vatom1),
2911 mkPCast8x16(mce, vatom2))));
2959 mkPCast8x16(mce, vatom2)
3460 return mkPCast8x16(mce, vatom);
3546 assignNew('V', mce, Ity_V128, unop(op, mkPCast8x16(mce, vatom))));