Searched refs:__i8x16 (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | wasm_simd128.h | 21 typedef signed char __i8x16 typedef 179 __i8x16 __ret = (__i8x16)__vec; in wasm_v128_load8_lane() 233 ((struct __wasm_v128_store8_lane_struct *)__mem)->__v = ((__i8x16)__vec)[__i]; in wasm_v128_store8_lane() 274 return (v128_t)(__i8x16){__c0, __c1, __c2, __c3, __c4, __c5, in wasm_i8x16_make() 350 return (v128_t)(__i8x16){__c0, __c1, __c2, __c3, __c4, __c5, in wasm_i8x16_const() 434 return (v128_t)(__i8x16){__c, __c, __c, __c, __c, __c, __c, __c, in wasm_i8x16_const_splat() 485 return (v128_t)(__i8x16){__a, __a, __a, __a, __a, __a, __a, __a, in wasm_i8x16_splat() 497 return ((__i8x16)__a)[__i]; in wasm_i8x16_extract_lane() 510 __i8x16 __v = (__i8x16)__a; in wasm_i8x16_replace_lane() 669 return (v128_t)((__i8x16)__a == (__i8x16)__b); in wasm_i8x16_eq() [all …]
|