Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libc/src/string/memory_utils/
H A Dsized_op.h61 template <typename SrcAddrT> static inline auto nativeLoad(SrcAddrT src) { in nativeLoad() function
97 nativeStore(nativeLoad(src), dst); in copy()
104 const auto payload = nativeLoad(src); in move()
126 Backend::template notEquals<type>(nativeLoad(src1), nativeLoad(src2)); in isDifferent()
141 const auto a = nativeLoad(src1); in threeWayCmp()
142 const auto b = nativeLoad(src2); in threeWayCmp()