Lines Matching refs:mkPCast8x8
1722 static IRAtom* mkPCast8x8 ( MCEnv* mce, IRAtom* at )
2053 at = mkPCast8x8(mce, at);
2350 return mkPCast8x8(mce, vatom1);
2390 return assignNew('V', mce, Ity_I64, binop(Iop_PwMax8Ux8, mkPCast8x8(mce, vatom1),
2391 mkPCast8x8(mce, vatom2)));
2405 return mkPCast8x8(mce,
2406 assignNew('V', mce, Ity_I64, binop(op, mkPCast8x8(mce, vatom1),
2407 mkPCast8x8(mce, vatom2))));
2415 mkPCast8x8(mce,vatom2)
2470 mkPCast8x8(mce, vatom2)
3236 return mkPCast8x8(mce, vatom);
3314 assignNew('V', mce, Ity_I64, unop(op, mkPCast8x8(mce, vatom))));