Home
last modified time | relevance | path

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

/external/clang/test/CodeGen/
Dlinux-arm-atomic.c8 _Atomic_word exchange_and_add(volatile _Atomic_word *__mem, int __val) { in exchange_and_add() argument
9 return __atomic_fetch_add(__mem, __val, __ATOMIC_ACQ_REL); in exchange_and_add()
/external/llvm-project/clang/test/CodeGen/
Dlinux-arm-atomic.c7 _Atomic_word exchange_and_add(volatile _Atomic_word *__mem, int __val) { in exchange_and_add() argument
8 return __atomic_fetch_add(__mem, __val, __ATOMIC_ACQ_REL); in exchange_and_add()
/external/llvm-project/clang/lib/Headers/
Dwasm_simd128.h51 static __inline__ v128_t __DEFAULT_FN_ATTRS wasm_v128_load(const void *__mem) { in wasm_v128_load() argument
56 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() argument
64 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() argument
74 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() argument
83 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() argument
92 uint64_t __v = ((const struct __wasm_v64x2_load_splat_struct *)__mem)->__v; in wasm_v64x2_load_splat()
[all …]
/external/llvm-project/libcxx/include/
D__debug223 …_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);