Searched refs:__mem (Results 1 – 4 of 4) sorted by relevance
8 _Atomic_word exchange_and_add(volatile _Atomic_word *__mem, int __val) { in exchange_and_add() argument9 return __atomic_fetch_add(__mem, __val, __ATOMIC_ACQ_REL); in exchange_and_add()
7 _Atomic_word exchange_and_add(volatile _Atomic_word *__mem, int __val) { in exchange_and_add() argument8 return __atomic_fetch_add(__mem, __val, __ATOMIC_ACQ_REL); in exchange_and_add()
51 static __inline__ v128_t __DEFAULT_FN_ATTRS wasm_v128_load(const void *__mem) { in wasm_v128_load() argument56 return ((const struct __wasm_v128_load_struct *)__mem)->__v; in wasm_v128_load()60 wasm_v8x16_load_splat(const void *__mem) { in wasm_v8x16_load_splat() argument64 uint8_t __v = ((const struct __wasm_v8x16_load_splat_struct *)__mem)->__v; in wasm_v8x16_load_splat()70 wasm_v16x8_load_splat(const void *__mem) { in wasm_v16x8_load_splat() argument74 uint16_t __v = ((const struct __wasm_v16x8_load_splat_struct *)__mem)->__v; in wasm_v16x8_load_splat()79 wasm_v32x4_load_splat(const void *__mem) { in wasm_v32x4_load_splat() argument83 uint32_t __v = ((const struct __wasm_v32x4_load_splat_struct *)__mem)->__v; in wasm_v32x4_load_splat()88 wasm_v64x2_load_splat(const void *__mem) { in wasm_v64x2_load_splat() argument92 uint64_t __v = ((const struct __wasm_v64x2_load_splat_struct *)__mem)->__v; in wasm_v64x2_load_splat()[all …]
223 …_LIBCPP_INLINE_VISIBILITY static __c_node* __create_C_node(void *__mem, void *__c, __c_node *__nex…224 return ::new(__mem) _C_node<_Cont>(__c, __next);