| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/ |
| H A D | crash47.C | 28 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 D | template30.C | 8 template<class REP> class Ref { };
|
| H A D | template27.C | 7 template<class REP> class Ref { };
|
| /openbsd-src/lib/libc/regex/ |
| H A D | regcomp.c | 936 # 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 D | X86InstrTSX.td | 54 // XACQUIRE and XRELEASE reuse REPNE and REP respectively. 55 // For now, just prefer the REP versions.
|
| H A D | X86InstrSystem.td | 600 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 D | X86InstrCompiler.td | 392 [(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 D | X86.td | 317 // 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 D | X86InstrFormats.td | 202 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 D | regcomp.c | 1121 # 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 D | perlbug.PL | 98 $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 D | X86BaseInfo.h | 902 REP = 1 << REPShift, enumerator
|
| H A D | X86MCCodeEmitter.cpp | 610 if (TSFlags & X86II::REP || Flags & X86::IP_HAS_REPEAT) in emitPrefixImpl()
|
| /openbsd-src/gnu/usr.sbin/mkhybrid/src/ |
| H A D | more.mapping | 200 .rpl Raw 'REP!' 'FRL!' "Replica - Replica Document"
|
| /openbsd-src/gnu/usr.bin/cvs/src/ |
| H A D | sanity.sh | 9675 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 D | airport | 1447 REP:Siem Reap, Cambodia
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/gas/ |
| H A D | ChangeLog-9899 | 3352 constraint in instructions REP & REPI.
|
| /openbsd-src/gnu/usr.bin/binutils/gas/ |
| H A D | ChangeLog-9899 | 3352 constraint in instructions REP & REPI.
|
| /openbsd-src/gnu/gcc/gcc/config/i386/ |
| H A D | i386.md | 273 ;; Set when string REP prefix is used.
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/i386/ |
| H A D | i386.md | 228 ;; Set when string REP prefix is used.
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/ |
| H A D | allkeys.txt | 26329 A3D3 ; [.4834.0020.0002] # YI SYLLABLE REP
|
| /openbsd-src/gnu/usr.bin/perl/lib/unicore/ |
| H A D | NormTest.txt | 5528 B822;B822;1105 1166 11C1;B822;1105 1166 11C1; # (렢; 렢; 렢; 렢; 렢; ) HANGUL SYLLABLE REP
|
| H A D | NamesList.txt | 23240 A3D3 YI SYLLABLE REP
|
| H A D | UnicodeData.txt | 13282 A3D3;YI SYLLABLE REP;Lo;0;L;;;;;N;;;;;
|