clang 20.0.0git
|
Go to the source code of this file.
Macros | |
#define | __DEFAULT_FN_ATTRS |
#define | __REQUIRE_CONSTANT(c) |
#define | wasm_i8x16_shuffle(__a, __b, __c0, __c1, __c2, __c3, __c4, __c5, __c6, __c7, __c8, __c9, __c10, __c11, __c12, __c13, __c14, __c15) |
#define | wasm_i16x8_shuffle(__a, __b, __c0, __c1, __c2, __c3, __c4, __c5, __c6, __c7) |
#define | wasm_i32x4_shuffle(__a, __b, __c0, __c1, __c2, __c3) |
#define | wasm_i64x2_shuffle(__a, __b, __c0, __c1) |
#define | __DEPRECATED_FN_ATTRS(__replacement) |
#define | __WASM_STR(X) #X |
#define | __DEPRECATED_WASM_MACRO(__name, __replacement) |
#define | wasm_v8x16_shuffle(__a, __b, __c0, __c1, __c2, __c3, __c4, __c5, __c6, __c7, __c8, __c9, __c10, __c11, __c12, __c13, __c14, __c15) |
#define | wasm_v16x8_shuffle(__a, __b, __c0, __c1, __c2, __c3, __c4, __c5, __c6, __c7) |
#define | wasm_v32x4_shuffle(__a, __b, __c0, __c1, __c2, __c3) |
#define | wasm_v64x2_shuffle(__a, __b, __c0, __c1) |
#define | __RELAXED_FN_ATTRS |
#define | __FP16_FN_ATTRS |
Typedefs | |
typedef int32_t v128_t | __attribute__((__vector_size__(16), __aligned__(16))) |
Functions | |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_v128_load (const void *__mem) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_v128_load8_splat (const void *__mem) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_v128_load16_splat (const void *__mem) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_v128_load32_splat (const void *__mem) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_v128_load64_splat (const void *__mem) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_i16x8_load8x8 (const void *__mem) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_u16x8_load8x8 (const void *__mem) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_i32x4_load16x4 (const void *__mem) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_u32x4_load16x4 (const void *__mem) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_i64x2_load32x2 (const void *__mem) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_u64x2_load32x2 (const void *__mem) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_v128_load32_zero (const void *__mem) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_v128_load64_zero (const void *__mem) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_v128_load8_lane (const void *__mem, v128_t __vec, int __i) __REQUIRE_CONSTANT(__i) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_v128_load16_lane (const void *__mem, v128_t __vec, int __i) __REQUIRE_CONSTANT(__i) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_v128_load32_lane (const void *__mem, v128_t __vec, int __i) __REQUIRE_CONSTANT(__i) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_v128_load64_lane (const void *__mem, v128_t __vec, int __i) __REQUIRE_CONSTANT(__i) |
static __inline__ void __DEFAULT_FN_ATTRS | wasm_v128_store (void *__mem, v128_t __a) |
static __inline__ void __DEFAULT_FN_ATTRS | wasm_v128_store8_lane (void *__mem, v128_t __vec, int __i) __REQUIRE_CONSTANT(__i) |
static __inline__ void __DEFAULT_FN_ATTRS | wasm_v128_store16_lane (void *__mem, v128_t __vec, int __i) __REQUIRE_CONSTANT(__i) |
static __inline__ void __DEFAULT_FN_ATTRS | wasm_v128_store32_lane (void *__mem, v128_t __vec, int __i) __REQUIRE_CONSTANT(__i) |
static __inline__ void __DEFAULT_FN_ATTRS | wasm_v128_store64_lane (void *__mem, v128_t __vec, int __i) __REQUIRE_CONSTANT(__i) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_i8x16_make (int8_t __c0, int8_t __c1, int8_t __c2, int8_t __c3, int8_t __c4, int8_t __c5, int8_t __c6, int8_t __c7, int8_t __c8, int8_t __c9, int8_t __c10, int8_t __c11, int8_t __c12, int8_t __c13, int8_t __c14, int8_t __c15) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_u8x16_make (uint8_t __c0, uint8_t __c1, uint8_t __c2, uint8_t __c3, uint8_t __c4, uint8_t __c5, uint8_t __c6, uint8_t __c7, uint8_t __c8, uint8_t __c9, uint8_t __c10, uint8_t __c11, uint8_t __c12, uint8_t __c13, uint8_t __c14, uint8_t __c15) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_i16x8_make (int16_t __c0, int16_t __c1, int16_t __c2, int16_t __c3, int16_t __c4, int16_t __c5, int16_t __c6, int16_t __c7) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_u16x8_make (uint16_t __c0, uint16_t __c1, uint16_t __c2, uint16_t __c3, uint16_t __c4, uint16_t __c5, uint16_t __c6, uint16_t __c7) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_i32x4_make (int32_t __c0, int32_t __c1, int32_t __c2, int32_t __c3) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_u32x4_make (uint32_t __c0, uint32_t __c1, uint32_t __c2, uint32_t __c3) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_i64x2_make (int64_t __c0, int64_t __c1) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_u64x2_make (uint64_t __c0, uint64_t __c1) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_f32x4_make (float __c0, float __c1, float __c2, float __c3) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_f64x2_make (double __c0, double __c1) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_i8x16_const (int8_t __c0, int8_t __c1, int8_t __c2, int8_t __c3, int8_t __c4, int8_t __c5, int8_t __c6, int8_t __c7, int8_t __c8, int8_t __c9, int8_t __c10, int8_t __c11, int8_t __c12, int8_t __c13, int8_t __c14, int8_t __c15) __REQUIRE_CONSTANT(__c0) __REQUIRE_CONSTANT(__c1) __REQUIRE_CONSTANT(__c2) __REQUIRE_CONSTANT(__c3) __REQUIRE_CONSTANT(__c4) __REQUIRE_CONSTANT(__c5) __REQUIRE_CONSTANT(__c6) __REQUIRE_CONSTANT(__c7) __REQUIRE_CONSTANT(__c8) __REQUIRE_CONSTANT(__c9) __REQUIRE_CONSTANT(__c10) __REQUIRE_CONSTANT(__c11) __REQUIRE_CONSTANT(__c12) __REQUIRE_CONSTANT(__c13) __REQUIRE_CONSTANT(__c14) __REQUIRE_CONSTANT(__c15) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_u8x16_const (uint8_t __c0, uint8_t __c1, uint8_t __c2, uint8_t __c3, uint8_t __c4, uint8_t __c5, uint8_t __c6, uint8_t __c7, uint8_t __c8, uint8_t __c9, uint8_t __c10, uint8_t __c11, uint8_t __c12, uint8_t __c13, uint8_t __c14, uint8_t __c15) __REQUIRE_CONSTANT(__c0) __REQUIRE_CONSTANT(__c1) __REQUIRE_CONSTANT(__c2) __REQUIRE_CONSTANT(__c3) __REQUIRE_CONSTANT(__c4) __REQUIRE_CONSTANT(__c5) __REQUIRE_CONSTANT(__c6) __REQUIRE_CONSTANT(__c7) __REQUIRE_CONSTANT(__c8) __REQUIRE_CONSTANT(__c9) __REQUIRE_CONSTANT(__c10) __REQUIRE_CONSTANT(__c11) __REQUIRE_CONSTANT(__c12) __REQUIRE_CONSTANT(__c13) __REQUIRE_CONSTANT(__c14) __REQUIRE_CONSTANT(__c15) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_i16x8_const (int16_t __c0, int16_t __c1, int16_t __c2, int16_t __c3, int16_t __c4, int16_t __c5, int16_t __c6, int16_t __c7) __REQUIRE_CONSTANT(__c0) __REQUIRE_CONSTANT(__c1) __REQUIRE_CONSTANT(__c2) __REQUIRE_CONSTANT(__c3) __REQUIRE_CONSTANT(__c4) __REQUIRE_CONSTANT(__c5) __REQUIRE_CONSTANT(__c6) __REQUIRE_CONSTANT(__c7) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_u16x8_const (uint16_t __c0, uint16_t __c1, uint16_t __c2, uint16_t __c3, uint16_t __c4, uint16_t __c5, uint16_t __c6, uint16_t __c7) __REQUIRE_CONSTANT(__c0) __REQUIRE_CONSTANT(__c1) __REQUIRE_CONSTANT(__c2) __REQUIRE_CONSTANT(__c3) __REQUIRE_CONSTANT(__c4) __REQUIRE_CONSTANT(__c5) __REQUIRE_CONSTANT(__c6) __REQUIRE_CONSTANT(__c7) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_i32x4_const (int32_t __c0, int32_t __c1, int32_t __c2, int32_t __c3) __REQUIRE_CONSTANT(__c0) __REQUIRE_CONSTANT(__c1) __REQUIRE_CONSTANT(__c2) __REQUIRE_CONSTANT(__c3) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_u32x4_const (uint32_t __c0, uint32_t __c1, uint32_t __c2, uint32_t __c3) __REQUIRE_CONSTANT(__c0) __REQUIRE_CONSTANT(__c1) __REQUIRE_CONSTANT(__c2) __REQUIRE_CONSTANT(__c3) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_i64x2_const (int64_t __c0, int64_t __c1) __REQUIRE_CONSTANT(__c0) __REQUIRE_CONSTANT(__c1) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_u64x2_const (uint64_t __c0, uint64_t __c1) __REQUIRE_CONSTANT(__c0) __REQUIRE_CONSTANT(__c1) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_f32x4_const (float __c0, float __c1, float __c2, float __c3) __REQUIRE_CONSTANT(__c0) __REQUIRE_CONSTANT(__c1) __REQUIRE_CONSTANT(__c2) __REQUIRE_CONSTANT(__c3) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_f64x2_const (double __c0, double __c1) __REQUIRE_CONSTANT(__c0) __REQUIRE_CONSTANT(__c1) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_i8x16_const_splat (int8_t __c) __REQUIRE_CONSTANT(__c) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_u8x16_const_splat (uint8_t __c) __REQUIRE_CONSTANT(__c) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_i16x8_const_splat (int16_t __c) __REQUIRE_CONSTANT(__c) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_u16x8_const_splat (uint16_t __c) __REQUIRE_CONSTANT(__c) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_i32x4_const_splat (int32_t __c) __REQUIRE_CONSTANT(__c) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_u32x4_const_splat (uint32_t __c) __REQUIRE_CONSTANT(__c) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_i64x2_const_splat (int64_t __c) __REQUIRE_CONSTANT(__c) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_u64x2_const_splat (uint64_t __c) __REQUIRE_CONSTANT(__c) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_f32x4_const_splat (float __c) __REQUIRE_CONSTANT(__c) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_f64x2_const_splat (double __c) __REQUIRE_CONSTANT(__c) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_i8x16_splat (int8_t __a) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_u8x16_splat (uint8_t __a) |
static __inline__ int8_t __DEFAULT_FN_ATTRS | wasm_i8x16_extract_lane (v128_t __a, int __i) __REQUIRE_CONSTANT(__i) |
static __inline__ uint8_t __DEFAULT_FN_ATTRS | wasm_u8x16_extract_lane (v128_t __a, int __i) __REQUIRE_CONSTANT(__i) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_i8x16_replace_lane (v128_t __a, int __i, int8_t __b) __REQUIRE_CONSTANT(__i) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_u8x16_replace_lane (v128_t __a, int __i, uint8_t __b) __REQUIRE_CONSTANT(__i) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_i16x8_splat (int16_t __a) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_u16x8_splat (uint16_t __a) |
static __inline__ int16_t __DEFAULT_FN_ATTRS | wasm_i16x8_extract_lane (v128_t __a, int __i) __REQUIRE_CONSTANT(__i) |
static __inline__ uint16_t __DEFAULT_FN_ATTRS | wasm_u16x8_extract_lane (v128_t __a, int __i) __REQUIRE_CONSTANT(__i) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_i16x8_replace_lane (v128_t __a, int __i, int16_t __b) __REQUIRE_CONSTANT(__i) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_u16x8_replace_lane (v128_t __a, int __i, uint16_t __b) __REQUIRE_CONSTANT(__i) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_i32x4_splat (int32_t __a) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_u32x4_splat (uint32_t __a) |
static __inline__ int32_t __DEFAULT_FN_ATTRS | wasm_i32x4_extract_lane (v128_t __a, int __i) __REQUIRE_CONSTANT(__i) |
static __inline__ uint32_t __DEFAULT_FN_ATTRS | wasm_u32x4_extract_lane (v128_t __a, int __i) __REQUIRE_CONSTANT(__i) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_i32x4_replace_lane (v128_t __a, int __i, int32_t __b) __REQUIRE_CONSTANT(__i) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_u32x4_replace_lane (v128_t __a, int __i, uint32_t __b) __REQUIRE_CONSTANT(__i) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_i64x2_splat (int64_t __a) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_u64x2_splat (uint64_t __a) |
static __inline__ int64_t __DEFAULT_FN_ATTRS | wasm_i64x2_extract_lane (v128_t __a, int __i) __REQUIRE_CONSTANT(__i) |
static __inline__ uint64_t __DEFAULT_FN_ATTRS | wasm_u64x2_extract_lane (v128_t __a, int __i) __REQUIRE_CONSTANT(__i) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_i64x2_replace_lane (v128_t __a, int __i, int64_t __b) __REQUIRE_CONSTANT(__i) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_u64x2_replace_lane (v128_t __a, int __i, uint64_t __b) __REQUIRE_CONSTANT(__i) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_f32x4_splat (float __a) |
static __inline__ float __DEFAULT_FN_ATTRS | wasm_f32x4_extract_lane (v128_t __a, int __i) __REQUIRE_CONSTANT(__i) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_f32x4_replace_lane (v128_t __a, int __i, float __b) __REQUIRE_CONSTANT(__i) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_f64x2_splat (double __a) |
static __inline__ double __DEFAULT_FN_ATTRS | wasm_f64x2_extract_lane (v128_t __a, int __i) __REQUIRE_CONSTANT(__i) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_f64x2_replace_lane (v128_t __a, int __i, double __b) __REQUIRE_CONSTANT(__i) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_i8x16_eq (v128_t __a, v128_t __b) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_i8x16_ne (v128_t __a, v128_t __b) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_i8x16_lt (v128_t __a, v128_t __b) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_u8x16_lt (v128_t __a, v128_t __b) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_i8x16_gt (v128_t __a, v128_t __b) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_u8x16_gt (v128_t __a, v128_t __b) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_i8x16_le (v128_t __a, v128_t __b) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_u8x16_le (v128_t __a, v128_t __b) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_i8x16_ge (v128_t __a, v128_t __b) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_u8x16_ge (v128_t __a, v128_t __b) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_i16x8_eq (v128_t __a, v128_t __b) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_i16x8_ne (v128_t __a, v128_t __b) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_i16x8_lt (v128_t __a, v128_t __b) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_u16x8_lt (v128_t __a, v128_t __b) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_i16x8_gt (v128_t __a, v128_t __b) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_u16x8_gt (v128_t __a, v128_t __b) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_i16x8_le (v128_t __a, v128_t __b) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_u16x8_le (v128_t __a, v128_t __b) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_i16x8_ge (v128_t __a, v128_t __b) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_u16x8_ge (v128_t __a, v128_t __b) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_i32x4_eq (v128_t __a, v128_t __b) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_i32x4_ne (v128_t __a, v128_t __b) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_i32x4_lt (v128_t __a, v128_t __b) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_u32x4_lt (v128_t __a, v128_t __b) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_i32x4_gt (v128_t __a, v128_t __b) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_u32x4_gt (v128_t __a, v128_t __b) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_i32x4_le (v128_t __a, v128_t __b) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_u32x4_le (v128_t __a, v128_t __b) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_i32x4_ge (v128_t __a, v128_t __b) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_u32x4_ge (v128_t __a, v128_t __b) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_i64x2_eq (v128_t __a, v128_t __b) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_i64x2_ne (v128_t __a, v128_t __b) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_i64x2_lt (v128_t __a, v128_t __b) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_i64x2_gt (v128_t __a, v128_t __b) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_i64x2_le (v128_t __a, v128_t __b) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_i64x2_ge (v128_t __a, v128_t __b) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_f32x4_eq (v128_t __a, v128_t __b) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_f32x4_ne (v128_t __a, v128_t __b) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_f32x4_lt (v128_t __a, v128_t __b) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_f32x4_gt (v128_t __a, v128_t __b) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_f32x4_le (v128_t __a, v128_t __b) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_f32x4_ge (v128_t __a, v128_t __b) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_f64x2_eq (v128_t __a, v128_t __b) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_f64x2_ne (v128_t __a, v128_t __b) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_f64x2_lt (v128_t __a, v128_t __b) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_f64x2_gt (v128_t __a, v128_t __b) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_f64x2_le (v128_t __a, v128_t __b) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_f64x2_ge (v128_t __a, v128_t __b) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_v128_not (v128_t __a) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_v128_and (v128_t __a, v128_t __b) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_v128_or (v128_t __a, v128_t __b) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_v128_xor (v128_t __a, v128_t __b) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_v128_andnot (v128_t __a, v128_t __b) |
static __inline__ bool __DEFAULT_FN_ATTRS | wasm_v128_any_true (v128_t __a) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_v128_bitselect (v128_t __a, v128_t __b, v128_t __mask) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_i8x16_abs (v128_t __a) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_i8x16_neg (v128_t __a) |
static __inline__ bool __DEFAULT_FN_ATTRS | wasm_i8x16_all_true (v128_t __a) |
static __inline__ uint32_t __DEFAULT_FN_ATTRS | wasm_i8x16_bitmask (v128_t __a) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_i8x16_popcnt (v128_t __a) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_i8x16_shl (v128_t __a, uint32_t __b) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_i8x16_shr (v128_t __a, uint32_t __b) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_u8x16_shr (v128_t __a, uint32_t __b) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_i8x16_add (v128_t __a, v128_t __b) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_i8x16_add_sat (v128_t __a, v128_t __b) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_u8x16_add_sat (v128_t __a, v128_t __b) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_i8x16_sub (v128_t __a, v128_t __b) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_i8x16_sub_sat (v128_t __a, v128_t __b) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_u8x16_sub_sat (v128_t __a, v128_t __b) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_i8x16_min (v128_t __a, v128_t __b) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_u8x16_min (v128_t __a, v128_t __b) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_i8x16_max (v128_t __a, v128_t __b) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_u8x16_max (v128_t __a, v128_t __b) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_u8x16_avgr (v128_t __a, v128_t __b) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_i16x8_abs (v128_t __a) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_i16x8_neg (v128_t __a) |
static __inline__ bool __DEFAULT_FN_ATTRS | wasm_i16x8_all_true (v128_t __a) |
static __inline__ uint32_t __DEFAULT_FN_ATTRS | wasm_i16x8_bitmask (v128_t __a) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_i16x8_shl (v128_t __a, uint32_t __b) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_i16x8_shr (v128_t __a, uint32_t __b) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_u16x8_shr (v128_t __a, uint32_t __b) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_i16x8_add (v128_t __a, v128_t __b) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_i16x8_add_sat (v128_t __a, v128_t __b) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_u16x8_add_sat (v128_t __a, v128_t __b) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_i16x8_sub (v128_t __a, v128_t __b) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_i16x8_sub_sat (v128_t __a, v128_t __b) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_u16x8_sub_sat (v128_t __a, v128_t __b) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_i16x8_mul (v128_t __a, v128_t __b) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_i16x8_min (v128_t __a, v128_t __b) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_u16x8_min (v128_t __a, v128_t __b) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_i16x8_max (v128_t __a, v128_t __b) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_u16x8_max (v128_t __a, v128_t __b) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_u16x8_avgr (v128_t __a, v128_t __b) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_i32x4_abs (v128_t __a) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_i32x4_neg (v128_t __a) |
static __inline__ bool __DEFAULT_FN_ATTRS | wasm_i32x4_all_true (v128_t __a) |
static __inline__ uint32_t __DEFAULT_FN_ATTRS | wasm_i32x4_bitmask (v128_t __a) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_i32x4_shl (v128_t __a, uint32_t __b) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_i32x4_shr (v128_t __a, uint32_t __b) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_u32x4_shr (v128_t __a, uint32_t __b) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_i32x4_add (v128_t __a, v128_t __b) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_i32x4_sub (v128_t __a, v128_t __b) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_i32x4_mul (v128_t __a, v128_t __b) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_i32x4_min (v128_t __a, v128_t __b) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_u32x4_min (v128_t __a, v128_t __b) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_i32x4_max (v128_t __a, v128_t __b) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_u32x4_max (v128_t __a, v128_t __b) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_i32x4_dot_i16x8 (v128_t __a, v128_t __b) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_i64x2_abs (v128_t __a) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_i64x2_neg (v128_t __a) |
static __inline__ bool __DEFAULT_FN_ATTRS | wasm_i64x2_all_true (v128_t __a) |
static __inline__ uint32_t __DEFAULT_FN_ATTRS | wasm_i64x2_bitmask (v128_t __a) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_i64x2_shl (v128_t __a, uint32_t __b) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_i64x2_shr (v128_t __a, uint32_t __b) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_u64x2_shr (v128_t __a, uint32_t __b) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_i64x2_add (v128_t __a, v128_t __b) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_i64x2_sub (v128_t __a, v128_t __b) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_i64x2_mul (v128_t __a, v128_t __b) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_f32x4_abs (v128_t __a) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_f32x4_neg (v128_t __a) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_f32x4_sqrt (v128_t __a) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_f32x4_ceil (v128_t __a) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_f32x4_floor (v128_t __a) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_f32x4_trunc (v128_t __a) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_f32x4_nearest (v128_t __a) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_f32x4_add (v128_t __a, v128_t __b) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_f32x4_sub (v128_t __a, v128_t __b) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_f32x4_mul (v128_t __a, v128_t __b) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_f32x4_div (v128_t __a, v128_t __b) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_f32x4_min (v128_t __a, v128_t __b) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_f32x4_max (v128_t __a, v128_t __b) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_f32x4_pmin (v128_t __a, v128_t __b) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_f32x4_pmax (v128_t __a, v128_t __b) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_f64x2_abs (v128_t __a) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_f64x2_neg (v128_t __a) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_f64x2_sqrt (v128_t __a) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_f64x2_ceil (v128_t __a) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_f64x2_floor (v128_t __a) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_f64x2_trunc (v128_t __a) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_f64x2_nearest (v128_t __a) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_f64x2_add (v128_t __a, v128_t __b) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_f64x2_sub (v128_t __a, v128_t __b) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_f64x2_mul (v128_t __a, v128_t __b) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_f64x2_div (v128_t __a, v128_t __b) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_f64x2_min (v128_t __a, v128_t __b) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_f64x2_max (v128_t __a, v128_t __b) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_f64x2_pmin (v128_t __a, v128_t __b) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_f64x2_pmax (v128_t __a, v128_t __b) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_i32x4_trunc_sat_f32x4 (v128_t __a) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_u32x4_trunc_sat_f32x4 (v128_t __a) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_f32x4_convert_i32x4 (v128_t __a) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_f32x4_convert_u32x4 (v128_t __a) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_f64x2_convert_low_i32x4 (v128_t __a) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_f64x2_convert_low_u32x4 (v128_t __a) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_i32x4_trunc_sat_f64x2_zero (v128_t __a) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_u32x4_trunc_sat_f64x2_zero (v128_t __a) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_f32x4_demote_f64x2_zero (v128_t __a) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_f64x2_promote_low_f32x4 (v128_t __a) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_i8x16_swizzle (v128_t __a, v128_t __b) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_i8x16_narrow_i16x8 (v128_t __a, v128_t __b) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_u8x16_narrow_i16x8 (v128_t __a, v128_t __b) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_i16x8_narrow_i32x4 (v128_t __a, v128_t __b) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_u16x8_narrow_i32x4 (v128_t __a, v128_t __b) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_i16x8_extend_low_i8x16 (v128_t __a) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_i16x8_extend_high_i8x16 (v128_t __a) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_u16x8_extend_low_u8x16 (v128_t __a) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_u16x8_extend_high_u8x16 (v128_t __a) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_i32x4_extend_low_i16x8 (v128_t __a) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_i32x4_extend_high_i16x8 (v128_t __a) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_u32x4_extend_low_u16x8 (v128_t __a) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_u32x4_extend_high_u16x8 (v128_t __a) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_i64x2_extend_low_i32x4 (v128_t __a) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_i64x2_extend_high_i32x4 (v128_t __a) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_u64x2_extend_low_u32x4 (v128_t __a) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_u64x2_extend_high_u32x4 (v128_t __a) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_i16x8_extadd_pairwise_i8x16 (v128_t __a) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_u16x8_extadd_pairwise_u8x16 (v128_t __a) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_i32x4_extadd_pairwise_i16x8 (v128_t __a) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_u32x4_extadd_pairwise_u16x8 (v128_t __a) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_i16x8_extmul_low_i8x16 (v128_t __a, v128_t __b) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_i16x8_extmul_high_i8x16 (v128_t __a, v128_t __b) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_u16x8_extmul_low_u8x16 (v128_t __a, v128_t __b) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_u16x8_extmul_high_u8x16 (v128_t __a, v128_t __b) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_i32x4_extmul_low_i16x8 (v128_t __a, v128_t __b) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_i32x4_extmul_high_i16x8 (v128_t __a, v128_t __b) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_u32x4_extmul_low_u16x8 (v128_t __a, v128_t __b) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_u32x4_extmul_high_u16x8 (v128_t __a, v128_t __b) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_i64x2_extmul_low_i32x4 (v128_t __a, v128_t __b) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_i64x2_extmul_high_i32x4 (v128_t __a, v128_t __b) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_u64x2_extmul_low_u32x4 (v128_t __a, v128_t __b) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_u64x2_extmul_high_u32x4 (v128_t __a, v128_t __b) |
static __inline__ v128_t __DEFAULT_FN_ATTRS | wasm_i16x8_q15mulr_sat (v128_t __a, v128_t __b) |
static __inline__ v128_t | __DEPRECATED_FN_ATTRS ("wasm_v128_load8_splat") wasm_v8x16_load_splat(const void *__mem) |
static __inline__ v128_t | __DEPRECATED_FN_ATTRS ("wasm_v128_load16_splat") wasm_v16x8_load_splat(const void *__mem) |
static __inline__ v128_t | __DEPRECATED_FN_ATTRS ("wasm_v128_load32_splat") wasm_v32x4_load_splat(const void *__mem) |
static __inline__ v128_t | __DEPRECATED_FN_ATTRS ("wasm_v128_load64_splat") wasm_v64x2_load_splat(const void *__mem) |
static __inline__ v128_t | __DEPRECATED_FN_ATTRS ("wasm_i16x8_load8x8") wasm_i16x8_load_8x8(const void *__mem) |
static __inline__ v128_t | __DEPRECATED_FN_ATTRS ("wasm_u16x8_load8x8") wasm_u16x8_load_8x8(const void *__mem) |
static __inline__ v128_t | __DEPRECATED_FN_ATTRS ("wasm_i32x4_load16x4") wasm_i32x4_load_16x4(const void *__mem) |
static __inline__ v128_t | __DEPRECATED_FN_ATTRS ("wasm_u32x4_load16x4") wasm_u32x4_load_16x4(const void *__mem) |
static __inline__ v128_t | __DEPRECATED_FN_ATTRS ("wasm_i64x2_load32x2") wasm_i64x2_load_32x2(const void *__mem) |
static __inline__ v128_t | __DEPRECATED_FN_ATTRS ("wasm_u64x2_load32x2") wasm_u64x2_load_32x2(const void *__mem) |
static __inline__ v128_t __RELAXED_FN_ATTRS | wasm_f32x4_relaxed_madd (v128_t __a, v128_t __b, v128_t __c) |
static __inline__ v128_t __RELAXED_FN_ATTRS | wasm_f32x4_relaxed_nmadd (v128_t __a, v128_t __b, v128_t __c) |
static __inline__ v128_t __RELAXED_FN_ATTRS | wasm_f64x2_relaxed_madd (v128_t __a, v128_t __b, v128_t __c) |
static __inline__ v128_t __RELAXED_FN_ATTRS | wasm_f64x2_relaxed_nmadd (v128_t __a, v128_t __b, v128_t __c) |
static __inline__ v128_t __RELAXED_FN_ATTRS | wasm_i8x16_relaxed_laneselect (v128_t __a, v128_t __b, v128_t __m) |
static __inline__ v128_t __RELAXED_FN_ATTRS | wasm_i16x8_relaxed_laneselect (v128_t __a, v128_t __b, v128_t __m) |
static __inline__ v128_t __RELAXED_FN_ATTRS | wasm_i32x4_relaxed_laneselect (v128_t __a, v128_t __b, v128_t __m) |
static __inline__ v128_t __RELAXED_FN_ATTRS | wasm_i64x2_relaxed_laneselect (v128_t __a, v128_t __b, v128_t __m) |
static __inline__ v128_t __RELAXED_FN_ATTRS | wasm_i8x16_relaxed_swizzle (v128_t __a, v128_t __s) |
static __inline__ v128_t __RELAXED_FN_ATTRS | wasm_f32x4_relaxed_min (v128_t __a, v128_t __b) |
static __inline__ v128_t __RELAXED_FN_ATTRS | wasm_f32x4_relaxed_max (v128_t __a, v128_t __b) |
static __inline__ v128_t __RELAXED_FN_ATTRS | wasm_f64x2_relaxed_min (v128_t __a, v128_t __b) |
static __inline__ v128_t __RELAXED_FN_ATTRS | wasm_f64x2_relaxed_max (v128_t __a, v128_t __b) |
static __inline__ v128_t __RELAXED_FN_ATTRS | wasm_i32x4_relaxed_trunc_f32x4 (v128_t __a) |
static __inline__ v128_t __RELAXED_FN_ATTRS | wasm_u32x4_relaxed_trunc_f32x4 (v128_t __a) |
static __inline__ v128_t __RELAXED_FN_ATTRS | wasm_i32x4_relaxed_trunc_f64x2_zero (v128_t __a) |
static __inline__ v128_t __RELAXED_FN_ATTRS | wasm_u32x4_relaxed_trunc_f64x2_zero (v128_t __a) |
static __inline__ v128_t __RELAXED_FN_ATTRS | wasm_i16x8_relaxed_q15mulr (v128_t __a, v128_t __b) |
static __inline__ v128_t __RELAXED_FN_ATTRS | wasm_i16x8_relaxed_dot_i8x16_i7x16 (v128_t __a, v128_t __b) |
static __inline__ v128_t __RELAXED_FN_ATTRS | wasm_i32x4_relaxed_dot_i8x16_i7x16_add (v128_t __a, v128_t __b, v128_t __c) |
static __inline__ v128_t __FP16_FN_ATTRS | wasm_f16x8_splat (float __a) |
static __inline__ v128_t __FP16_FN_ATTRS | wasm_f16x8_abs (v128_t __a) |
static __inline__ v128_t __FP16_FN_ATTRS | wasm_f16x8_neg (v128_t __a) |
static __inline__ v128_t __FP16_FN_ATTRS | wasm_f16x8_sqrt (v128_t __a) |
static __inline__ v128_t __FP16_FN_ATTRS | wasm_f16x8_ceil (v128_t __a) |
static __inline__ v128_t __FP16_FN_ATTRS | wasm_f16x8_floor (v128_t __a) |
static __inline__ v128_t __FP16_FN_ATTRS | wasm_f16x8_trunc (v128_t __a) |
static __inline__ v128_t __FP16_FN_ATTRS | wasm_f16x8_nearest (v128_t __a) |
static __inline__ v128_t __FP16_FN_ATTRS | wasm_f16x8_eq (v128_t __a, v128_t __b) |
static __inline__ v128_t __FP16_FN_ATTRS | wasm_f16x8_ne (v128_t __a, v128_t __b) |
static __inline__ v128_t __FP16_FN_ATTRS | wasm_f16x8_lt (v128_t __a, v128_t __b) |
static __inline__ v128_t __FP16_FN_ATTRS | wasm_f16x8_gt (v128_t __a, v128_t __b) |
static __inline__ v128_t __FP16_FN_ATTRS | wasm_f16x8_le (v128_t __a, v128_t __b) |
static __inline__ v128_t __FP16_FN_ATTRS | wasm_f16x8_ge (v128_t __a, v128_t __b) |
static __inline__ v128_t __FP16_FN_ATTRS | wasm_f16x8_add (v128_t __a, v128_t __b) |
static __inline__ v128_t __FP16_FN_ATTRS | wasm_f16x8_sub (v128_t __a, v128_t __b) |
static __inline__ v128_t __FP16_FN_ATTRS | wasm_f16x8_mul (v128_t __a, v128_t __b) |
static __inline__ v128_t __FP16_FN_ATTRS | wasm_f16x8_div (v128_t __a, v128_t __b) |
static __inline__ v128_t __FP16_FN_ATTRS | wasm_f16x8_min (v128_t __a, v128_t __b) |
static __inline__ v128_t __FP16_FN_ATTRS | wasm_f16x8_max (v128_t __a, v128_t __b) |
static __inline__ v128_t __FP16_FN_ATTRS | wasm_f16x8_pmin (v128_t __a, v128_t __b) |
static __inline__ v128_t __FP16_FN_ATTRS | wasm_f16x8_pmax (v128_t __a, v128_t __b) |
static __inline__ v128_t __FP16_FN_ATTRS | wasm_i16x8_trunc_sat_f16x8 (v128_t __a) |
static __inline__ v128_t __FP16_FN_ATTRS | wasm_u16x8_trunc_sat_f16x8 (v128_t __a) |
static __inline__ v128_t __FP16_FN_ATTRS | wasm_f16x8_convert_i16x8 (v128_t __a) |
static __inline__ v128_t __FP16_FN_ATTRS | wasm_f16x8_convert_u16x8 (v128_t __a) |
static __inline__ v128_t __FP16_FN_ATTRS | wasm_f16x8_relaxed_madd (v128_t __a, v128_t __b, v128_t __c) |
static __inline__ v128_t __FP16_FN_ATTRS | wasm_f16x8_relaxed_nmadd (v128_t __a, v128_t __b, v128_t __c) |
static __inline__ v128_t | __DEPRECATED_FN_ATTRS ("wasm_i8x16_swizzle") wasm_v8x16_swizzle(v128_t __a |
static __inline__ bool | __DEPRECATED_FN_ATTRS ("wasm_v128_any_true") wasm_i8x16_any_true(v128_t __a) |
static __inline__ v128_t | __DEPRECATED_FN_ATTRS ("wasm_i8x16_add_sat") wasm_i8x16_add_saturate(v128_t __a |
static __inline__ v128_t | __DEPRECATED_FN_ATTRS ("wasm_u8x16_add_sat") wasm_u8x16_add_saturate(v128_t __a |
static __inline__ v128_t | __DEPRECATED_FN_ATTRS ("wasm_i8x16_sub_sat") wasm_i8x16_sub_saturate(v128_t __a |
static __inline__ v128_t | __DEPRECATED_FN_ATTRS ("wasm_u8x16_sub_sat") wasm_u8x16_sub_saturate(v128_t __a |
static __inline__ v128_t | __DEPRECATED_FN_ATTRS ("wasm_i16x8_add_sat") wasm_i16x8_add_saturate(v128_t __a |
static __inline__ v128_t | __DEPRECATED_FN_ATTRS ("wasm_u16x8_add_sat") wasm_u16x8_add_saturate(v128_t __a |
static __inline__ v128_t | __DEPRECATED_FN_ATTRS ("wasm_i16x8_sub_sat") wasm_i16x8_sub_saturate(v128_t __a |
static __inline__ v128_t | __DEPRECATED_FN_ATTRS ("wasm_u16x8_sub_sat") wasm_u16x8_sub_saturate(v128_t __a |
static __inline__ v128_t | __DEPRECATED_FN_ATTRS ("wasm_i16x8_extend_low_i8x16") wasm_i16x8_widen_low_i8x16(v128_t __a) |
static __inline__ v128_t | __DEPRECATED_FN_ATTRS ("wasm_i16x8_extend_high_i8x16") wasm_i16x8_widen_high_i8x16(v128_t __a) |
static __inline__ v128_t | __DEPRECATED_FN_ATTRS ("wasm_u16x8_extend_low_u8x16") wasm_i16x8_widen_low_u8x16(v128_t __a) |
static __inline__ v128_t | __DEPRECATED_FN_ATTRS ("wasm_u16x8_extend_high_u8x16") wasm_i16x8_widen_high_u8x16(v128_t __a) |
static __inline__ v128_t | __DEPRECATED_FN_ATTRS ("wasm_i32x4_extend_low_i16x8") wasm_i32x4_widen_low_i16x8(v128_t __a) |
static __inline__ v128_t | __DEPRECATED_FN_ATTRS ("wasm_i32x4_extend_high_i16x8") wasm_i32x4_widen_high_i16x8(v128_t __a) |
static __inline__ v128_t | __DEPRECATED_FN_ATTRS ("wasm_u32x4_extend_low_u16x8") wasm_i32x4_widen_low_u16x8(v128_t __a) |
static __inline__ v128_t | __DEPRECATED_FN_ATTRS ("wasm_u32x4_extend_high_u16x8") wasm_i32x4_widen_high_u16x8(v128_t __a) |
static __inline__ v128_t | __DEPRECATED_FN_ATTRS ("wasm_i32x4_trunc_sat_f32x4") wasm_i32x4_trunc_saturate_f32x4(v128_t __a) |
static __inline__ v128_t | __DEPRECATED_FN_ATTRS ("wasm_u32x4_trunc_sat_f32x4") wasm_u32x4_trunc_saturate_f32x4(v128_t __a) |
Variables | |
static __inline__ v128_t v128_t | __b |
#define __DEFAULT_FN_ATTRS |
Definition at line 49 of file wasm_simd128.h.
#define __DEPRECATED_FN_ATTRS | ( | __replacement | ) |
Definition at line 1680 of file wasm_simd128.h.
#define __DEPRECATED_WASM_MACRO | ( | __name, | |
__replacement | |||
) |
Definition at line 1691 of file wasm_simd128.h.
#define __FP16_FN_ATTRS |
Definition at line 1883 of file wasm_simd128.h.
#define __RELAXED_FN_ATTRS |
Definition at line 1766 of file wasm_simd128.h.
#define __REQUIRE_CONSTANT | ( | c | ) |
Definition at line 53 of file wasm_simd128.h.
Definition at line 1684 of file wasm_simd128.h.
Definition at line 1437 of file wasm_simd128.h.
Definition at line 1445 of file wasm_simd128.h.
Definition at line 1452 of file wasm_simd128.h.
#define wasm_i8x16_shuffle | ( | __a, | |
__b, | |||
__c0, | |||
__c1, | |||
__c2, | |||
__c3, | |||
__c4, | |||
__c5, | |||
__c6, | |||
__c7, | |||
__c8, | |||
__c9, | |||
__c10, | |||
__c11, | |||
__c12, | |||
__c13, | |||
__c14, | |||
__c15 | |||
) |
Definition at line 1430 of file wasm_simd128.h.
Definition at line 1751 of file wasm_simd128.h.
Definition at line 1756 of file wasm_simd128.h.
Definition at line 1760 of file wasm_simd128.h.
#define wasm_v8x16_shuffle | ( | __a, | |
__b, | |||
__c0, | |||
__c1, | |||
__c2, | |||
__c3, | |||
__c4, | |||
__c5, | |||
__c6, | |||
__c7, | |||
__c8, | |||
__c9, | |||
__c10, | |||
__c11, | |||
__c12, | |||
__c13, | |||
__c14, | |||
__c15 | |||
) |
Definition at line 1744 of file wasm_simd128.h.
typedef float __f32x2 __attribute__((__vector_size__(8), __aligned__(8))) |
Definition at line 17 of file wasm_simd128.h.
|
static |
References __a, __b, and wasm_i16x8_add_sat().
|
static |
Definition at line 2094 of file wasm_simd128.h.
References __a, and wasm_i16x8_extend_high_i8x16().
|
static |
Definition at line 2089 of file wasm_simd128.h.
References __a, and wasm_i16x8_extend_low_i8x16().
|
static |
Definition at line 1714 of file wasm_simd128.h.
References wasm_i16x8_load8x8().
|
static |
References __a, __b, and wasm_i16x8_sub_sat().
|
static |
Definition at line 2114 of file wasm_simd128.h.
References __a, and wasm_i32x4_extend_high_i16x8().
|
static |
Definition at line 2109 of file wasm_simd128.h.
References __a, and wasm_i32x4_extend_low_i16x8().
|
static |
Definition at line 1724 of file wasm_simd128.h.
References wasm_i32x4_load16x4().
|
static |
Definition at line 2129 of file wasm_simd128.h.
References __a, and wasm_i32x4_trunc_sat_f32x4().
|
static |
Definition at line 1734 of file wasm_simd128.h.
References wasm_i64x2_load32x2().
|
static |
References __a, __b, and wasm_i8x16_add_sat().
|
static |
References __a, __b, and wasm_i8x16_sub_sat().
|
static |
|
static |
References __a, __b, and wasm_u16x8_add_sat().
|
static |
Definition at line 2104 of file wasm_simd128.h.
References __a, and wasm_u16x8_extend_high_u8x16().
|
static |
Definition at line 2099 of file wasm_simd128.h.
References __a, and wasm_u16x8_extend_low_u8x16().
|
static |
Definition at line 1719 of file wasm_simd128.h.
References wasm_u16x8_load8x8().
|
static |
References __a, __b, and wasm_u16x8_sub_sat().
|
static |
Definition at line 2124 of file wasm_simd128.h.
References __a, and wasm_u32x4_extend_high_u16x8().
|
static |
Definition at line 2119 of file wasm_simd128.h.
References __a, and wasm_u32x4_extend_low_u16x8().
|
static |
Definition at line 1729 of file wasm_simd128.h.
References wasm_u32x4_load16x4().
|
static |
Definition at line 2134 of file wasm_simd128.h.
References __a, and wasm_u32x4_trunc_sat_f32x4().
|
static |
Definition at line 1739 of file wasm_simd128.h.
References wasm_u64x2_load32x2().
|
static |
References __a, __b, and wasm_u8x16_add_sat().
|
static |
References __a, __b, and wasm_u8x16_sub_sat().
|
static |
Definition at line 2034 of file wasm_simd128.h.
References __a, and wasm_v128_any_true().
|
static |
Definition at line 1699 of file wasm_simd128.h.
References wasm_v128_load16_splat().
|
static |
Definition at line 1704 of file wasm_simd128.h.
References wasm_v128_load32_splat().
|
static |
Definition at line 1709 of file wasm_simd128.h.
References wasm_v128_load64_splat().
|
static |
Definition at line 1694 of file wasm_simd128.h.
References wasm_v128_load8_splat().
|
static |
Definition at line 1903 of file wasm_simd128.h.
References __a.
|
static |
Definition at line 1955 of file wasm_simd128.h.
|
static |
Definition at line 1915 of file wasm_simd128.h.
References __a.
|
static |
Definition at line 2005 of file wasm_simd128.h.
References __a.
|
static |
Definition at line 2009 of file wasm_simd128.h.
References __a.
|
static |
Definition at line 1970 of file wasm_simd128.h.
|
static |
Definition at line 1931 of file wasm_simd128.h.
|
static |
Definition at line 1919 of file wasm_simd128.h.
References __a.
|
static |
Definition at line 1951 of file wasm_simd128.h.
|
static |
Definition at line 1943 of file wasm_simd128.h.
|
static |
Definition at line 1947 of file wasm_simd128.h.
|
static |
Definition at line 1939 of file wasm_simd128.h.
|
static |
Definition at line 1980 of file wasm_simd128.h.
|
static |
Definition at line 1975 of file wasm_simd128.h.
|
static |
Definition at line 1965 of file wasm_simd128.h.
|
static |
Definition at line 1935 of file wasm_simd128.h.
|
static |
Definition at line 1927 of file wasm_simd128.h.
References __a.
|
static |
Definition at line 1907 of file wasm_simd128.h.
References __a.
|
static |
Definition at line 1990 of file wasm_simd128.h.
|
static |
Definition at line 1985 of file wasm_simd128.h.
|
static |
Definition at line 2013 of file wasm_simd128.h.
|
static |
Definition at line 2020 of file wasm_simd128.h.
|
static |
Definition at line 1887 of file wasm_simd128.h.
References __a.
|
static |
Definition at line 1911 of file wasm_simd128.h.
References __a.
|
static |
Definition at line 1960 of file wasm_simd128.h.
|
static |
Definition at line 1923 of file wasm_simd128.h.
References __a.
|
static |
Definition at line 1241 of file wasm_simd128.h.
References __a.
|
static |
Definition at line 1269 of file wasm_simd128.h.
|
static |
Definition at line 1253 of file wasm_simd128.h.
References __a.
|
static |
Definition at line 421 of file wasm_simd128.h.
|
static |
Definition at line 475 of file wasm_simd128.h.
References __c.
|
static |
Definition at line 1388 of file wasm_simd128.h.
References __a.
|
static |
Definition at line 1393 of file wasm_simd128.h.
References __a.
|
static |
Definition at line 1418 of file wasm_simd128.h.
References __a.
|
static |
Definition at line 1284 of file wasm_simd128.h.
|
static |
Definition at line 848 of file wasm_simd128.h.
|
static |
Definition at line 634 of file wasm_simd128.h.
References __a.
|
static |
Definition at line 1257 of file wasm_simd128.h.
References __a.
|
static |
Definition at line 873 of file wasm_simd128.h.
|
static |
Definition at line 863 of file wasm_simd128.h.
|
static |
Definition at line 868 of file wasm_simd128.h.
|
static |
Definition at line 858 of file wasm_simd128.h.
|
static |
Definition at line 326 of file wasm_simd128.h.
|
static |
Definition at line 1294 of file wasm_simd128.h.
|
static |
Definition at line 1289 of file wasm_simd128.h.
|
static |
Definition at line 1279 of file wasm_simd128.h.
|
static |
Definition at line 853 of file wasm_simd128.h.
|
static |
Definition at line 1265 of file wasm_simd128.h.
References __a.
|
static |
Definition at line 1245 of file wasm_simd128.h.
References __a.
|
static |
Definition at line 1304 of file wasm_simd128.h.
|
static |
Definition at line 1299 of file wasm_simd128.h.
|
static |
Definition at line 1771 of file wasm_simd128.h.
|
static |
Definition at line 1829 of file wasm_simd128.h.
|
static |
Definition at line 1824 of file wasm_simd128.h.
|
static |
Definition at line 1777 of file wasm_simd128.h.
|
static |
Definition at line 640 of file wasm_simd128.h.
|
static |
Definition at line 630 of file wasm_simd128.h.
References __a.
|
static |
Definition at line 1249 of file wasm_simd128.h.
References __a.
|
static |
Definition at line 1274 of file wasm_simd128.h.
|
static |
Definition at line 1261 of file wasm_simd128.h.
References __a.
|
static |
Definition at line 1309 of file wasm_simd128.h.
References __a.
|
static |
Definition at line 1337 of file wasm_simd128.h.
|
static |
Definition at line 1321 of file wasm_simd128.h.
References __a.
|
static |
Definition at line 427 of file wasm_simd128.h.
|
static |
Definition at line 480 of file wasm_simd128.h.
References __c.
|
static |
Definition at line 1398 of file wasm_simd128.h.
References __a.
|
static |
Definition at line 1403 of file wasm_simd128.h.
References __a.
|
static |
Definition at line 1352 of file wasm_simd128.h.
|
static |
Definition at line 878 of file wasm_simd128.h.
|
static |
Definition at line 653 of file wasm_simd128.h.
References __a.
|
static |
Definition at line 1325 of file wasm_simd128.h.
References __a.
|
static |
Definition at line 903 of file wasm_simd128.h.
|
static |
Definition at line 893 of file wasm_simd128.h.
|
static |
Definition at line 898 of file wasm_simd128.h.
|
static |
Definition at line 888 of file wasm_simd128.h.
|
static |
Definition at line 333 of file wasm_simd128.h.
|
static |
Definition at line 1362 of file wasm_simd128.h.
|
static |
Definition at line 1357 of file wasm_simd128.h.
|
static |
Definition at line 1347 of file wasm_simd128.h.
|
static |
Definition at line 883 of file wasm_simd128.h.
|
static |
Definition at line 1333 of file wasm_simd128.h.
References __a.
|
static |
Definition at line 1313 of file wasm_simd128.h.
References __a.
|
static |
Definition at line 1372 of file wasm_simd128.h.
|
static |
Definition at line 1367 of file wasm_simd128.h.
|
static |
Definition at line 1425 of file wasm_simd128.h.
References __a.
|
static |
Definition at line 1783 of file wasm_simd128.h.
|
static |
Definition at line 1839 of file wasm_simd128.h.
|
static |
Definition at line 1834 of file wasm_simd128.h.
|
static |
Definition at line 1789 of file wasm_simd128.h.
|
static |
Definition at line 659 of file wasm_simd128.h.
|
static |
Definition at line 649 of file wasm_simd128.h.
References __a.
|
static |
Definition at line 1317 of file wasm_simd128.h.
References __a.
|
static |
Definition at line 1342 of file wasm_simd128.h.
|
static |
Definition at line 1329 of file wasm_simd128.h.
References __a.
|
static |
Definition at line 1033 of file wasm_simd128.h.
References __a.
|
static |
Definition at line 1064 of file wasm_simd128.h.
|
static |
Definition at line 1069 of file wasm_simd128.h.
Referenced by __DEPRECATED_FN_ATTRS().
|
static |
Definition at line 1041 of file wasm_simd128.h.
References __a.
|
static |
Definition at line 1045 of file wasm_simd128.h.
References __a.
|
static |
Definition at line 375 of file wasm_simd128.h.
|
static |
Definition at line 445 of file wasm_simd128.h.
References __c.
|
static |
Definition at line 718 of file wasm_simd128.h.
|
static |
Definition at line 1581 of file wasm_simd128.h.
References __a.
|
static |
Definition at line 1498 of file wasm_simd128.h.
References __a.
Referenced by __DEPRECATED_FN_ATTRS(), and wasm_i16x8_extmul_high_i8x16().
|
static |
Definition at line 1489 of file wasm_simd128.h.
References __a.
Referenced by __DEPRECATED_FN_ATTRS(), and wasm_i16x8_extmul_low_i8x16().
|
static |
Definition at line 1607 of file wasm_simd128.h.
References __a, __b, and wasm_i16x8_extend_high_i8x16().
|
static |
Definition at line 1601 of file wasm_simd128.h.
References __a, __b, and wasm_i16x8_extend_low_i8x16().
|
static |
Definition at line 533 of file wasm_simd128.h.
References __a.
|
static |
Definition at line 758 of file wasm_simd128.h.
|
static |
Definition at line 738 of file wasm_simd128.h.
|
static |
Definition at line 748 of file wasm_simd128.h.
|
static |
Definition at line 103 of file wasm_simd128.h.
References __v.
Referenced by __DEPRECATED_FN_ATTRS().
|
static |
Definition at line 728 of file wasm_simd128.h.
|
static |
Definition at line 291 of file wasm_simd128.h.
|
static |
Definition at line 1109 of file wasm_simd128.h.
|
static |
Definition at line 1099 of file wasm_simd128.h.
|
static |
Definition at line 1094 of file wasm_simd128.h.
|
static |
Definition at line 1477 of file wasm_simd128.h.
|
static |
Definition at line 723 of file wasm_simd128.h.
|
static |
Definition at line 1037 of file wasm_simd128.h.
References __a.
|
static |
Definition at line 1672 of file wasm_simd128.h.
|
static |
Definition at line 1871 of file wasm_simd128.h.
|
static |
Definition at line 1801 of file wasm_simd128.h.
|
static |
Definition at line 1865 of file wasm_simd128.h.
|
static |
Definition at line 544 of file wasm_simd128.h.
|
static |
Definition at line 1049 of file wasm_simd128.h.
|
static |
Definition at line 1054 of file wasm_simd128.h.
|
static |
Definition at line 525 of file wasm_simd128.h.
References __a.
|
static |
Definition at line 1079 of file wasm_simd128.h.
|
static |
Definition at line 1084 of file wasm_simd128.h.
Referenced by __DEPRECATED_FN_ATTRS().
|
static |
Definition at line 1996 of file wasm_simd128.h.
References __a.
|
static |
Definition at line 1124 of file wasm_simd128.h.
References __a.
|
static |
Definition at line 1155 of file wasm_simd128.h.
|
static |
Definition at line 1132 of file wasm_simd128.h.
References __a.
|
static |
Definition at line 1136 of file wasm_simd128.h.
References __a.
|
static |
Definition at line 395 of file wasm_simd128.h.
|
static |
Definition at line 455 of file wasm_simd128.h.
References __c.
|
static |
Definition at line 1190 of file wasm_simd128.h.
|
static |
Definition at line 768 of file wasm_simd128.h.
|
static |
Definition at line 1591 of file wasm_simd128.h.
References __a.
|
static |
Definition at line 1533 of file wasm_simd128.h.
References __a.
Referenced by __DEPRECATED_FN_ATTRS(), and wasm_i32x4_extmul_high_i16x8().
|
static |
Definition at line 1525 of file wasm_simd128.h.
References __a.
Referenced by __DEPRECATED_FN_ATTRS(), and wasm_i32x4_extmul_low_i16x8().
|
static |
Definition at line 1631 of file wasm_simd128.h.
References __a, __b, and wasm_i32x4_extend_high_i16x8().
|
static |
Definition at line 1625 of file wasm_simd128.h.
References __a, __b, and wasm_i32x4_extend_low_i16x8().
|
static |
Definition at line 568 of file wasm_simd128.h.
References __a.
|
static |
Definition at line 808 of file wasm_simd128.h.
|
static |
Definition at line 788 of file wasm_simd128.h.
|
static |
Definition at line 798 of file wasm_simd128.h.
|
static |
Definition at line 121 of file wasm_simd128.h.
References __v.
Referenced by __DEPRECATED_FN_ATTRS().
|
static |
Definition at line 778 of file wasm_simd128.h.
|
static |
Definition at line 302 of file wasm_simd128.h.
|
static |
Definition at line 1180 of file wasm_simd128.h.
|
static |
Definition at line 1170 of file wasm_simd128.h.
|
static |
Definition at line 1165 of file wasm_simd128.h.
|
static |
Definition at line 773 of file wasm_simd128.h.
|
static |
Definition at line 1128 of file wasm_simd128.h.
References __a.
|
static |
Definition at line 1877 of file wasm_simd128.h.
|
static |
Definition at line 1807 of file wasm_simd128.h.
|
static |
Definition at line 1845 of file wasm_simd128.h.
References __a.
|
static |
Definition at line 1855 of file wasm_simd128.h.
References __a.
|
static |
Definition at line 579 of file wasm_simd128.h.
|
static |
Definition at line 1140 of file wasm_simd128.h.
|
static |
Definition at line 1145 of file wasm_simd128.h.
|
static |
Definition at line 560 of file wasm_simd128.h.
References __a.
|
static |
Definition at line 1160 of file wasm_simd128.h.
|
static |
Definition at line 1378 of file wasm_simd128.h.
References __a.
Referenced by __DEPRECATED_FN_ATTRS().
|
static |
Definition at line 1408 of file wasm_simd128.h.
References __a.
|
static |
Definition at line 1195 of file wasm_simd128.h.
References __a.
|
static |
Definition at line 1226 of file wasm_simd128.h.
|
static |
Definition at line 1203 of file wasm_simd128.h.
References __a.
|
static |
Definition at line 1207 of file wasm_simd128.h.
References __a.
|
static |
Definition at line 408 of file wasm_simd128.h.
|
static |
Definition at line 465 of file wasm_simd128.h.
References __c.
|
static |
Definition at line 818 of file wasm_simd128.h.
|
static |
Definition at line 1563 of file wasm_simd128.h.
References __a.
Referenced by wasm_i64x2_extmul_high_i32x4().
|
static |
Definition at line 1557 of file wasm_simd128.h.
References __a.
Referenced by wasm_i64x2_extmul_low_i32x4().
|
static |
Definition at line 1655 of file wasm_simd128.h.
References __a, __b, and wasm_i64x2_extend_high_i32x4().
|
static |
Definition at line 1649 of file wasm_simd128.h.
References __a, __b, and wasm_i64x2_extend_low_i32x4().
|
static |
Definition at line 603 of file wasm_simd128.h.
References __a.
|
static |
Definition at line 843 of file wasm_simd128.h.
|
static |
Definition at line 833 of file wasm_simd128.h.
|
static |
Definition at line 838 of file wasm_simd128.h.
|
static |
Definition at line 139 of file wasm_simd128.h.
References __v.
Referenced by __DEPRECATED_FN_ATTRS().
|
static |
Definition at line 828 of file wasm_simd128.h.
|
static |
Definition at line 316 of file wasm_simd128.h.
|
static |
Definition at line 1236 of file wasm_simd128.h.
|
static |
Definition at line 823 of file wasm_simd128.h.
|
static |
Definition at line 1199 of file wasm_simd128.h.
References __a.
|
static |
Definition at line 1813 of file wasm_simd128.h.
|
static |
Definition at line 614 of file wasm_simd128.h.
|
static |
Definition at line 1211 of file wasm_simd128.h.
|
static |
Definition at line 1216 of file wasm_simd128.h.
|
static |
Definition at line 595 of file wasm_simd128.h.
References __a.
|
static |
Definition at line 1231 of file wasm_simd128.h.
|
static |
Definition at line 943 of file wasm_simd128.h.
References __a.
|
static |
Definition at line 978 of file wasm_simd128.h.
|
static |
Definition at line 983 of file wasm_simd128.h.
Referenced by __DEPRECATED_FN_ATTRS().
|
static |
Definition at line 951 of file wasm_simd128.h.
References __a.
|
static |
Definition at line 955 of file wasm_simd128.h.
References __a.
|
static |
Definition at line 339 of file wasm_simd128.h.
|
static |
Definition at line 433 of file wasm_simd128.h.
References __c.
|
static |
Definition at line 668 of file wasm_simd128.h.
|
static |
Definition at line 495 of file wasm_simd128.h.
References __a.
|
static |
Definition at line 708 of file wasm_simd128.h.
|
static |
Definition at line 688 of file wasm_simd128.h.
|
static |
Definition at line 698 of file wasm_simd128.h.
|
static |
Definition at line 678 of file wasm_simd128.h.
|
static |
Definition at line 271 of file wasm_simd128.h.
|
static |
Definition at line 1018 of file wasm_simd128.h.
|
static |
Definition at line 1008 of file wasm_simd128.h.
|
static |
Definition at line 1465 of file wasm_simd128.h.
|
static |
Definition at line 673 of file wasm_simd128.h.
|
static |
Definition at line 947 of file wasm_simd128.h.
References __a.
|
static |
Definition at line 959 of file wasm_simd128.h.
References __a.
|
static |
Definition at line 1795 of file wasm_simd128.h.
|
static |
Definition at line 1819 of file wasm_simd128.h.
References __a.
|
static |
Definition at line 507 of file wasm_simd128.h.
|
static |
Definition at line 963 of file wasm_simd128.h.
|
static |
Definition at line 968 of file wasm_simd128.h.
|
static |
Definition at line 485 of file wasm_simd128.h.
References __a.
|
static |
Definition at line 993 of file wasm_simd128.h.
|
static |
Definition at line 998 of file wasm_simd128.h.
Referenced by __DEPRECATED_FN_ATTRS().
|
static |
Definition at line 1459 of file wasm_simd128.h.
|
static |
Definition at line 1074 of file wasm_simd128.h.
Referenced by __DEPRECATED_FN_ATTRS().
|
static |
Definition at line 1119 of file wasm_simd128.h.
|
static |
Definition at line 385 of file wasm_simd128.h.
|
static |
Definition at line 450 of file wasm_simd128.h.
References __c.
|
static |
Definition at line 1586 of file wasm_simd128.h.
References __a.
|
static |
Definition at line 1516 of file wasm_simd128.h.
References __a.
Referenced by __DEPRECATED_FN_ATTRS(), and wasm_u16x8_extmul_high_u8x16().
|
static |
Definition at line 1507 of file wasm_simd128.h.
References __a.
Referenced by __DEPRECATED_FN_ATTRS(), and wasm_u16x8_extmul_low_u8x16().
|
static |
Definition at line 1619 of file wasm_simd128.h.
References __a, __b, and wasm_u16x8_extend_high_u8x16().
|
static |
Definition at line 1613 of file wasm_simd128.h.
References __a, __b, and wasm_u16x8_extend_low_u8x16().
|
static |
Definition at line 540 of file wasm_simd128.h.
References __a.
|
static |
Definition at line 763 of file wasm_simd128.h.
|
static |
Definition at line 743 of file wasm_simd128.h.
|
static |
Definition at line 753 of file wasm_simd128.h.
|
static |
Definition at line 112 of file wasm_simd128.h.
References __v.
Referenced by __DEPRECATED_FN_ATTRS().
|
static |
Definition at line 733 of file wasm_simd128.h.
|
static |
Definition at line 297 of file wasm_simd128.h.
|
static |
Definition at line 1114 of file wasm_simd128.h.
|
static |
Definition at line 1104 of file wasm_simd128.h.
|
static |
Definition at line 1483 of file wasm_simd128.h.
|
static |
Definition at line 553 of file wasm_simd128.h.
|
static |
Definition at line 1059 of file wasm_simd128.h.
|
static |
Definition at line 529 of file wasm_simd128.h.
References __a.
|
static |
Definition at line 1089 of file wasm_simd128.h.
Referenced by __DEPRECATED_FN_ATTRS().
|
static |
Definition at line 2001 of file wasm_simd128.h.
References __a.
|
static |
Definition at line 402 of file wasm_simd128.h.
|
static |
Definition at line 460 of file wasm_simd128.h.
References __c.
|
static |
Definition at line 1596 of file wasm_simd128.h.
References __a.
|
static |
Definition at line 1549 of file wasm_simd128.h.
References __a.
Referenced by __DEPRECATED_FN_ATTRS(), and wasm_u32x4_extmul_high_u16x8().
|
static |
Definition at line 1541 of file wasm_simd128.h.
References __a.
Referenced by __DEPRECATED_FN_ATTRS(), and wasm_u32x4_extmul_low_u16x8().
|
static |
Definition at line 1643 of file wasm_simd128.h.
References __a, __b, and wasm_u32x4_extend_high_u16x8().
|
static |
Definition at line 1637 of file wasm_simd128.h.
References __a, __b, and wasm_u32x4_extend_low_u16x8().
|
static |
Definition at line 575 of file wasm_simd128.h.
References __a.
|
static |
Definition at line 813 of file wasm_simd128.h.
|
static |
Definition at line 793 of file wasm_simd128.h.
|
static |
Definition at line 803 of file wasm_simd128.h.
|
static |
Definition at line 130 of file wasm_simd128.h.
References __v.
Referenced by __DEPRECATED_FN_ATTRS().
|
static |
Definition at line 783 of file wasm_simd128.h.
|
static |
Definition at line 309 of file wasm_simd128.h.
|
static |
Definition at line 1185 of file wasm_simd128.h.
|
static |
Definition at line 1175 of file wasm_simd128.h.
|
static |
Definition at line 1850 of file wasm_simd128.h.
References __a.
|
static |
Definition at line 1860 of file wasm_simd128.h.
References __a.
|
static |
Definition at line 588 of file wasm_simd128.h.
|
static |
Definition at line 1150 of file wasm_simd128.h.
|
static |
Definition at line 564 of file wasm_simd128.h.
References __a.
|
static |
Definition at line 1383 of file wasm_simd128.h.
References __a.
Referenced by __DEPRECATED_FN_ATTRS().
|
static |
Definition at line 1413 of file wasm_simd128.h.
References __a.
|
static |
Definition at line 414 of file wasm_simd128.h.
|
static |
Definition at line 470 of file wasm_simd128.h.
References __c.
|
static |
Definition at line 1575 of file wasm_simd128.h.
References __a.
Referenced by wasm_u64x2_extmul_high_u32x4().
|
static |
Definition at line 1569 of file wasm_simd128.h.
References __a.
Referenced by wasm_u64x2_extmul_low_u32x4().
|
static |
Definition at line 1667 of file wasm_simd128.h.
References __a, __b, and wasm_u64x2_extend_high_u32x4().
|
static |
Definition at line 1661 of file wasm_simd128.h.
References __a, __b, and wasm_u64x2_extend_low_u32x4().
|
static |
Definition at line 610 of file wasm_simd128.h.
References __a.
|
static |
Definition at line 148 of file wasm_simd128.h.
References __v.
Referenced by __DEPRECATED_FN_ATTRS().
|
static |
Definition at line 321 of file wasm_simd128.h.
|
static |
Definition at line 623 of file wasm_simd128.h.
|
static |
Definition at line 1221 of file wasm_simd128.h.
|
static |
Definition at line 599 of file wasm_simd128.h.
References __a.
|
static |
Definition at line 988 of file wasm_simd128.h.
Referenced by __DEPRECATED_FN_ATTRS().
|
static |
Definition at line 1028 of file wasm_simd128.h.
|
static |
Definition at line 357 of file wasm_simd128.h.
|
static |
Definition at line 439 of file wasm_simd128.h.
References __c.
|
static |
Definition at line 501 of file wasm_simd128.h.
References __a.
|
static |
Definition at line 713 of file wasm_simd128.h.
|
static |
Definition at line 693 of file wasm_simd128.h.
|
static |
Definition at line 703 of file wasm_simd128.h.
|
static |
Definition at line 683 of file wasm_simd128.h.
|
static |
Definition at line 281 of file wasm_simd128.h.
|
static |
Definition at line 1023 of file wasm_simd128.h.
|
static |
Definition at line 1013 of file wasm_simd128.h.
|
static |
Definition at line 1471 of file wasm_simd128.h.
|
static |
Definition at line 516 of file wasm_simd128.h.
|
static |
Definition at line 973 of file wasm_simd128.h.
|
static |
Definition at line 490 of file wasm_simd128.h.
References __a.
|
static |
Definition at line 1003 of file wasm_simd128.h.
Referenced by __DEPRECATED_FN_ATTRS().
|
static |
Definition at line 912 of file wasm_simd128.h.
|
static |
Definition at line 927 of file wasm_simd128.h.
References __a.
|
static |
Definition at line 932 of file wasm_simd128.h.
References __a.
Referenced by __DEPRECATED_FN_ATTRS().
|
static |
Definition at line 936 of file wasm_simd128.h.
|
static |
Definition at line 57 of file wasm_simd128.h.
References __v.
|
static |
Definition at line 185 of file wasm_simd128.h.
References __v.
|
static |
Definition at line 76 of file wasm_simd128.h.
References __v.
Referenced by __DEPRECATED_FN_ATTRS().
|
static |
Definition at line 196 of file wasm_simd128.h.
References __v.
|
static |
Definition at line 85 of file wasm_simd128.h.
References __v.
Referenced by __DEPRECATED_FN_ATTRS().
|
static |
Definition at line 157 of file wasm_simd128.h.
References __v.
|
static |
Definition at line 207 of file wasm_simd128.h.
References __v.
|
static |
Definition at line 94 of file wasm_simd128.h.
References __v.
Referenced by __DEPRECATED_FN_ATTRS().
|
static |
Definition at line 166 of file wasm_simd128.h.
References __v.
|
static |
Definition at line 174 of file wasm_simd128.h.
References __v.
|
static |
Definition at line 66 of file wasm_simd128.h.
References __v.
Referenced by __DEPRECATED_FN_ATTRS().
|
static |
Definition at line 908 of file wasm_simd128.h.
|
static |
Definition at line 917 of file wasm_simd128.h.
|
static |
Definition at line 218 of file wasm_simd128.h.
|
static |
Definition at line 237 of file wasm_simd128.h.
References __v.
|
static |
Definition at line 248 of file wasm_simd128.h.
References __v.
|
static |
Definition at line 259 of file wasm_simd128.h.
References __v.
|
static |
Definition at line 227 of file wasm_simd128.h.
References __v.
|
static |
Definition at line 922 of file wasm_simd128.h.
__inline__ v128_t v128_t __b |
Definition at line 2030 of file wasm_simd128.h.
Referenced by __DEPRECATED_FN_ATTRS(), wasm_f16x8_add(), wasm_f16x8_div(), wasm_f16x8_eq(), wasm_f16x8_ge(), wasm_f16x8_gt(), wasm_f16x8_le(), wasm_f16x8_lt(), wasm_f16x8_max(), wasm_f16x8_min(), wasm_f16x8_mul(), wasm_f16x8_ne(), wasm_f16x8_pmax(), wasm_f16x8_pmin(), wasm_f16x8_relaxed_madd(), wasm_f16x8_relaxed_nmadd(), wasm_f16x8_sub(), wasm_f32x4_add(), wasm_f32x4_div(), wasm_f32x4_eq(), wasm_f32x4_ge(), wasm_f32x4_gt(), wasm_f32x4_le(), wasm_f32x4_lt(), wasm_f32x4_max(), wasm_f32x4_min(), wasm_f32x4_mul(), wasm_f32x4_ne(), wasm_f32x4_pmax(), wasm_f32x4_pmin(), wasm_f32x4_relaxed_madd(), wasm_f32x4_relaxed_max(), wasm_f32x4_relaxed_min(), wasm_f32x4_relaxed_nmadd(), wasm_f32x4_replace_lane(), wasm_f32x4_sub(), wasm_f64x2_add(), wasm_f64x2_div(), wasm_f64x2_eq(), wasm_f64x2_ge(), wasm_f64x2_gt(), wasm_f64x2_le(), wasm_f64x2_lt(), wasm_f64x2_max(), wasm_f64x2_min(), wasm_f64x2_mul(), wasm_f64x2_ne(), wasm_f64x2_pmax(), wasm_f64x2_pmin(), wasm_f64x2_relaxed_madd(), wasm_f64x2_relaxed_max(), wasm_f64x2_relaxed_min(), wasm_f64x2_relaxed_nmadd(), wasm_f64x2_replace_lane(), wasm_f64x2_sub(), wasm_i16x8_add(), wasm_i16x8_add_sat(), wasm_i16x8_eq(), wasm_i16x8_extmul_high_i8x16(), wasm_i16x8_extmul_low_i8x16(), wasm_i16x8_ge(), wasm_i16x8_gt(), wasm_i16x8_le(), wasm_i16x8_lt(), wasm_i16x8_max(), wasm_i16x8_min(), wasm_i16x8_mul(), wasm_i16x8_narrow_i32x4(), wasm_i16x8_ne(), wasm_i16x8_q15mulr_sat(), wasm_i16x8_relaxed_dot_i8x16_i7x16(), wasm_i16x8_relaxed_laneselect(), wasm_i16x8_relaxed_q15mulr(), wasm_i16x8_replace_lane(), wasm_i16x8_shl(), wasm_i16x8_shr(), wasm_i16x8_sub(), wasm_i16x8_sub_sat(), wasm_i32x4_add(), wasm_i32x4_dot_i16x8(), wasm_i32x4_eq(), wasm_i32x4_extmul_high_i16x8(), wasm_i32x4_extmul_low_i16x8(), wasm_i32x4_ge(), wasm_i32x4_gt(), wasm_i32x4_le(), wasm_i32x4_lt(), wasm_i32x4_max(), wasm_i32x4_min(), wasm_i32x4_mul(), wasm_i32x4_ne(), wasm_i32x4_relaxed_dot_i8x16_i7x16_add(), wasm_i32x4_relaxed_laneselect(), wasm_i32x4_replace_lane(), wasm_i32x4_shl(), wasm_i32x4_shr(), wasm_i32x4_sub(), wasm_i64x2_add(), wasm_i64x2_eq(), wasm_i64x2_extmul_high_i32x4(), wasm_i64x2_extmul_low_i32x4(), wasm_i64x2_ge(), wasm_i64x2_gt(), wasm_i64x2_le(), wasm_i64x2_lt(), wasm_i64x2_mul(), wasm_i64x2_ne(), wasm_i64x2_relaxed_laneselect(), wasm_i64x2_replace_lane(), wasm_i64x2_shl(), wasm_i64x2_shr(), wasm_i64x2_sub(), wasm_i8x16_add(), wasm_i8x16_add_sat(), wasm_i8x16_eq(), wasm_i8x16_ge(), wasm_i8x16_gt(), wasm_i8x16_le(), wasm_i8x16_lt(), wasm_i8x16_max(), wasm_i8x16_min(), wasm_i8x16_narrow_i16x8(), wasm_i8x16_ne(), wasm_i8x16_relaxed_laneselect(), wasm_i8x16_replace_lane(), wasm_i8x16_shl(), wasm_i8x16_shr(), wasm_i8x16_sub(), wasm_i8x16_sub_sat(), wasm_i8x16_swizzle(), wasm_u16x8_add_sat(), wasm_u16x8_avgr(), wasm_u16x8_extmul_high_u8x16(), wasm_u16x8_extmul_low_u8x16(), wasm_u16x8_ge(), wasm_u16x8_gt(), wasm_u16x8_le(), wasm_u16x8_lt(), wasm_u16x8_max(), wasm_u16x8_min(), wasm_u16x8_narrow_i32x4(), wasm_u16x8_replace_lane(), wasm_u16x8_shr(), wasm_u16x8_sub_sat(), wasm_u32x4_extmul_high_u16x8(), wasm_u32x4_extmul_low_u16x8(), wasm_u32x4_ge(), wasm_u32x4_gt(), wasm_u32x4_le(), wasm_u32x4_lt(), wasm_u32x4_max(), wasm_u32x4_min(), wasm_u32x4_replace_lane(), wasm_u32x4_shr(), wasm_u64x2_extmul_high_u32x4(), wasm_u64x2_extmul_low_u32x4(), wasm_u64x2_replace_lane(), wasm_u64x2_shr(), wasm_u8x16_add_sat(), wasm_u8x16_avgr(), wasm_u8x16_ge(), wasm_u8x16_gt(), wasm_u8x16_le(), wasm_u8x16_lt(), wasm_u8x16_max(), wasm_u8x16_min(), wasm_u8x16_narrow_i16x8(), wasm_u8x16_replace_lane(), wasm_u8x16_shr(), wasm_u8x16_sub_sat(), wasm_v128_and(), wasm_v128_bitselect(), wasm_v128_or(), and wasm_v128_xor().