Searched refs:S0 (Results 1 - 25 of 50) sorted by relevance

12

/freebsd-13-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_lex.l92 * S0 - D program clause and expression lexing
105 %s S0 S1 S2 S3 S4
140 <S0>auto return (DT_KEY_AUTO);
141 <S0>break return (DT_KEY_BREAK);
142 <S0>case return (DT_KEY_CASE);
143 <S0>char return (DT_KEY_CHAR);
144 <S0>const return (DT_KEY_CONST);
145 <S0>continue return (DT_KEY_CONTINUE);
146 <S0>counter return (DT_KEY_COUNTER);
147 <S0>defaul
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DStringSwitch.h88 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, T Value) { argument
89 return Case(S0, Value).Case(S1, Value);
92 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, argument
94 return Case(S0, Value).Cases(S1, S2, Value);
97 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, argument
99 return Case(S0, Value).Cases(S1, S2, S3, Value);
102 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, argument
104 return Case(S0, Value).Cases(S1, S2, S3, S4, Value);
107 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, argument
110 return Case(S0, Valu
113 Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, StringLiteral S3, StringLiteral S4, StringLiteral S5, StringLiteral S6, T Value) argument
119 Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, StringLiteral S3, StringLiteral S4, StringLiteral S5, StringLiteral S6, StringLiteral S7, T Value) argument
125 Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, StringLiteral S3, StringLiteral S4, StringLiteral S5, StringLiteral S6, StringLiteral S7, StringLiteral S8, T Value) argument
132 Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, StringLiteral S3, StringLiteral S4, StringLiteral S5, StringLiteral S6, StringLiteral S7, StringLiteral S8, StringLiteral S9, T Value) argument
161 CasesLower(StringLiteral S0, StringLiteral S1, T Value) argument
165 CasesLower(StringLiteral S0, StringLiteral S1, StringLiteral S2, T Value) argument
170 CasesLower(StringLiteral S0, StringLiteral S1, StringLiteral S2, StringLiteral S3, T Value) argument
175 CasesLower(StringLiteral S0, StringLiteral S1, StringLiteral S2, StringLiteral S3, StringLiteral S4, T Value) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DMergedLoadStoreMotion.cpp119 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, argument
213 Value *Opd1 = S0->getValueOperand();
220 NewPN->applyMergedLocation(S0->getDebugLoc(), S1->getDebugLoc());
221 NewPN->addIncoming(Opd1, S0->getParent());
229 bool MergedLoadStoreMotion::canSinkStoresAndGEPs(StoreInst *S0, argument
231 auto *A0 = dyn_cast<Instruction>(S0->getPointerOperand());
234 (A0->getParent() == S0
243 sinkStoresAndGEPs(BasicBlock *BB, StoreInst *S0, StoreInst *S1) argument
314 auto *S0 = dyn_cast<StoreInst>(I); local
[all...]
/freebsd-13-stable/crypto/openssl/crypto/sha/asm/
H A Dsha256-c64xplus.pl35 ($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
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMips16FrameLowering.cpp87 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);
H A DMips16RegisterInfo.cpp104 FrameReg = Mips::S0;
H A DMipsRegisterInfo.cpp193 Reserved.set(Mips::S0);
283 return TFI->hasFP(MF) ? Mips::S0 : Mips::SP;
/freebsd-13-stable/lib/libc/mips/gen/
H A Dmakecontext.c86 mc->mc_regs[S0] = (intptr_t)ucp;
/freebsd-13-stable/sys/mips/include/
H A Dregnum.h83 #define S0 16 macro
/freebsd-13-stable/crypto/heimdal/appl/ftp/ftp/
H A Dmain.c434 S0:
442 sb++; goto S0;
/freebsd-13-stable/sys/contrib/openzfs/module/os/freebsd/spl/
H A Dsha256c.c109 #define S0(x) (ROTR(x, 2) ^ ROTR(x, 13) ^ ROTR(x, 22)) macro
118 h += S0(a) + Maj(a, b, c);
H A Dsha512c.c133 #define S0(x) (ROTR(x, 28) ^ ROTR(x, 34) ^ ROTR(x, 39)) macro
142 h += S0(a) + Maj(a, b, c);
/freebsd-13-stable/sys/crypto/sha2/
H A Dsha256c.c107 #define S0(x) (ROTR(x, 2) ^ ROTR(x, 13) ^ ROTR(x, 22)) macro
116 h += S0(a) + Maj(a, b, c);
H A Dsha512c.c133 #define S0(x) (ROTR(x, 28) ^ ROTR(x, 34) ^ ROTR(x, 39)) macro
142 h += S0(a) + Maj(a, b, c);
/freebsd-13-stable/sys/contrib/libsodium/src/libsodium/crypto_hash/sha256/cp/
H A Dhash_sha256_cp.c78 #define S0(x) (ROTR(x, 2) ^ ROTR(x, 13) ^ ROTR(x, 22)) macro
86 h += S0(a) + Maj(a, b, c);
/freebsd-13-stable/sys/contrib/libsodium/src/libsodium/crypto_hash/sha512/cp/
H A Dhash_sha512_cp.c94 #define S0(x) (ROTR(x, 28) ^ ROTR(x, 34) ^ ROTR(x, 39)) macro
102 h += S0(a) + Maj(a, b, c);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp980 StoreInst *S0 = cast<StoreInst>(Chain[0]); local
998 unsigned AS = S0->getPointerAddressSpace();
1002 Align Alignment = S0->getAlign();
1061 if (S0->getPointerAddressSpace() != DL.getAllocaAddrSpace()) {
1067 Align NewAlign = getOrEnforceKnownAlignment(S0->getPointerOperand(),
1069 DL, S0, nullptr, &DT);
1120 Builder.CreateBitCast(S0->getPointerOperand(), VecTy->getPointerTo(AS)),
/freebsd-13-stable/usr.sbin/moused/
H A Dmoused.c452 #define S0 0 /* start */ macro
473 /* S0 */
474 { { S0, S2, S1, S3, S0 }, 0, ~(MOUSE_BUTTON1DOWN | MOUSE_BUTTON3DOWN), FALSE },
480 { { S0, S9, S9, S3, S3 }, MOUSE_BUTTON2DOWN, ~0, FALSE },
482 { { S0, S2, S1, S3, S0 }, MOUSE_BUTTON1DOWN, ~0, TRUE },
484 { { S0, S2, S5, S7, S5 }, MOUSE_BUTTON1DOWN, ~0, FALSE },
486 { { S0, S6, S1, S7, S6 }, MOUSE_BUTTON3DOWN, ~0, FALSE },
488 { { S0, S
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonSubtarget.cpp271 SUnit &S0 = DAG->SUnits[i]; local
272 MachineInstr &L0 = *S0.getInstr();
301 SDep A(&S0, SDep::Artificial);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64CallingConvention.cpp29 static const MCPhysReg SRegList[] = {AArch64::S0, AArch64::S1, AArch64::S2,
/freebsd-13-stable/sys/mips/mips/
H A Dexception.S290 SAVE_REG(s0, S0, sp) ;\
350 RESTORE_REG(s0, S0, sp) ;\
449 SAVE_U_PCB_REG(s0, S0, k1)
542 RESTORE_U_PCB_REG(s0, S0, k1)
719 SAVE_U_PCB_REG(s0, S0, k1)
801 RESTORE_U_PCB_REG(s0, S0, k1)
H A Dswtch.S116 RESTORE_U_PCB_REG(s0, S0, k1)
/freebsd-13-stable/contrib/tnftp/src/
H A Dmain.c857 S0:
866 goto S0;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp2528 const APFloat &S0,
2532 const fltSemantics &Sem = S0.getSemantics();
2534 if (abs(S2) >= abs(S0) && abs(S2) >= abs(S1)) {
2538 SC = -S0;
2541 SC = S0;
2545 } else if (abs(S1) >= abs(S0)) {
2555 SC = S0;
2557 if (S0.isNegative() && S0.isNonZero() && !S0
2527 ConstantFoldAMDGCNCubeIntrinsic(Intrinsic::ID IntrinsicID, const APFloat &S0, const APFloat &S1, const APFloat &S2) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMExpandPseudoInsts.cpp963 // S0-S31 + FPSCR + 8 more bytes (VPR + pad, or just pad)
1027 (Reg >= ARM::S0 && Reg <= ARM::S31))
1038 } else if (Reg >= ARM::S0 && Reg <= ARM::S31) {
1039 ClearRegs[Reg - ARM::S0] = false;
1132 unsigned Reg = ARM::S0 + D * 2;
1139 unsigned Reg = ARM::S0 + D * 2 + 1;
1188 VSCCLRM.addReg(ARM::S0 + Start, RegState::Define);
1199 VSCCLRM.addReg(ARM::S0 + Start, RegState::Define);
1321 .addImm(Reg - ARM::S0)
1462 .addImm(Reg - ARM::S0)
[all...]

Completed in 143 milliseconds

12