Home
last modified time | relevance | path

Searched refs:__pack (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dvecintrin.h9129 __v2f32 __pack = __builtin_shufflevector(__a, __a, 0, 2); in vec_doublee() local
9130 return __builtin_convertvector(__pack, __vector double); in vec_doublee()
9140 __v2f32 __pack = __builtin_convertvector(__a, __v2f32); in vec_floate() local
9141 return __builtin_shufflevector(__pack, __pack, 0, -1, 1, -1); in vec_floate()