Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Headers/
Dwasm_simd128.h21 typedef signed char __i8x16 typedef
170 return (v128_t)(__i8x16){__c0, __c1, __c2, __c3, __c4, __c5, in wasm_i8x16_make()
224 (v128_t)(__i8x16){__c0, __c1, __c2, __c3, __c4, __c5, __c6, __c7, \
274 return (v128_t)(__i8x16){__a, __a, __a, __a, __a, __a, __a, __a, in wasm_i8x16_splat()
279 (__builtin_wasm_extract_lane_s_i8x16((__i8x16)(__a), __i))
285 ((v128_t)__builtin_wasm_replace_lane_i8x16((__i8x16)(__a), __i, __b))
342 return (v128_t)((__i8x16)__a == (__i8x16)__b); in wasm_i8x16_eq()
347 return (v128_t)((__i8x16)__a != (__i8x16)__b); in wasm_i8x16_ne()
352 return (v128_t)((__i8x16)__a < (__i8x16)__b); in wasm_i8x16_lt()
362 return (v128_t)((__i8x16)__a > (__i8x16)__b); in wasm_i8x16_gt()
[all …]