Home
last modified time | relevance | path

Searched refs:vec_fp_test_data_class (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/s390/
H A Dvecintrin.h330 #define vec_fp_test_data_class __builtin_s390_vec_fp_test_data_class macro
H A Dvx-builtins.md1965 ; vec_fp_test_data_class wants the result vector and the CC stored to
/netbsd-src/external/gpl3/gcc/dist/gcc/config/s390/
H A Dvecintrin.h336 #define vec_fp_test_data_class __builtin_s390_vec_fp_test_data_class macro
H A Dvx-builtins.md1932 ; vec_fp_test_data_class wants the result vector and the CC stored to
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/
H A Dvecintrin.h9303 vec_fp_test_data_class(__vector float __a, int __b, int *__c)
9307 vec_fp_test_data_class(__vector double __a, int __b, int *__c)
9310 #define vec_fp_test_data_class(X, Y, Z) \ macro
9311 ((__typeof__((vec_fp_test_data_class)((X), (Y), (Z)))) \
9325 #define vec_fp_test_data_class(X, Y, Z) \ macro