Lines Matching refs:mkPCast8x16
1848 static IRAtom* mkPCast8x16 ( MCEnv* mce, IRAtom* at )
2299 at = mkPCast8x16(mce, at);
2829 mkPCast8x16(mce,vatom2)
3030 return mkPCast8x16(mce, vatom1);
3079 return mkPCast8x16(mce,
3080 assignNew('V', mce, Ity_V128, binop(op, mkPCast8x16(mce, vatom1),
3081 mkPCast8x16(mce, vatom2))));
3129 mkPCast8x16(mce, vatom2)
3731 return mkPCast8x16(mce, vatom);
3817 assignNew('V', mce, Ity_V128, unop(op, mkPCast8x16(mce, vatom))));