Searched refs:MEMMOVE (Results 1 - 25 of 29) sorted by relevance

12

/freebsd-13-stable/lib/libc/powerpc64/string/
H A Dmemmove.S3 #define MEMMOVE define
H A Dmemmove_resolver.c3 #define MEMMOVE macro
H A Dmemmove_vsx.S3 #define MEMMOVE define
H A Dbcopy_resolver.c45 #elif defined(MEMMOVE)
H A Dbcopy.S45 #ifdef MEMMOVE
66 #ifdef MEMMOVE
191 #ifdef MEMMOVE
/freebsd-13-stable/lib/libc/i386/string/
H A Dmemmove.S4 #define MEMMOVE define
H A Dbcopy.S47 #ifdef MEMMOVE
55 #if defined(MEMCOPY) || defined(MEMMOVE)
110 #ifdef MEMMOVE
/freebsd-13-stable/lib/libc/mips/string/
H A Dmemmove.S6 #define MEMMOVE define
H A Dbcopy.S64 #if defined(MEMCOPY) || defined(MEMMOVE)
84 #if defined(MEMCOPY) || defined(MEMMOVE)
/freebsd-13-stable/lib/libc/string/
H A Dmemmove.c4 #define MEMMOVE macro
H A Dbcopy.c53 #if defined(MEMCOPY) || defined(MEMMOVE)
132 #if defined(MEMCOPY) || defined(MEMMOVE)
/freebsd-13-stable/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-13-stable/contrib/nvi/vi/
H A Dv_increment.c175 MEMMOVE(bp, &p[beg], wlen);
227 MEMMOVE(bp, p, beg);
228 MEMMOVE(bp + beg, nbuf, nlen);
229 MEMMOVE(bp + beg + nlen, p + end, len - beg - (end - beg));
H A Dv_replace.c143 MEMMOVE(bp, p, len);
H A Dv_txt.c303 MEMMOVE(tp->lb, lp, len);
801 MEMMOVE(ntp->lb + ntp->cno, wmt.lb, WMTSPACE);
884 MEMMOVE(tp->lb + tp->cno,
947 MEMMOVE(ait.lb, tp->lb, tp->ai);
1584 MEMMOVE(tp->lb + tp->cno + qp->olen,
1719 MEMMOVE(p - del, p, tp->len - old);
1773 MEMMOVE(tp->lb + nlen, tp->lb, tp->len);
1777 MEMMOVE(tp->lb, t, nlen);
2087 (void)MEMMOVE(p + nlen, p, tp->insert);
2109 (void)MEMMOVE(
[all...]
H A Dv_ulcase.c148 MEMMOVE(bp, lp, len);
H A Dv_itxt.c340 MEMMOVE(bp, p, vp->m_start.cno);
H A Dvi.c1079 MEMMOVE(vip->keyw, p + beg, len);
/freebsd-13-stable/lib/libc/amd64/string/
H A Dmemmove.S54 .macro MEMMOVE erms overlap begin end
310 MEMMOVE erms=0 overlap=1 begin=MEMMOVE_BEGIN end=MEMMOVE_END
314 MEMMOVE erms=0 overlap=1 begin=MEMMOVE_BEGIN end=MEMMOVE_END
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyMemIntrinsicResults.cpp160 Name == TLI.getLibcallName(RTLIB::MEMMOVE) ||
H A DWebAssemblyPeephole.cpp157 Name == TLI.getLibcallName(RTLIB::MEMMOVE) ||
H A DWebAssemblyRuntimeLibcallSignatures.cpp327 Table[RTLIB::MEMMOVE] = iPTR_func_iPTR_iPTR_iPTR;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMSelectionDAGInfo.cpp48 case RTLIB::MEMMOVE:
246 Alignment.value(), RTLIB::MEMMOVE);
/freebsd-13-stable/sys/amd64/amd64/
H A Dsupport.S287 .macro MEMMOVE erms overlap begin end
543 MEMMOVE erms=0 overlap=1 begin=MEMMOVE_BEGIN end=MEMMOVE_END
547 MEMMOVE erms=1 overlap=1 begin=MEMMOVE_BEGIN end=MEMMOVE_END
557 MEMMOVE erms=0 overlap=0 begin=MEMMOVE_BEGIN end=MEMMOVE_END
561 MEMMOVE erms=1 overlap=0 begin=MEMMOVE_BEGIN end=MEMMOVE_END
837 * Set up arguments for MEMMOVE.
847 MEMMOVE erms=\erms overlap=0 begin=COPYINOUT_BEGIN end=COPYINOUT_SMAP_END
849 MEMMOVE erms=\erms overlap=0 begin=COPYINOUT_BEGIN end=COPYINOUT_END
898 MEMMOVE erms=\erms overlap=0 begin=COPYINOUT_BEGIN end=COPYINOUT_SMAP_END
900 MEMMOVE erm
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DAnalysis.cpp662 TLI.getLibcallName(RTLIB::MEMMOVE) == StringRef("memmove")) ||

Completed in 125 milliseconds

12