Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libc/src/string/memory_utils/
H A Dsized_op.h72 static inline void nativeStore(type value, DstAddrT dst) { in nativeStore() function
97 nativeStore(nativeLoad(src), dst); in copy()
107 nativeStore(payload, dst); in move()
118 nativeStore(Backend::template splat<type>(value), dst); in set()