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

/freebsd-current/contrib/llvm-project/clang/lib/Headers/
H A Dwasm_simd128.h21 typedef signed char __i8x16 typedef
179 __i8x16 __ret = (__i8x16)__vec;
233 ((struct __wasm_v128_store8_lane_struct *)__mem)->__v = ((__i8x16)__vec)[__i];
274 return (v128_t)(__i8x16){__c0, __c1, __c2, __c3, __c4, __c5,
350 return (v128_t)(__i8x16){__c0, __c1, __c2, __c3, __c4, __c5,
434 return (v128_t)(__i8x16){__c, __c, __c, __c, __c, __c, __c, __c,
485 return (v128_t)(__i8x16){__a, __a, __a, __a, __a, __a, __a, __a,
497 return ((__i8x16)__a)[__i];
510 __i8x16 __
[all...]

Completed in 80 milliseconds