HomeSort by: relevance | last modified time | path
    Searched refs:S0 (Results 1 - 25 of 63) sorted by relevancy

1 2 3

  /src/external/mit/isl/dist/test_inputs/codegen/
empty.c 2 S0(c0);
  /src/external/cddl/osnet/dist/lib/libdtrace/common/
dt_lex.l 91 * S0 - D program clause and expression lexing
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)
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
StringSwitch.h 88 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, T Value) {
89 return Case(S0, Value).Case(S1, Value);
92 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2,
94 return Case(S0, Value).Cases(S1, S2, Value);
97 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2,
99 return Case(S0, Value).Cases(S1, S2, S3, Value);
102 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2,
104 return Case(S0, Value).Cases(S1, S2, S3, S4, Value);
107 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2,
110 return Case(S0, Value).Cases(S1, S2, S3, S4, S5, Value)
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
MergedLoadStoreMotion.cpp 119 PHINode *getPHIOperand(BasicBlock *BB, StoreInst *S0, StoreInst *S1);
122 bool canSinkStoresAndGEPs(StoreInst *S0, StoreInst *S1) const;
208 /// Create a PHI node in BB for the operands of S0 and S1
210 PHINode *MergedLoadStoreMotion::getPHIOperand(BasicBlock *BB, StoreInst *S0,
213 Value *Opd1 = S0->getValueOperand();
220 NewPN->applyMergedLocation(S0->getDebugLoc(), S1->getDebugLoc());
221 NewPN->addIncoming(Opd1, S0->getParent());
229 bool MergedLoadStoreMotion::canSinkStoresAndGEPs(StoreInst *S0,
231 auto *A0 = dyn_cast<Instruction>(S0->getPointerOperand());
234 (A0->getParent() == S0->getParent()) && A1->hasOneUse() &
    [all...]
  /src/sys/external/bsd/gnu-efi/dist/inc/mips64el/
efisetjmp_arch.h 14 UINT64 S0;
  /src/crypto/external/apache2/openssl/dist/crypto/sha/asm/
sha256-c64xplus.pl 34 ($A,$Actx,$B,$Bctx,$C,$Cctx,$D,$Dctx,$T2,$S0,$s1,$t0a,$t1a,$t2a,$X9,$X14)
36 ($E,$Ectx,$F,$Fctx,$G,$Gctx,$H,$Hctx,$T1,$S1,$s0,$t0e,$t1e,$t2e,$X1,$X15)
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,$S
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/sha/asm/
sha256-c64xplus.pl 34 ($A,$Actx,$B,$Bctx,$C,$Cctx,$D,$Dctx,$T2,$S0,$s1,$t0a,$t1a,$t2a,$X9,$X14)
36 ($E,$Ectx,$F,$Fctx,$G,$Gctx,$H,$Hctx,$T1,$S1,$s0,$t0e,$t1e,$t2e,$X1,$X15)
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,$S
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/crypto/sha/asm/
sha256-c64xplus.pl 35 ($A,$Actx,$B,$Bctx,$C,$Cctx,$D,$Dctx,$T2,$S0,$s1,$t0a,$t1a,$t2a,$X9,$X14)
37 ($E,$Ectx,$F,$Fctx,$G,$Gctx,$H,$Hctx,$T1,$S1,$s0,$t0e,$t1e,$t2e,$X1,$X15)
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,$S
    [all...]
  /src/lib/libm/noieee_src/
trig.h 109 * (sin(k*x)-x)/x = z*(S0 + S1*z^1 + ... + S5*z^5).
111 * sin__S(x*x) = z*(S0 + S1*z^1 + ... + S5*z^5)
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)
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))))))
  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
Mips16FrameLowering.cpp 87 BuildMI(MBB, MBBI, dl, TII.get(Mips::MoveR3216), Mips::S0)
105 .addReg(Mips::S0);
118 // Registers RA, S0,S1 are the callee saved registers and they
142 // Registers RA,S0,S1 are the callee saved registers and they will be restored
171 SavedRegs.set(Mips::S0);
Mips16RegisterInfo.cpp 104 FrameReg = Mips::S0;
MipsRegisterInfo.cpp 193 Reserved.set(Mips::S0);
282 return TFI->hasFP(MF) ? Mips::S0 : Mips::SP;
  /src/lib/libc/arch/mips/gen/
setjmp.S 69 REG_S s0, CALLFRAME_S0(sp) # save S0
70 move s0, a0 # save sigcontext
82 move a0, s0 # restore jmpbuf
88 REG_L s0, CALLFRAME_S0(sp) # restore S0
103 REG_S s0, _SC_REGS_S0(a0)
  /src/external/gpl3/gcc/dist/libquadmath/math/
log1pq.c 109 S0 = 1.701761051846631278975701529965589676574E6Q;
194 + S0;
  /src/external/gpl3/gcc.old/dist/libquadmath/math/
log1pq.c 109 S0 = 1.701761051846631278975701529965589676574E6Q;
194 + S0;
  /src/external/lgpl3/mpfr/dist/src/
sin_cos.c 267 /* return in S0/Q0 a rational approximation of sin(X) with absolute error
290 sin_bs_aux (mpz_t Q0, mpz_t S0, mpz_t C0, mpz_srcptr p, mpfr_prec_t r,
303 mpz_set_ui (S0, 1);
424 mpz_mul (S0, T[0], p);
425 m -= reduce (S0, S0, prec); /* S0 = T[0] * (1 + theta)^2 up to power of 2 */
426 /* sin(X) ~ S0/Q0*(1 + theta)^3 + err with |theta| <= 2^(1-prec) and
427 |err| <= 2^(-prec), thus since |S0/Q0| <= 1:
428 |sin(X) - S0/Q0| <= 4*|theta*S0/Q0| + |err| <= 9*2^(-prec) *
    [all...]
  /src/external/gpl3/gcc.old/dist/libphobos/testsuite/libphobos.hash/
test_hash.d 275 static struct S0 { Object a; alias a this; }
279 S0 a;
280 inout(S0)* b() inout return nothrow { return &a; }
286 S0 a;
293 S0 a; alias a this;
303 cast(void) hashOf(S0.init);
304 cast(void) hashOf(S0.init, 0);
  /src/lib/libc/compat/arch/mips/gen/
compat_setjmp.S 69 REG_S s0, CALLFRAME_S0(sp) # save S0
70 move s0, a0 # save sigcontext
76 INT_S v0, _SC_MASK13(s0) # save sc_mask13
83 move a0, s0 # restore jmpbuf
89 REG_L s0, CALLFRAME_S0(sp) # restore S0
103 REG_S s0, _SC_REGS_S0(a0)
154 SETUP_GP64(s0, longjmp)
  /src/external/bsd/pcc/dist/pcc/arch/mips/
macdefs.h 165 #define S0 16
278 { S0S1, -1 }, /* $s0 */ \
313 { S0, S1, S1S2, -1 }, /* $s0:$s1 */ \
  /src/external/public-domain/xz/dist/src/liblzma/check/
sha256.c 29 + s0(W[(i - 15) & 15]))
46 h(i) += S0(a(i)) + Maj(a(i), b(i), c(i))
50 #define S0(x) rotr_32(x ^ rotr_32(x ^ rotr_32(x, 9), 11), 2)
52 #define s0(x) (rotr_32(x ^ rotr_32(x, 11), 7) ^ (x >> 3)) macro
  /src/external/gpl3/gcc/dist/libgcc/config/h8300/
lib1funcs.S 44 #define S0 r4
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,A
    [all...]
  /src/external/gpl3/gcc.old/dist/libgcc/config/h8300/
lib1funcs.S 44 #define S0 r4
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,A
    [all...]
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_hash/sha256/cp/
hash_sha256_cp.c 78 #define S0(x) (ROTR(x, 2) ^ ROTR(x, 13) ^ ROTR(x, 22))
80 #define s0(x) (ROTR(x, 7) ^ ROTR(x, 18) ^ SHR(x, 3)) macro
86 h += S0(a) + Maj(a, b, c);
95 s1(W[i + ii + 14]) + W[i + ii + 9] + s0(W[i + ii + 1]) + W[i + ii]
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_hash/sha512/cp/
hash_sha512_cp.c 94 #define S0(x) (ROTR(x, 28) ^ ROTR(x, 34) ^ ROTR(x, 39))
96 #define s0(x) (ROTR(x, 1) ^ ROTR(x, 8) ^ SHR(x, 7)) macro
102 h += S0(a) + Maj(a, b, c);
111 s1(W[i + ii + 14]) + W[i + ii + 9] + s0(W[i + ii + 1]) + W[i + ii]
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
LoadStoreVectorizer.cpp 992 StoreInst *S0 = cast<StoreInst>(Chain[0]);
1010 unsigned AS = S0->getPointerAddressSpace();
1014 Align Alignment = S0->getAlign();
1073 if (S0->getPointerAddressSpace() != DL.getAllocaAddrSpace()) {
1079 Align NewAlign = getOrEnforceKnownAlignment(S0->getPointerOperand(),
1081 DL, S0, nullptr, &DT);
1132 Builder.CreateBitCast(S0->getPointerOperand(), VecTy->getPointerTo(AS)),

Completed in 68 milliseconds

1 2 3