Home
last modified time | relevance | path

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

/glibc-2.36/sysdeps/aarch64/multiarch/
Dmemcpy_thunderx.S68 #ifndef MEMMOVE
69 # define MEMMOVE memmove macro
79 # undef MEMMOVE
80 # define MEMMOVE __memmove_thunderx macro
82 ENTRY_ALIGN (MEMMOVE, 6)
94 END (MEMMOVE)
95 libc_hidden_builtin_def (MEMMOVE)
Dmemcpy_thunderx2.S78 #ifndef MEMMOVE
79 # define MEMMOVE memmove macro
89 #undef MEMMOVE
90 #define MEMMOVE __memmove_thunderx2 macro
98 ENTRY_ALIGN (MEMMOVE, 6)
112 END (MEMMOVE)
113 libc_hidden_builtin_def (MEMMOVE)
Dmemcpy_a64fx.S44 # define MEMMOVE __memmove_a64fx macro
241 ENTRY_ALIGN (MEMMOVE, 4)
310 END (MEMMOVE)
311 libc_hidden_builtin_def (MEMMOVE)
Dmemcpy_generic.S29 # define MEMMOVE __memmove_generic macro
/glibc-2.36/string/
Dmemmove.c37 #ifndef MEMMOVE
38 #define MEMMOVE memmove macro
43 MEMMOVE (a1const void *a1, a2const void *a2, size_t len) in MEMMOVE() function
/glibc-2.36/sysdeps/aarch64/
Dmemcpy.S54 #ifndef MEMMOVE
55 # define MEMMOVE memmove macro
211 ENTRY_ALIGN (MEMMOVE, 4)
283 END (MEMMOVE)
284 libc_hidden_builtin_def (MEMMOVE)
/glibc-2.36/sysdeps/x86_64/multiarch/
Dmemmove-ssse3.S26 # ifndef MEMMOVE
27 # define MEMMOVE __memmove_ssse3 macro
56 ENTRY_P2ALIGN(MEMMOVE, 6)
408 END(MEMMOVE)
410 strong_alias (MEMMOVE, MEMCPY)
/glibc-2.36/sysdeps/powerpc/powerpc64/le/power10/
Dmemmove.S28 #ifndef MEMMOVE
29 # define MEMMOVE memmove macro
32 ENTRY_TOCLESS (MEMMOVE, 5)
306 END_GEN_TB (MEMMOVE,TB_TOCLESS)
/glibc-2.36/benchtests/
Dbench-memmove.c172 #undef MEMMOVE
173 #define MEMMOVE generic_memmove macro
/glibc-2.36/sysdeps/powerpc/powerpc64/multiarch/
Dmemmove-power10.S19 #define MEMMOVE __memmove_power10 macro
Dmemmove-power7.S19 #define MEMMOVE __memmove_power7 macro
Dmemmove-ppc64.c32 #define MEMMOVE __memmove_ppc macro
/glibc-2.36/sysdeps/s390/
Dmemmove-c.c27 # define MEMMOVE MEMMOVE_C macro
/glibc-2.36/sysdeps/powerpc/powerpc32/power4/multiarch/
Dmemmove-power7.c36 #define MEMMOVE __memmove_power7 macro
Dmemmove-ppc.c36 #define MEMMOVE __memmove_ppc macro
/glibc-2.36/sysdeps/powerpc/powerpc64/power7/
Dmemmove.S30 #ifndef MEMMOVE
31 # define MEMMOVE memmove macro
34 ENTRY_TOCLESS (MEMMOVE, 5)
822 END_GEN_TB (MEMMOVE, TB_TOCLESS)
/glibc-2.36/ChangeLog.old/
DChangeLog.184500 * sysdeps/aarch64/memcpy.S (MEMMOVE, MEMCPY): New macros.
4501 (memmove): Use MEMMOVE for name.
29235 * string/memmove.c (MEMMOVE): Likewise.
65062 * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
82821 * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
96572 (MEMMOVE): ...this. Default to memmove.