Searched refs:vec_ctd (Results 1 – 3 of 3) sorted by relevance
/external/clang/test/CodeGen/ |
D | builtins-systemz-zvector-error.c | 541 vd = vec_ctd(vsl, idx); // expected-error {{no matching function}} in test_float() 544 vd = vec_ctd(vsl, -1); // expected-error {{no matching function}} in test_float() 547 vd = vec_ctd(vsl, 32); // expected-error {{no matching function}} in test_float() 550 vd = vec_ctd(vul, idx); // expected-error {{no matching function}} in test_float() 553 vd = vec_ctd(vul, -1); // expected-error {{no matching function}} in test_float() 556 vd = vec_ctd(vul, 32); // expected-error {{no matching function}} in test_float()
|
D | builtins-systemz-zvector.c | 2912 vd = vec_ctd(vsl, 0); in test_float() 2914 vd = vec_ctd(vul, 0); in test_float() 2916 vd = vec_ctd(vsl, 1); in test_float() 2919 vd = vec_ctd(vul, 1); in test_float() 2922 vd = vec_ctd(vsl, 31); in test_float() 2925 vd = vec_ctd(vul, 31); in test_float()
|
/external/clang/lib/Headers/ |
D | vecintrin.h | 7312 vec_ctd(vector signed long long __a, int __b) in vec_ctd() function 7320 vec_ctd(vector unsigned long long __a, int __b) in vec_ctd() function
|