Searched refs:dst_ty (Results 1 – 6 of 6) sorted by relevance
204 static IRExpr *narrowTo ( IRType dst_ty, IRExpr * e ) in narrowTo() argument207 if (src_ty == dst_ty) in narrowTo()209 if (src_ty == Ity_I32 && dst_ty == Ity_I16) in narrowTo()211 if (src_ty == Ity_I32 && dst_ty == Ity_I8) in narrowTo()214 if (src_ty == Ity_I64 && dst_ty == Ity_I8) { in narrowTo()217 if (src_ty == Ity_I64 && dst_ty == Ity_I16) { in narrowTo()220 if (src_ty == Ity_I64 && dst_ty == Ity_I32) { in narrowTo()228 ppIRType(dst_ty); in narrowTo()
891 static IRExpr* narrowTo ( IRType dst_ty, IRExpr* e ) in narrowTo() argument894 if (src_ty == dst_ty) in narrowTo()896 if (src_ty == Ity_I32 && dst_ty == Ity_I16) in narrowTo()898 if (src_ty == Ity_I32 && dst_ty == Ity_I8) in narrowTo()904 ppIRType(dst_ty); in narrowTo()
1294 static IRExpr *narrowTo(IRType dst_ty, IRExpr * e) in narrowTo() argument1297 if (src_ty == dst_ty) in narrowTo()1299 if (src_ty == Ity_I32 && dst_ty == Ity_I16) in narrowTo()1301 if (src_ty == Ity_I32 && dst_ty == Ity_I8) in narrowTo()1303 if (src_ty == Ity_I64 && dst_ty == Ity_I8) { in narrowTo()1307 if (src_ty == Ity_I64 && dst_ty == Ity_I16) { in narrowTo()
1754 static IRExpr* narrowTo ( IRType dst_ty, IRExpr* e ) in narrowTo() argument1757 if (src_ty == dst_ty) in narrowTo()1759 if (src_ty == Ity_I32 && dst_ty == Ity_I16) in narrowTo()1761 if (src_ty == Ity_I32 && dst_ty == Ity_I8) in narrowTo()1763 if (src_ty == Ity_I64 && dst_ty == Ity_I32) in narrowTo()1765 if (src_ty == Ity_I64 && dst_ty == Ity_I16) in narrowTo()1767 if (src_ty == Ity_I64 && dst_ty == Ity_I8) in narrowTo()1773 ppIRType(dst_ty); in narrowTo()
757 static IRAtom* mkPCastTo( MCEnv* mce, IRType dst_ty, IRAtom* vbits ) in mkPCastTo() argument767 if (src_ty == Ity_I32 && dst_ty == Ity_I32) in mkPCastTo()770 if (src_ty == Ity_I64 && dst_ty == Ity_I64) in mkPCastTo()773 if (src_ty == Ity_I32 && dst_ty == Ity_I64) { in mkPCastTo()779 if (src_ty == Ity_I32 && dst_ty == Ity_V128) { in mkPCastTo()786 if (src_ty == Ity_I32 && dst_ty == Ity_V256) { in mkPCastTo()794 if (src_ty == Ity_I64 && dst_ty == Ity_I32) { in mkPCastTo()801 if (src_ty == Ity_V128 && dst_ty == Ity_I64) { in mkPCastTo()861 switch (dst_ty) { in mkPCastTo()888 ppIRType(dst_ty); in mkPCastTo()
978 static IRAtom* mkPCastTo( MCEnv* mce, IRType dst_ty, IRAtom* vbits ) in mkPCastTo() argument1008 switch (dst_ty) { in mkPCastTo()1024 ppIRType(dst_ty); in mkPCastTo()