Searched refs:vec_ctsl (Results 1 – 4 of 4) sorted by relevance
560 vsl = vec_ctsl(vd, idx); // expected-error {{no matching function}} in test_float()562 vsl = vec_ctsl(vd, -1); // expected-error {{no matching function}} in test_float()564 vsl = vec_ctsl(vd, 32); // expected-error {{no matching function}} in test_float()
2929 vsl = vec_ctsl(vd, 0); in test_float()2933 vsl = vec_ctsl(vd, 1); in test_float()2939 vsl = vec_ctsl(vd, 31); in test_float()
80 emm0 = vec_ctsl(fx, 0);
7330 vec_ctsl(vector double __a, int __b) in vec_ctsl() function