Lines Matching defs:__mem

56 static __inline__ v128_t __DEFAULT_FN_ATTRS wasm_v128_load(const void *__mem) {
61 return ((const struct __wasm_v128_load_struct *)__mem)->__v;
65 wasm_v128_load8_splat(const void *__mem) {
69 uint8_t __v = ((const struct __wasm_v128_load8_splat_struct *)__mem)->__v;
75 wasm_v128_load16_splat(const void *__mem) {
79 uint16_t __v = ((const struct __wasm_v128_load16_splat_struct *)__mem)->__v;
84 wasm_v128_load32_splat(const void *__mem) {
88 uint32_t __v = ((const struct __wasm_v128_load32_splat_struct *)__mem)->__v;
93 wasm_v128_load64_splat(const void *__mem) {
97 uint64_t __v = ((const struct __wasm_v128_load64_splat_struct *)__mem)->__v;
102 wasm_i16x8_load8x8(const void *__mem) {
106 __i8x8 __v = ((const struct __wasm_i16x8_load8x8_struct *)__mem)->__v;
111 wasm_u16x8_load8x8(const void *__mem) {
115 __u8x8 __v = ((const struct __wasm_u16x8_load8x8_struct *)__mem)->__v;
120 wasm_i32x4_load16x4(const void *__mem) {
124 __i16x4 __v = ((const struct __wasm_i32x4_load16x4_struct *)__mem)->__v;
129 wasm_u32x4_load16x4(const void *__mem) {
133 __u16x4 __v = ((const struct __wasm_u32x4_load16x4_struct *)__mem)->__v;
138 wasm_i64x2_load32x2(const void *__mem) {
142 __i32x2 __v = ((const struct __wasm_i64x2_load32x2_struct *)__mem)->__v;
147 wasm_u64x2_load32x2(const void *__mem) {
151 __u32x2 __v = ((const struct __wasm_u64x2_load32x2_struct *)__mem)->__v;
156 wasm_v128_load32_zero(const void *__mem) {
160 int32_t __v = ((const struct __wasm_v128_load32_zero_struct *)__mem)->__v;
165 wasm_v128_load64_zero(const void *__mem) {
169 int64_t __v = ((const struct __wasm_v128_load64_zero_struct *)__mem)->__v;
174 const void *__mem, v128_t __vec, int __i) __REQUIRE_CONSTANT(__i) {
178 int8_t __v = ((const struct __wasm_v128_load8_lane_struct *)__mem)->__v;
185 const void *__mem, v128_t __vec, int __i) __REQUIRE_CONSTANT(__i) {
189 int16_t __v = ((const struct __wasm_v128_load16_lane_struct *)__mem)->__v;
196 const void *__mem, v128_t __vec, int __i) __REQUIRE_CONSTANT(__i) {
200 int32_t __v = ((const struct __wasm_v128_load32_lane_struct *)__mem)->__v;
207 const void *__mem, v128_t __vec, int __i) __REQUIRE_CONSTANT(__i) {
211 int64_t __v = ((const struct __wasm_v128_load64_lane_struct *)__mem)->__v;
217 static __inline__ void __DEFAULT_FN_ATTRS wasm_v128_store(void *__mem,
223 ((struct __wasm_v128_store_struct *)__mem)->__v = __a;
226 static __inline__ void __DEFAULT_FN_ATTRS wasm_v128_store8_lane(void *__mem,
233 ((struct __wasm_v128_store8_lane_struct *)__mem)->__v = ((__i8x16)__vec)[__i];
236 static __inline__ void __DEFAULT_FN_ATTRS wasm_v128_store16_lane(void *__mem,
243 ((struct __wasm_v128_store16_lane_struct *)__mem)->__v =
247 static __inline__ void __DEFAULT_FN_ATTRS wasm_v128_store32_lane(void *__mem,
254 ((struct __wasm_v128_store32_lane_struct *)__mem)->__v =
258 static __inline__ void __DEFAULT_FN_ATTRS wasm_v128_store64_lane(void *__mem,
265 ((struct __wasm_v128_store64_lane_struct *)__mem)->__v =
1694 wasm_v8x16_load_splat(const void *__mem) {
1695 return wasm_v128_load8_splat(__mem);
1699 wasm_v16x8_load_splat(const void *__mem) {
1700 return wasm_v128_load16_splat(__mem);
1704 wasm_v32x4_load_splat(const void *__mem) {
1705 return wasm_v128_load32_splat(__mem);
1709 wasm_v64x2_load_splat(const void *__mem) {
1710 return wasm_v128_load64_splat(__mem);
1714 wasm_i16x8_load_8x8(const void *__mem) {
1715 return wasm_i16x8_load8x8(__mem);
1719 wasm_u16x8_load_8x8(const void *__mem) {
1720 return wasm_u16x8_load8x8(__mem);
1724 wasm_i32x4_load_16x4(const void *__mem) {
1725 return wasm_i32x4_load16x4(__mem);
1729 wasm_u32x4_load_16x4(const void *__mem) {
1730 return wasm_u32x4_load16x4(__mem);
1734 wasm_i64x2_load_32x2(const void *__mem) {
1735 return wasm_i64x2_load32x2(__mem);
1739 wasm_u64x2_load_32x2(const void *__mem) {
1740 return wasm_u64x2_load32x2(__mem);