| /netbsd-src/external/cddl/osnet/dist/lib/libdtrace/common/ |
| H A D | dt_lex.l | 104 %s S0 S1 S2 S3 S4 139 <S0>auto return (DT_KEY_AUTO); 140 <S0>break return (DT_KEY_BREAK); 141 <S0>case return (DT_KEY_CASE); 142 <S0>char return (DT_KEY_CHAR); 143 <S0>const return (DT_KEY_CONST); 144 <S0>continue return (DT_KEY_CONTINUE); 145 <S0>counter return (DT_KEY_COUNTER); 146 <S0>default return (DT_KEY_DEFAULT); 147 <S0>do return (DT_KEY_DO); [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/h8300/ |
| H A D | movepush.md | 180 return "sub.l %S0,%S0"; 197 return "sub.l\\t%S0,%S0\;add.b\\t%1,%w0"; 203 return "sub.l\\t%S0,%S0\;add.b\\t%1,%x0"; 211 return "sub.l\\t%S0,%S0\;subs\\t#1,%S0"; 213 return "sub.l\\t%S0,%S0\;subs\\t#2,%S0"; 215 return "sub.l\\t%S0,%S0\;subs\\t#4,%S0"; 218 return "sub.l\\t%S0,%S0\;dec.w\\t#1,%f0"; 220 return "sub.l\\t%S0,%S0\;dec.w\\t#2,%f0"; 223 return "sub.l\\t%S0,%S0\;dec.w\\t#1,%e0"; 225 return "sub.l\\t%S0,%S0\;dec.w\\t#2,%e0"; [all …]
|
| H A D | mova.md | 26 "mova/w.l @(%o2%C2,%X1.b),%S0" 35 "mova/w.l @(%o2%C2,%X1.b),%S0" 44 "mova/l.l @(%o2%C2,%X1.b),%S0" 53 "mova/l.l @(%o2%C2,%X1.b),%S0" 61 "mova/b.l @(%o2%C2,%X1.b),%S0" 69 "mova/w.l @(0,%X1.b),%S0" 78 "mova/w.l @(%o2%C2,%X1.b),%S0" 87 "mova/w.l @(0,%X1.b),%S0" 97 "mova/w.l @(%o2%C2,%X1.b),%S0" 106 "mova/w.l @(0,%X1.b),%S0" [all …]
|
| H A D | testcompare.md | 50 return "mov.l %S0,%S0"; 84 return "cmp.l %S1,%S0"; 128 return "cmp.l %S1,%S0"; 130 return "cmp.l %S1:3,%S0"; 132 return "cmp.l %S1,%S0"; 199 return "xor.l\t%S0,%S0\;bst\t#0,%w0"; 209 return "xor.l\t%S0,%S0\;bist\t#0,%w0"; 226 return "subx\t%X0,%X0\;exts.w\t%T0\;exts.l\t%S0"; 256 return "xor.l\t%S0,%S0\;rotxr.l\t%S0"; 258 return "xor.l\t%S0,%S0\;bst\t%1,%X0"; [all …]
|
| H A D | divmod.md | 21 { return <MODE>mode == HImode ? "divu.w\\t%T2,%T0" : "divu.l\\t%S2,%S0"; } 40 { return <MODE>mode == HImode ? "divs.w\\t%T2,%T0" : "divs.l\\t%S2,%S0"; } 167 return "divxu.w\\t%T2,%S0"; 169 return "divxu.w\\t%T2,%S0\;mov.w\\t%e0,%f3"; 210 return "divxs.w\\t%T2,%S0"; 212 return "divxs.w\\t%T2,%S0\;mov.w\\t%e0,%f3";
|
| H A D | multiply.md | 87 "mulxs.w %T2,%S0" 108 "mulxs.w %T2,%S0" 154 "mulxu.w %T2,%S0" 162 "mulxu.w %T2,%S0" 185 { return <MODE>mode == HImode ? "muls.w\\t%T2,%T0" : "muls.l\\t%S2,%S0"; } 216 "muls/u.l\\t%S2,%S0" 228 "mulu/u.l\\t%S2,%S0"
|
| H A D | addsub.md | 65 return \"adds %2,%S0\"; 67 return \"subs %G2,%S0\"; 186 return "sub.l %S2,%S0"; 221 return "neg.l %S0";
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
| H A D | StringSwitch.h | 88 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, T Value) { in Cases() argument 89 return Case(S0, Value).Case(S1, Value); in Cases() 92 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, in Cases() argument 94 return Case(S0, Value).Cases(S1, S2, Value); in Cases() 97 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, in Cases() argument 99 return Case(S0, Value).Cases(S1, S2, S3, Value); in Cases() 102 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, in Cases() argument 104 return Case(S0, Value).Cases(S1, S2, S3, S4, Value); in Cases() 107 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, in Cases() argument 110 return Case(S0, Value).Cases(S1, S2, S3, S4, S5, Value); in Cases() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
| H A D | MergedLoadStoreMotion.cpp | 119 PHINode *getPHIOperand(BasicBlock *BB, StoreInst *S0, StoreInst *S1); 122 bool canSinkStoresAndGEPs(StoreInst *S0, StoreInst *S1) const; 210 PHINode *MergedLoadStoreMotion::getPHIOperand(BasicBlock *BB, StoreInst *S0, in getPHIOperand() argument 213 Value *Opd1 = S0->getValueOperand(); in getPHIOperand() 220 NewPN->applyMergedLocation(S0->getDebugLoc(), S1->getDebugLoc()); in getPHIOperand() 221 NewPN->addIncoming(Opd1, S0->getParent()); in getPHIOperand() 229 bool MergedLoadStoreMotion::canSinkStoresAndGEPs(StoreInst *S0, in canSinkStoresAndGEPs() argument 231 auto *A0 = dyn_cast<Instruction>(S0->getPointerOperand()); in canSinkStoresAndGEPs() 234 (A0->getParent() == S0->getParent()) && A1->hasOneUse() && in canSinkStoresAndGEPs() 243 void MergedLoadStoreMotion::sinkStoresAndGEPs(BasicBlock *BB, StoreInst *S0, in sinkStoresAndGEPs() argument [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/h8300/ |
| H A D | mova.md | 26 "mova/w.l @(%o2%C2,%X1.b),%S0" 36 "mova/w.l @(%o2%C2,%X1.b),%S0" 46 "mova/l.l @(%o2%C2,%X1.b),%S0" 56 "mova/l.l @(%o2%C2,%X1.b),%S0" 65 "mova/b.l @(%o2%C2,%X1.b),%S0" 74 "mova/w.l @(0,%X1.b),%S0" 84 "mova/w.l @(%o2%C2,%X1.b),%S0" 94 "mova/w.l @(0,%X1.b),%S0" 105 "mova/w.l @(%o2%C2,%X1.b),%S0" 115 "mova/w.l @(0,%X1.b),%S0" [all …]
|
| H A D | h8300.md | 390 return "sub.l %S0,%S0"; 407 return "sub.l\\t%S0,%S0\;add.b\\t%1,%w0"; 413 return "sub.l\\t%S0,%S0\;add.b\\t%1,%x0"; 421 return "sub.l\\t%S0,%S0\;subs\\t#1,%S0"; 423 return "sub.l\\t%S0,%S0\;subs\\t#2,%S0"; 425 return "sub.l\\t%S0,%S0\;subs\\t#4,%S0"; 428 return "sub.l\\t%S0,%S0\;dec.w\\t#1,%f0"; 430 return "sub.l\\t%S0,%S0\;dec.w\\t#2,%f0"; 433 return "sub.l\\t%S0,%S0\;dec.w\\t#1,%e0"; 435 return "sub.l\\t%S0,%S0\;dec.w\\t#2,%e0"; [all …]
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/sha/asm/ |
| H A D | sha256-c64xplus.pl | 35 ($A,$Actx,$B,$Bctx,$C,$Cctx,$D,$Dctx,$T2,$S0,$s1,$t0a,$t1a,$t2a,$X9,$X14) 125 || ROTL $A,30,$S0 141 || XOR $t0a,$S0,$S0 143 XOR $t1a,$S0,$S0 ; Sigma0(a) 148 || ADD $S0,$Maj,$T2 ; T2 = Sigma0(a) + Maj(a,b,c) 162 ROTL $A,30,$S0 ; BODY_15 180 || XOR $t0a,$S0,$S0 182 XOR $t1a,$S0,$S0 ; Sigma0(a) 187 || ADD $S0,$Maj,$T2 ; T2 = Sigma0(a) + Maj(a,b,c) 216 ROTL $A,30,$S0 [all …]
|
| /netbsd-src/crypto/external/bsd/openssl/dist/crypto/sha/asm/ |
| H A D | sha256-c64xplus.pl | 34 ($A,$Actx,$B,$Bctx,$C,$Cctx,$D,$Dctx,$T2,$S0,$s1,$t0a,$t1a,$t2a,$X9,$X14) 124 || ROTL $A,30,$S0 140 || XOR $t0a,$S0,$S0 142 XOR $t1a,$S0,$S0 ; Sigma0(a) 147 || ADD $S0,$Maj,$T2 ; T2 = Sigma0(a) + Maj(a,b,c) 161 ROTL $A,30,$S0 ; BODY_15 179 || XOR $t0a,$S0,$S0 181 XOR $t1a,$S0,$S0 ; Sigma0(a) 186 || ADD $S0,$Maj,$T2 ; T2 = Sigma0(a) + Maj(a,b,c) 215 ROTL $A,30,$S0 [all …]
|
| /netbsd-src/external/bsd/pcc/dist/pcc/cc/cpp/tests/ |
| H A D | test19 | 1 #define S(x) S0(x) 2 #define S0(x) #x 7 S0(x)\ 8 S0(y) 13 S0(x)\ 14 S0(x) 24 S0(x) 27 S0(__COUNTER__)
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
| H A D | HexagonScheduleV60.td | 32 // S0-3 | | | CVI_VA | | CVI_VA | | CVI_VA | | CVI_VA | | | 34 // S0-3 | | | | | | | | | CVI_VP | | | 35 // S0-3 | | | | | | | CVI_VS | | | | | 36 // S0-1 |(CVI_LD) | | CVI_LD | | CVI_LD | | CVI_LD | | CVI_LD | | | 37 // S0-1 |(C*TMP_LD) | | | | | | | | | | 39 // S0 | | | CVI_ST | | CVI_ST | | CVI_ST | | CVI_ST | |(CVI_ST) | 40 // S0 | | | | | | | | | | |(C*TMP_ST) 46 // S0-3 | CVI_VA_DV | | CVI_VA_DV | 47 // S0-3 | | | CVI_VP_DV | 51 // S0-3 | CVI_HIST Histogram |
|
| /netbsd-src/lib/libm/noieee_src/ |
| H A D | trig.h | 127 vc(S0, -1.6666666666666646660E-1 ,aaaa,bf2a,aa71,aaaa, -2, -.AAAAAAAAAAAA71) 135 ic(S0, -1.6666666666666463126E-1 , -3, -1.555555555550C) 143 #define S0 vccast(S0) macro 153 # define sin__S(z) (z*(S0+z*(S1+z*(S2+z*(S3+z*(S4+z*(S5+z*S6))))))) 155 # define sin__S(z) (z*(S0+z*(S1+z*(S2+z*(S3+z*(S4+z*S5))))))
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/ |
| H A D | Mips16FrameLowering.cpp | 87 BuildMI(MBB, MBBI, dl, TII.get(Mips::MoveR3216), Mips::S0) in emitPrologue() 105 .addReg(Mips::S0); in emitEpilogue() 171 SavedRegs.set(Mips::S0); in determineCalleeSaves()
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/testsuite/libphobos.hash/ |
| H A D | test_hash.d | 275 static struct S0 { Object a; alias a this; } in issue22076() argument 279 S0 a; in issue22076() 280 inout(S0)* b() inout return nothrow { return &a; } in issue22076() 286 S0 a; in issue22076() 293 S0 a; alias a this; in issue22076() 303 cast(void) hashOf(S0.init); in issue22076() 304 cast(void) hashOf(S0.init, 0); in issue22076()
|
| /netbsd-src/external/lgpl3/mpfr/dist/src/ |
| H A D | sin_cos.c | 290 sin_bs_aux (mpz_t Q0, mpz_t S0, mpz_t C0, mpz_srcptr p, mpfr_prec_t r, in sin_bs_aux() argument 303 mpz_set_ui (S0, 1); in sin_bs_aux() 424 mpz_mul (S0, T[0], p); in sin_bs_aux() 425 m -= reduce (S0, S0, prec); /* S0 = T[0] * (1 + theta)^2 up to power of 2 */ in sin_bs_aux() 457 mpz_submul (C0, S0, S0); in sin_bs_aux()
|
| /netbsd-src/external/gpl3/gcc/dist/libgcc/config/h8300/ |
| H A D | lib1funcs.S | 44 #define S0 r4 macro 435 mov S0,A0 465 mov S0,A0 519 ; S0/S1 remainder (S0P for H8/300H) 525 sub.w S0,S0 ; zero play area 526 mov.w S0,S1 740 sub.w S0,S0 769 mov.w S0,A0
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/h8300/ |
| H A D | lib1funcs.S | 44 #define S0 r4 macro 435 mov S0,A0 465 mov S0,A0 519 ; S0/S1 remainder (S0P for H8/300H) 525 sub.w S0,S0 ; zero play area 526 mov.w S0,S1 740 sub.w S0,S0 769 mov.w S0,A0
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/aarch64/ |
| H A D | t-lse | 22 S0 := $(foreach s, 1 2 4 8 16, $(addsuffix _$(s), cas)) 23 O0 := $(foreach m, 1 2 3 4 5, $(addsuffix _$(m)$(objext), $(S0)))
|
| /netbsd-src/external/gpl3/gcc/dist/libgcc/config/aarch64/ |
| H A D | t-lse | 22 S0 := $(foreach s, 1 2 4 8 16, $(addsuffix _$(s), cas)) 23 O0 := $(foreach m, 1 2 3 4 5, $(addsuffix _$(m)$(objext), $(S0)))
|
| /netbsd-src/lib/libc/arch/mips/gen/ |
| H A D | setjmp.S | 69 REG_S s0, CALLFRAME_S0(sp) # save S0 88 REG_L s0, CALLFRAME_S0(sp) # restore S0
|
| /netbsd-src/external/gpl3/gcc/dist/libquadmath/math/ |
| H A D | log1pq.c | 109 S0 = 1.701761051846631278975701529965589676574E6Q; variable 194 + S0; in log1pq()
|