/freebsd/lib/libc/i386/string/ |
H A D | bcopy.S | 45 #ifdef MEMMOVE 53 #if defined(MEMCOPY) || defined(MEMMOVE) 108 #ifdef MEMMOVE
|
H A D | memmove.S | 2 #define MEMMOVE macro
|
/freebsd/contrib/nvi/vi/ |
H A D | v_increment.c | 175 MEMMOVE(bp, &p[beg], wlen); in v_increment() 227 MEMMOVE(bp, p, beg); in v_increment() 228 MEMMOVE(bp + beg, nbuf, nlen); in v_increment() 229 MEMMOVE(bp + beg + nlen, p + end, len - beg - (end - beg)); in v_increment()
|
H A D | v_txt.c | 303 MEMMOVE(tp->lb, lp, len); in v_txt() 801 MEMMOVE(ntp->lb + ntp->cno, wmt.lb, WMTSPACE); in v_txt() 884 MEMMOVE(tp->lb + tp->cno, in v_txt() 947 MEMMOVE(ait.lb, tp->lb, tp->ai); in v_txt() 1584 MEMMOVE(tp->lb + tp->cno + qp->olen, in txt_abbrev() 1719 MEMMOVE(p - del, p, tp->len - old); in txt_ai_resolve() 1773 MEMMOVE(tp->lb + nlen, tp->lb, tp->len); in v_txt_auto() 1777 MEMMOVE(tp->lb, t, nlen); in v_txt_auto() 2087 (void)MEMMOVE(p + nlen, p, tp->insert); in txt_fc() 2109 (void)MEMMOVE(p + 1, p, tp->insert); in txt_fc() [all …]
|
H A D | v_ulcase.c | 148 MEMMOVE(bp, lp, len); in ulcase()
|
H A D | v_replace.c | 143 MEMMOVE(bp, p, len); in v_replace()
|
H A D | v_itxt.c | 340 MEMMOVE(bp, p, vp->m_start.cno); in v_change()
|
H A D | vi.c | 1079 MEMMOVE(vip->keyw, p + beg, len); in v_curword()
|
/freebsd/lib/libc/string/ |
H A D | bcopy.c | 47 #if defined(MEMCOPY) || defined(MEMMOVE) 131 #if defined(MEMCOPY) || defined(MEMMOVE) in memcpy()
|
H A D | memmove.c | 1 #define MEMMOVE macro
|
/freebsd/contrib/nvi/common/ |
H A D | multibyte.h | 103 #define MEMMOVE wmemmove macro 107 #define MEMMOVE(p, t, len) memmove(p, t, (len) * sizeof(CHAR_T)) macro
|
/freebsd/lib/libc/amd64/string/ |
H A D | memmove.S | 52 .macro MEMMOVE erms overlap begin end macro 300 MEMMOVE erms=0 overlap=1 begin=MEMMOVE_BEGIN end=MEMMOVE_END 304 MEMMOVE erms=0 overlap=1 begin=MEMMOVE_BEGIN end=MEMMOVE_END
|
/freebsd/lib/libc/powerpc64/string/ |
H A D | memmove.S | 2 #define MEMMOVE macro
|
H A D | memmove_resolver.c | 2 #define MEMMOVE macro
|
H A D | memmove_vsx.S | 2 #define MEMMOVE macro
|
H A D | bcopy.S | 43 #ifdef MEMMOVE 64 #ifdef MEMMOVE 189 #ifdef MEMMOVE
|
H A D | bcopy_resolver.c | 42 #elif defined(MEMMOVE)
|
/freebsd/contrib/bionic-x86_64-string/ |
H A D | sse2-memmove-slm.S | 33 #ifndef MEMMOVE 34 # define MEMMOVE memmove macro 98 ENTRY (MEMMOVE) 516 END (MEMMOVE) 518 ALIAS_SYMBOL(memcpy, MEMMOVE)
|
/freebsd/sys/amd64/amd64/ |
H A D | support.S | 285 .macro MEMMOVE erms overlap begin end macro 533 MEMMOVE erms=0 overlap=1 begin=MEMMOVE_BEGIN end=MEMMOVE_END 537 MEMMOVE erms=1 overlap=1 begin=MEMMOVE_BEGIN end=MEMMOVE_END 547 MEMMOVE erms=0 overlap=0 begin=MEMMOVE_BEGIN end=MEMMOVE_END 551 MEMMOVE erms=1 overlap=0 begin=MEMMOVE_BEGIN end=MEMMOVE_END 837 MEMMOVE erms=\erms overlap=0 begin=COPYINOUT_BEGIN end=COPYINOUT_SMAP_END 839 MEMMOVE erms=\erms overlap=0 begin=COPYINOUT_BEGIN end=COPYINOUT_END 888 MEMMOVE erms=\erms overlap=0 begin=COPYINOUT_BEGIN end=COPYINOUT_SMAP_END 890 MEMMOVE erms=\erms overlap=0 begin=COPYINOUT_BEGIN end=COPYINOUT_END
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMSelectionDAGInfo.cpp | 63 case RTLIB::MEMMOVE: in EmitSpecializedLibcall() 291 Alignment.value(), RTLIB::MEMMOVE); in EmitTargetCodeForMemmove()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64SelectionDAGInfo.cpp | 108 case RTLIB::MEMMOVE: { in EmitStreamingCompatibleMemLibCall() 193 RTLIB::MEMMOVE); in EmitTargetCodeForMemmove()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyPeephole.cpp | 137 Name == TLI.getLibcallName(RTLIB::MEMMOVE) || in runOnMachineFunction()
|
H A D | WebAssemblyMemIntrinsicResults.cpp | 159 Name == TLI.getLibcallName(RTLIB::MEMMOVE) || in optimizeCall()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | PreISelIntrinsicLowering.cpp | 254 canEmitLibcall(TM, ParentFunc, RTLIB::MEMMOVE)) in expandMemIntrinsicUses()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | RuntimeLibcalls.def | 475 HANDLE_LIBCALL(MEMMOVE, "memmove")
|