Searched refs:__i16x8 (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | wasm_simd128.h | 25 typedef short __i16x8 __attribute__((__vector_size__(16), __aligned__(16))); typedef 107 return (v128_t) __builtin_convertvector(__v, __i16x8); in wasm_i16x8_load8x8() 190 __i16x8 __ret = (__i16x8)__vec; in wasm_v128_load16_lane() 244 ((__i16x8)__vec)[__i]; in wasm_v128_store16_lane() 292 return (v128_t)(__i16x8){__c0, __c1, __c2, __c3, __c4, __c5, __c6, __c7}; in wasm_i16x8_make() 380 return (v128_t)(__i16x8){__c0, __c1, __c2, __c3, __c4, __c5, __c6, __c7}; in wasm_i16x8_const() 446 return (v128_t)(__i16x8){__c, __c, __c, __c, __c, __c, __c, __c}; in wasm_i16x8_const_splat() 525 return (v128_t)(__i16x8){__a, __a, __a, __a, __a, __a, __a, __a}; in wasm_i16x8_splat() 535 return ((__i16x8)__a)[__i]; in wasm_i16x8_extract_lane() 547 __i16x8 __v = (__i16x8)__a; in wasm_i16x8_replace_lane() [all …]
|