Home
last modified time | relevance | path

Searched refs:REP (Results 1 – 24 of 24) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dcrash47.C28 template<class REP>
33 Ref(const Ref<REP>& other): rep(other.rep) in Ref()
39 Ref<REP>& operator=(const Ref<REP>& other)
51 REP* operator->() const // should be a valid() reference
53 operator REP*() const; // should be a valid() reference
56 REP *rep;
58 Ref(REP *r): rep(r) in Ref()
61 Ref<REP>& operator=(REP *r)
69 template<class REP>
70 Ref<REP>::operator REP*() const // should be a valid() reference
[all …]
H A Dtemplate30.C8 template<class REP> class Ref { };
H A Dtemplate27.C7 template<class REP> class Ref { };
/openbsd-src/lib/libc/regex/
H A Dregcomp.c936 # define REP(f, t) ((f)*8 + (t)) in repeat() macro
945 switch (REP(MAP(from), MAP(to))) { in repeat()
946 case REP(0, 0): /* must be user doing this */ in repeat()
949 case REP(0, 1): /* as x{1,1}? */ in repeat()
950 case REP(0, N): /* as x{1,n}? */ in repeat()
951 case REP(0, INF): /* as x{1,}? */ in repeat()
961 case REP(1, 1): /* trivial case */ in repeat()
964 case REP(1, N): /* as x?x{1,n-1} */ in repeat()
976 case REP(1, INF): /* as x+ */ in repeat()
980 case REP(N, N): /* as xx{m-1,n-1} */ in repeat()
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86InstrTSX.td54 // XACQUIRE and XRELEASE reuse REPNE and REP respectively.
55 // For now, just prefer the REP versions.
H A DX86InstrSystem.td600 def XCRYPTECB : I<0xa7, MRM_C8, (outs), (ins), "xcryptecb", []>, TB, REP;
601 def XCRYPTCBC : I<0xa7, MRM_D0, (outs), (ins), "xcryptcbc", []>, TB, REP;
602 def XCRYPTCTR : I<0xa7, MRM_D8, (outs), (ins), "xcryptctr", []>, TB, REP;
603 def XCRYPTCFB : I<0xa7, MRM_E0, (outs), (ins), "xcryptcfb", []>, TB, REP;
604 def XCRYPTOFB : I<0xa7, MRM_E8, (outs), (ins), "xcryptofb", []>, TB, REP;
608 def XSHA1 : I<0xa6, MRM_C8, (outs), (ins), "xsha1", []>, TB, REP;
609 def XSHA256 : I<0xa6, MRM_D0, (outs), (ins), "xsha256", []>, TB, REP;
612 def MONTMUL : I<0xa6, MRM_C0, (outs), (ins), "montmul", []>, TB, REP;
H A DX86InstrCompiler.td392 [(X86rep_movs i8)]>, REP, AdSize32,
396 [(X86rep_movs i16)]>, REP, AdSize32, OpSize16,
400 [(X86rep_movs i32)]>, REP, AdSize32, OpSize32,
404 [(X86rep_movs i64)]>, REP, AdSize32,
411 [(X86rep_movs i8)]>, REP, AdSize64,
415 [(X86rep_movs i16)]>, REP, AdSize64, OpSize16,
419 [(X86rep_movs i32)]>, REP, AdSize64, OpSize32,
423 [(X86rep_movs i64)]>, REP, AdSize64,
432 [(X86rep_stos i8)]>, REP, AdSize32,
437 [(X86rep_stos i16)]>, REP, AdSize32, OpSize16,
[all …]
H A DX86.td317 // Ivy Bridge and newer processors have enhanced REP MOVSB and STOSB (aka
318 // "string operations"). See "REP String Enhancement" in the Intel Software
319 // Development Manual. This feature essentially means that REP MOVSB will copy
325 "REP MOVS/STOS are fast">;
327 // Icelake and newer processors have Fast Short REP MOV.
331 "REP MOVSB of short lengths is faster">;
H A DX86InstrFormats.td202 class REP { bit hasREPPrefix = 1; }
324 bit hasREPPrefix = 0; // Does this inst have a REP prefix?
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A Dregcomp.c1121 # define REP(f, t) ((f)*8 + (t)) in repeat() macro
1130 switch (REP(MAP(from), MAP(to))) { in repeat()
1131 case REP(0, 0): /* must be user doing this */ in repeat()
1134 case REP(0, 1): /* as x{1,1}? */ in repeat()
1135 case REP(0, N): /* as x{1,n}? */ in repeat()
1136 case REP(0, INF): /* as x{1,}? */ in repeat()
1146 case REP(1, 1): /* trivial case */ in repeat()
1149 case REP(1, N): /* as x?x{1,n-1} */ in repeat()
1161 case REP(1, INF): /* as x+ */ in repeat()
1165 case REP(N, N): /* as xx{m-1,n-1} */ in repeat()
[all …]
/openbsd-src/gnu/usr.bin/perl/utils/
H A Dperlbug.PL98 $fh, $me, $body, $andcc, %REP, $ok, $thanks, $progname,
674 Dump(*REP);
1257 $new_lines++ if (!$REP{$line});
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/
H A DX86BaseInfo.h902 REP = 1 << REPShift, enumerator
H A DX86MCCodeEmitter.cpp610 if (TSFlags & X86II::REP || Flags & X86::IP_HAS_REPEAT) in emitPrefixImpl()
/openbsd-src/gnu/usr.sbin/mkhybrid/src/
H A Dmore.mapping200 .rpl Raw 'REP!' 'FRL!' "Replica - Replica Document"
/openbsd-src/gnu/usr.bin/cvs/src/
H A Dsanity.sh9675 REP=${CVSROOT}
9715 dotest cvsadm-1a "cat CVS/Root" ${REP}
9718 dotest cvsadm-1c "cat CVSROOT/CVS/Root" ${REP}
/openbsd-src/share/misc/
H A Dairport1447 REP:Siem Reap, Cambodia
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/
H A DChangeLog-98993352 constraint in instructions REP & REPI.
/openbsd-src/gnu/usr.bin/binutils/gas/
H A DChangeLog-98993352 constraint in instructions REP & REPI.
/openbsd-src/gnu/gcc/gcc/config/i386/
H A Di386.md273 ;; Set when string REP prefix is used.
/openbsd-src/gnu/usr.bin/gcc/gcc/config/i386/
H A Di386.md228 ;; Set when string REP prefix is used.
/openbsd-src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/
H A Dallkeys.txt26329 A3D3 ; [.4834.0020.0002] # YI SYLLABLE REP
/openbsd-src/gnu/usr.bin/perl/lib/unicore/
H A DNormTest.txt5528 B822;B822;1105 1166 11C1;B822;1105 1166 11C1; # (렢; 렢; 렢; 렢; 렢; ) HANGUL SYLLABLE REP
H A DNamesList.txt23240 A3D3 YI SYLLABLE REP
H A DUnicodeData.txt13282 A3D3;YI SYLLABLE REP;Lo;0;L;;;;;N;;;;;