Searched refs:__i16x8 (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/contrib/llvm-project/clang/lib/Headers/
H A Dwasm_simd128.h25 typedef short __i16x8 __attribute__((__vector_size__(16), __aligned__(16))); typedef
107 return (v128_t) __builtin_convertvector(__v, __i16x8);
190 __i16x8 __ret = (__i16x8)__vec;
244 ((__i16x8)__vec)[__i];
292 return (v128_t)(__i16x8){__c0, __c1, __c2, __c3, __c4, __c5, __c6, __c7};
380 return (v128_t)(__i16x8){__c0, __c1, __c2, __c3, __c4, __c5, __c6, __c7};
446 return (v128_t)(__i16x8){__c, __c, __c, __c, __c, __c, __c, __c};
525 return (v128_t)(__i16x8){__a, __a, __a, __a, __a, __a, __a, __a};
535 return ((__i16x8)__
[all...]

Completed in 63 milliseconds