Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dwasm_simd128.h28 typedef int __i32x4 __attribute__((__vector_size__(16), __aligned__(16))); typedef
125 return (v128_t) __builtin_convertvector(__v, __i32x4); in wasm_i32x4_load16x4()
161 return (v128_t)(__i32x4){__v, 0, 0, 0}; in wasm_v128_load32_zero()
201 __i32x4 __ret = (__i32x4)__vec; in wasm_v128_load32_lane()
255 ((__i32x4)__vec)[__i]; in wasm_v128_store32_lane()
305 return (v128_t)(__i32x4){__c0, __c1, __c2, __c3}; in wasm_i32x4_make()
397 return (v128_t)(__i32x4){__c0, __c1, __c2, __c3}; in wasm_i32x4_const()
456 return (v128_t)(__i32x4){__c, __c, __c, __c}; in wasm_i32x4_const_splat()
560 return (v128_t)(__i32x4){__a, __a, __a, __a}; in wasm_i32x4_splat()
570 return ((__i32x4)__a)[__i]; in wasm_i32x4_extract_lane()
[all …]