Home
last modified time | relevance | path

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

12

/freebsd/lib/libc/i386/string/
H A Dbcopy.S45 #ifdef MEMMOVE
53 #if defined(MEMCOPY) || defined(MEMMOVE)
108 #ifdef MEMMOVE
H A Dmemmove.S2 #define MEMMOVE macro
/freebsd/contrib/nvi/vi/
H A Dv_increment.c175 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 Dv_txt.c303 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 Dv_ulcase.c148 MEMMOVE(bp, lp, len); in ulcase()
H A Dv_replace.c143 MEMMOVE(bp, p, len); in v_replace()
H A Dv_itxt.c340 MEMMOVE(bp, p, vp->m_start.cno); in v_change()
H A Dvi.c1079 MEMMOVE(vip->keyw, p + beg, len); in v_curword()
/freebsd/lib/libc/string/
H A Dbcopy.c47 #if defined(MEMCOPY) || defined(MEMMOVE)
131 #if defined(MEMCOPY) || defined(MEMMOVE) in memcpy()
H A Dmemmove.c1 #define MEMMOVE macro
/freebsd/contrib/nvi/common/
H A Dmultibyte.h103 #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 Dmemmove.S52 .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 Dmemmove.S2 #define MEMMOVE macro
H A Dmemmove_resolver.c2 #define MEMMOVE macro
H A Dmemmove_vsx.S2 #define MEMMOVE macro
H A Dbcopy.S43 #ifdef MEMMOVE
64 #ifdef MEMMOVE
189 #ifdef MEMMOVE
H A Dbcopy_resolver.c42 #elif defined(MEMMOVE)
/freebsd/contrib/bionic-x86_64-string/
H A Dsse2-memmove-slm.S33 #ifndef MEMMOVE
34 # define MEMMOVE memmove macro
98 ENTRY (MEMMOVE)
516 END (MEMMOVE)
518 ALIAS_SYMBOL(memcpy, MEMMOVE)
/freebsd/sys/amd64/amd64/
H A Dsupport.S285 .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 DARMSelectionDAGInfo.cpp63 case RTLIB::MEMMOVE: in EmitSpecializedLibcall()
291 Alignment.value(), RTLIB::MEMMOVE); in EmitTargetCodeForMemmove()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64SelectionDAGInfo.cpp108 case RTLIB::MEMMOVE: { in EmitStreamingCompatibleMemLibCall()
193 RTLIB::MEMMOVE); in EmitTargetCodeForMemmove()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyPeephole.cpp137 Name == TLI.getLibcallName(RTLIB::MEMMOVE) || in runOnMachineFunction()
H A DWebAssemblyMemIntrinsicResults.cpp159 Name == TLI.getLibcallName(RTLIB::MEMMOVE) || in optimizeCall()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DPreISelIntrinsicLowering.cpp254 canEmitLibcall(TM, ParentFunc, RTLIB::MEMMOVE)) in expandMemIntrinsicUses()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DRuntimeLibcalls.def475 HANDLE_LIBCALL(MEMMOVE, "memmove")

12