/aosp_15_r20/external/clang/test/CodeGen/ |
H A D | builtins-systemz-zvector-error.c | 573 vbl = vec_fp_test_data_class(vd, idx, &cc); // expected-error {{must be a constant integer}} in test_float() 574 …vbl = vec_fp_test_data_class(vd, -1, &cc); // expected-error {{should be a value from 0 to 4095}} in test_float() 575 …vbl = vec_fp_test_data_class(vd, 4096, &cc); // expected-error {{should be a value from 0 to 4095}} in test_float()
|
H A D | builtins-systemz-zvector.c | 2963 vbl = vec_fp_test_data_class(vd, 0, &cc); in test_float() 2965 vbl = vec_fp_test_data_class(vd, 4095, &cc); in test_float()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/lib/clang/19/include/ |
D | vecintrin.h | 9321 vec_fp_test_data_class(__vector float __a, int __b, int *__c) 9325 vec_fp_test_data_class(__vector double __a, int __b, int *__c) 9328 #define vec_fp_test_data_class(X, Y, Z) \ macro 9329 ((__typeof__((vec_fp_test_data_class)((X), (Y), (Z)))) \ 9343 #define vec_fp_test_data_class(X, Y, Z) \ macro
|
/aosp_15_r20/prebuilts/clang-tools/linux-x86/lib64/clang/19/include/ |
H A D | vecintrin.h | 9321 vec_fp_test_data_class(__vector float __a, int __b, int *__c) 9325 vec_fp_test_data_class(__vector double __a, int __b, int *__c) 9328 #define vec_fp_test_data_class(X, Y, Z) \ macro 9329 ((__typeof__((vec_fp_test_data_class)((X), (Y), (Z)))) \ 9343 #define vec_fp_test_data_class(X, Y, Z) \ macro
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/lib/clang/18/include/ |
D | vecintrin.h | 9321 vec_fp_test_data_class(__vector float __a, int __b, int *__c) 9325 vec_fp_test_data_class(__vector double __a, int __b, int *__c) 9328 #define vec_fp_test_data_class(X, Y, Z) \ macro 9329 ((__typeof__((vec_fp_test_data_class)((X), (Y), (Z)))) \ 9343 #define vec_fp_test_data_class(X, Y, Z) \ macro
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/lib/clang/19/include/ |
D | vecintrin.h | 9321 vec_fp_test_data_class(__vector float __a, int __b, int *__c) 9325 vec_fp_test_data_class(__vector double __a, int __b, int *__c) 9328 #define vec_fp_test_data_class(X, Y, Z) \ macro 9329 ((__typeof__((vec_fp_test_data_class)((X), (Y), (Z)))) \ 9343 #define vec_fp_test_data_class(X, Y, Z) \ macro
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/lib/clang/19/include/ |
D | vecintrin.h | 9321 vec_fp_test_data_class(__vector float __a, int __b, int *__c) 9325 vec_fp_test_data_class(__vector double __a, int __b, int *__c) 9328 #define vec_fp_test_data_class(X, Y, Z) \ macro 9329 ((__typeof__((vec_fp_test_data_class)((X), (Y), (Z)))) \ 9343 #define vec_fp_test_data_class(X, Y, Z) \ macro
|
/aosp_15_r20/prebuilts/sdk/renderscript/clang-include/ |
H A D | vecintrin.h | 7406 #define vec_fp_test_data_class(X, Y, Z) \ macro
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/ |
D | vecintrin.h | 7406 #define vec_fp_test_data_class(X, Y, Z) \ macro
|
/aosp_15_r20/external/clang/lib/Headers/ |
H A D | vecintrin.h | 7406 #define vec_fp_test_data_class(X, Y, Z) \ macro
|