Searched refs:vec_splat_s64 (Results 1 – 4 of 4) sorted by relevance
427 vsl = vec_splat_s64(idx); // expected-error {{no matching function}} in test_core()
512 vsl = vec_splat_s64(-32768); in test_core()514 vsl = vec_splat_s64(32767); in test_core()
68 Packet2d p2d_##NAME = reinterpret_cast<Packet2d>(vec_splat_s64(X))71 Packet2l p2l_##NAME = reinterpret_cast<Packet2l>(vec_splat_s64(X))
1262 vec_splat_s64(signed short __scalar) in vec_splat_s64() function