Home
last modified time | relevance | path

Searched defs:TestBackend (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/libc/test/src/string/memory_utils/
H A Dalgorithm_test.cpp28 struct TestBackend { struct
29 static constexpr bool IS_BACKEND_TYPE = true;
31 template <typename T> static void log(const char *Action, const char *ptr) { in log()
41 static T load(const T *src) { in load()
48 static void store(T *dst, T value) { in store()
54 template <typename T> static inline T splat(ubyte value) { in splat()
59 template <typename T> static inline uint64_t notEquals(T v1, T v2) { in notEquals()
64 template <typename T> static inline int32_t threeWayCmp(T v1, T v2) { in threeWayCmp()
70 using getNextType = Scalar64BitBackend::getNextType<Size>;