This patch implements the following function prototypes for the truncate and store VSX Vector instructions:
void vec_xst_trunc (vector signed __int128, signed long long, signed char *); void vec_xst_trunc (vector unsigned __int128, signed long long, unsigned char *); void vec_xst_trunc (vector signed __int128, signed long long, signed short *); void vec_xst_trunc (vector unsigned __int128, signed long long, unsigned short *); void vec_xst_trunc (vector signed __int128, signed long long, signed int *); void vec_xst_trunc (vector unsigned __int128, signed long long, unsigned int *); void vec_xst_trunc (vector signed __int128, signed long long, signed long long *); void vec_xst_trunc (vector unsigned __int128, signed long long, unsigned long long *);
Depends on D82431.
I don't see a run line above that uses CHECK-BE|CHECK-LE. Since all these look the same, did you mean to use the default CHECK?