Lines Matching refs:dst_ty
757 static IRAtom* mkPCastTo( MCEnv* mce, IRType dst_ty, IRAtom* vbits )
762 /* Note, dst_ty is a shadow type, not an original type. */
767 if (src_ty == Ity_I32 && dst_ty == Ity_I32)
770 if (src_ty == Ity_I64 && dst_ty == Ity_I64)
773 if (src_ty == Ity_I32 && dst_ty == Ity_I64) {
779 if (src_ty == Ity_I32 && dst_ty == Ity_V128) {
786 if (src_ty == Ity_I32 && dst_ty == Ity_V256) {
794 if (src_ty == Ity_I64 && dst_ty == Ity_I32) {
801 if (src_ty == Ity_V128 && dst_ty == Ity_I64) {
861 switch (dst_ty) {
888 ppIRType(dst_ty);