Searched refs:__pack (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Headers/ |
| H A D | vecintrin.h | 10832 __v2f32 __pack = __builtin_shufflevector(__a, __a, 0, 2); in vec_doublee() local 10833 return __builtin_convertvector(__pack, __vector double); in vec_doublee() 10843 __v2f32 __pack = __builtin_convertvector(__a, __v2f32); in vec_floate() local 10844 return __builtin_shufflevector(__pack, __pack, 0, -1, 1, -1); in vec_floate()
|