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 D | vecintrin.h | 330 #define vec_fp_test_data_class __builtin_s390_vec_fp_test_data_class macro
|
H A D | vx-builtins.md | 1965 ; 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 D | vecintrin.h | 336 #define vec_fp_test_data_class __builtin_s390_vec_fp_test_data_class macro
|
H A D | vx-builtins.md | 1932 ; 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 D | vecintrin.h | 9303 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
|