Home
last modified time | relevance | path

Searched full:s0 (Results 1 – 25 of 577) sorted by relevance

12345678910>>...24

/freebsd/lib/libc/arm/aeabi/
H A Daeabi_vfp_float.S36 LOAD_SREGS(s0, s1, r0, r1)
37 vcmp.f32 s0, s1
44 LOAD_SREGS(s0, s1, r0, r1)
45 vcmpe.f32 s0, s1
52 LOAD_SREGS(s0, s1, r0, r1)
53 vcmpe.f32 s1, s0
60 LOAD_SREGS(s0, s1, r0, r1)
61 vcmp.f32 s0, s1
71 LOAD_SREGS(s0, s1, r0, r1)
72 vcmp.f32 s0, s1
[all …]
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_lex.l92 * S0 - D program clause and expression lexing
107 %s S0 S1 S2 S3 S4
142 <S0>auto return (DT_KEY_AUTO);
143 <S0>break return (DT_KEY_BREAK);
144 <S0>case return (DT_KEY_CASE);
145 <S0>char return (DT_KEY_CHAR);
146 <S0>const return (DT_KEY_CONST);
147 <S0>continue return (DT_KEY_CONTINUE);
148 <S0>counter return (DT_KEY_COUNTER);
149 <S0>default return (DT_KEY_DEFAULT);
[all …]
/freebsd/crypto/openssl/crypto/ec/asm/
H A Decp_sm2p256-armv8.pl23 my ($s0,$s1,$s2,$s3,$s4,$s5,$s6,$s7)=map("x$_",(7..14));
32 ldp $s0,$s1,[x1]
38 adds $s0,$s0,$s4
51 mov $t0,$s0
64 csel $s0,$s0,$t0,cc
70 stp $s0,$s1,[x0]
79 ldp $s0,$s1,[x1]
85 subs $s0,$s0,$s4
98 mov $t0,$s0
111 csel $s0,$s0,$t0,eq
[all …]
/freebsd/share/doc/papers/kernmalloc/
H A Dalloc.fig66 "\f1\s10\&kernel memory pages\f1\s0" at 168,204
67 "\f1\s10\&Legend:\f1\s0" at 36,144
68 "\f1\s10\&cont \- continuation of previous page\f1\s0" at 28,112 ljust
69 "\f1\s10\&free \- unused page\f1\s0" at 28,128 ljust
70 "\f1\s10\&Usage:\f1\s0" at 34,87
71 "\f1\s10\&memsize(addr)\f1\s0" at 36,71 ljust
72 "\f1\s10\&char *addr;\f1\s0" at 66,56 ljust
73 "\f1\s10\&{\f1\s0" at 36,43 ljust
75 "\f1\s10\&}\f1\s0" at 36,8 ljust
78 "\f1\s10\&1024,\f1\s0" at 116,168
[all …]
/freebsd/crypto/openssl/crypto/camellia/
H A Dcamellia.c276 * adjusting n accordingly, e.g. RotLeft128(s1,s2,s3,s0,n-32).
288 register u32 s0, s1, s2, s3; in Camellia_Ekeygen() local
290 k[0] = s0 = GETU32(rawKey); in Camellia_Ekeygen()
296 k[8] = s0 = GETU32(rawKey + 16); in Camellia_Ekeygen()
299 k[10] = s2 = ~s0; in Camellia_Ekeygen()
305 s0 ^= k[0], s1 ^= k[1], s2 ^= k[2], s3 ^= k[3]; in Camellia_Ekeygen()
309 Camellia_Feistel(s0, s1, s2, s3, SIGMA + 0); in Camellia_Ekeygen()
310 Camellia_Feistel(s2, s3, s0, s1, SIGMA + 2); in Camellia_Ekeygen()
312 s0 ^= k[0], s1 ^= k[1], s2 ^= k[2], s3 ^= k[3]; in Camellia_Ekeygen()
313 Camellia_Feistel(s0, s1, s2, s3, SIGMA + 4); in Camellia_Ekeygen()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dvelintrin_approx.h13 float s0; in _vel_approx_vfdivs_vvvl() local
16 s0 = 1.0; in _vel_approx_vfdivs_vvvl()
17 v4 = _vel_vfnmsbs_vsvvl(s0, v1, v5, l); in _vel_approx_vfdivs_vvvl()
28 float s0; in _vel_approx_pvfdiv_vvvl() local
31 s0 = 1.0; in _vel_approx_pvfdiv_vvvl()
32 v4 = _vel_pvfnmsb_vsvvl(s0, v1, v5, l); in _vel_approx_pvfdiv_vvvl()
42 static inline __vr _vel_approx_vfdivs_vsvl(float s0, __vr v0, int l) { in _vel_approx_vfdivs_vsvl() argument
49 v1 = _vel_vfmuls_vsvl(s0, v2, l); in _vel_approx_vfdivs_vsvl()
50 v3 = _vel_vfnmsbs_vsvvl(s0, v1, v0, l); in _vel_approx_vfdivs_vsvl()
52 v3 = _vel_vfnmsbs_vsvvl(s0, v1, v0, l); in _vel_approx_vfdivs_vsvl()
[all …]
/freebsd/crypto/openssl/crypto/aes/asm/
H A Daes-armv4.pl59 $s0="r0";
217 ldrb $s0,[$rounds,#3] @ load input data in endian-neutral
221 orr $s0,$s0,$t1,lsl#8
223 orr $s0,$s0,$t2,lsl#16
225 orr $s0,$s0,$t3,lsl#24
246 ldr $s0,[$rounds,#0]
251 rev $s0,$s0
262 rev $s0,$s0
267 str $s0,[$rounds,#0]
272 mov $t1,$s0,lsr#24 @ write output in endian-neutral
[all …]
H A Daes-s390x.pl117 $s0="%r8";
273 llgf $s0,0($inp)
282 st $s0,0($out)
295 x $s0,0($key)
305 sllg $t1,$s0,`0+3`
306 srlg $t2,$s0,`8-3`
307 srlg $t3,$s0,`16-3`
308 srl $s0,`24-3`
309 nr $s0,$mask
323 l $s0,0($s0,$tbl) # Te0[s0>>24]
[all …]
H A Daes-ppc.pl86 $s0="r8";
379 lwz $s0,0($inp)
389 rotlwi $s0,$t0,8
393 rlwimi $s0,$t0,24,0,7
397 rlwimi $s0,$t0,24,16,23
408 rotlwi $t0,$s0,8
412 rlwimi $t0,$s0,24,0,7
416 rlwimi $t0,$s0,24,16,23
426 stw $s0,0($out)
446 lbz $s0,3($inp)
[all …]
H A Daes-ia64.S55 t0=r32; s0=r33;
90 // s0-s3
92 // Output: r16,r20,r24,r28 as s0-s3
111 { .mmi; xor s0=s0,t0
124 (p0) and te30=s0,maskff // 0/1:s0&0xff
125 (p0) shr.u te00=s0,twenty4 };; // 0/0:s0>>24
127 (p0) shladd te33=te33,3,te3 // 1/0:te0+s0>>24
130 (p0) shladd te30=te30,3,te3 // 1/1:te3+s0
134 (p0) extr.u te20=s0,8,8 } // 2/2:s0>>8&0xff
135 { .mmi; (p0) ld4 te30=[te30] // 2/1:te3[s0]
[all …]
H A Daes-mips.pl50 ($s0,$s1,$s2,$s3,$s4,$s5,$s6,$s7,$s8,$s9,$s10,$s11)=map("\$$_",(12..23));
66 # ($s0,$s1,$s2,$s3,$s4,$s5,$s6,$s7)=map("\$$_",(16..23));
123 my ($inp,$out,$key,$Tbl,$s0,$s1,$s2,$s3)=($a0,$a1,$a2,$a3,$a4,$a5,$a6,$a7);
143 xor $s0,$t0
154 ext $i3,$s0,16,8
160 ext $i2,$s0,8,8
161 lwxs $t3,$i3($Tbl) # Te1[s0>>16]
167 ext $i1,$s0,0,8
168 lwxs $t6,$i2($Tbl) # Te2[s0>>8]
174 ext $i0,$s0,24,8
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DStringSwitch.h90 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, T Value) { in Cases() argument
91 return Case(S0, Value).Case(S1, Value); in Cases()
94 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, in Cases() argument
96 return Case(S0, Value).Cases(S1, S2, Value); in Cases()
99 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, in Cases() argument
101 return Case(S0, Value).Cases(S1, S2, S3, Value); in Cases()
104 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, in Cases() argument
106 return Case(S0, Value).Cases(S1, S2, S3, S4, Value); in Cases()
109 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, in Cases() argument
112 return Case(S0, Valu in Cases()
115 Cases(StringLiteral S0,StringLiteral S1,StringLiteral S2,StringLiteral S3,StringLiteral S4,StringLiteral S5,StringLiteral S6,T Value) Cases() argument
121 Cases(StringLiteral S0,StringLiteral S1,StringLiteral S2,StringLiteral S3,StringLiteral S4,StringLiteral S5,StringLiteral S6,StringLiteral S7,T Value) Cases() argument
127 Cases(StringLiteral S0,StringLiteral S1,StringLiteral S2,StringLiteral S3,StringLiteral S4,StringLiteral S5,StringLiteral S6,StringLiteral S7,StringLiteral S8,T Value) Cases() argument
134 Cases(StringLiteral S0,StringLiteral S1,StringLiteral S2,StringLiteral S3,StringLiteral S4,StringLiteral S5,StringLiteral S6,StringLiteral S7,StringLiteral S8,StringLiteral S9,T Value) Cases() argument
163 CasesLower(StringLiteral S0,StringLiteral S1,T Value) CasesLower() argument
167 CasesLower(StringLiteral S0,StringLiteral S1,StringLiteral S2,T Value) CasesLower() argument
172 CasesLower(StringLiteral S0,StringLiteral S1,StringLiteral S2,StringLiteral S3,T Value) CasesLower() argument
177 CasesLower(StringLiteral S0,StringLiteral S1,StringLiteral S2,StringLiteral S3,StringLiteral S4,T Value) CasesLower() argument
[all...]
/freebsd/crypto/openssl/crypto/sm3/asm/
H A Dsm3-armv8.pl28 # Input: s0, s1, s2, s3
29 # s0 = w0 | w1 | w2 | w3
35 my $s0 = shift;
46 ext $vtmp1.16b, $s0.16b, $s1.16b, #12
49 sm3partw1 $s4.4s, $s0.4s, $s3.4s
60 # vw - for sm3tt1ab, vw = s0 eor s1
61 # s0 - for sm3tt2ab, just be s0
71 my $s0 = shift;
78 sm3tt2$ab $vstate1.4s, $vtmp.4s, $s0.4s[$i]
90 my $s0 = shift;
[all …]
/freebsd/share/doc/usd/12.vi/vi/
H A Dvi.chars41 characters are presented in their order in the \s-2ASCII\s0 character
81 Equivalent to \fB:f\fR\s-2CR\s0, printing the current file, whether
85 .iP "^H (\fR\s-2BS\s0\fP)" 15
93 .iP "^I\ (\fR\s-2TAB\s0\fP)" 15
100 .iP "^J\ (\fR\s-2LF\s0\fP)" 15
108 The \s-2ASCII\s0 formfeed character, this causes the screen to be cleared
113 .iP "^M\ (\fR\s-2CR\s0\fP)" 15
116 During an insert, a \s-2CR\s0 causes the insert to continue onto
176 Same as \fB:stop\fP\s-2CR\s0.
178 .iP "^[\ (\fR\s-2ESC\s0\fP)" 15
[all …]
H A Dvi.in109 The financial support of an \s-2IBM\s0 Graduate Fellowship and the
232 the keys \fB:q\fR (colon and the q key) and then hit the \s-2RETURN\s0 key.
240 here, try sending an interrupt to it by hitting the \s-2DEL\s0 or \s-2RUB\s0
260 in \s-2SMALL CAPITALS\s0.
289 Special characters: \s-2ESC\s0, \s-2CR\s0 and \s-2DEL\s0
292 find them right now. Look on your keyboard for a key labelled \s-2ESC\s0
293 or \s-2ALT\s0. It should be near the upper left corner of your terminal.
300 Partially formed commands are cancelled by \s-2ESC\s0, and when you insert
302 with \s-2ESC\s0. This key is a fairly
306 The \s-2CR\s0 or \s-2RETURN\s0 key is important because it is used
[all …]
/freebsd/contrib/bearssl/src/symcipher/
H A Dchacha20_sse2.c92 __m128i s0, s1, s2, s3; in br_chacha20_sse2_run() local
95 s0 = cw; in br_chacha20_sse2_run()
104 s0 = _mm_add_epi32(s0, s1); in br_chacha20_sse2_run()
105 s3 = _mm_xor_si128(s3, s0); in br_chacha20_sse2_run()
116 s0 = _mm_add_epi32(s0, s1); in br_chacha20_sse2_run()
117 s3 = _mm_xor_si128(s3, s0); in br_chacha20_sse2_run()
137 s0 = _mm_add_epi32(s0, s1); in br_chacha20_sse2_run()
138 s3 = _mm_xor_si128(s3, s0); in br_chacha20_sse2_run()
149 s0 = _mm_add_epi32(s0, s1); in br_chacha20_sse2_run()
150 s3 = _mm_xor_si128(s3, s0); in br_chacha20_sse2_run()
[all …]
H A Daes_big_enc.c92 uint32_t s0, s1, s2, s3; in br_aes_big_encrypt() local
97 s0 = br_dec32be(buf); in br_aes_big_encrypt()
101 s0 ^= skey[0]; in br_aes_big_encrypt()
108 v0 = SboxExt0(s0 >> 24) in br_aes_big_encrypt()
115 ^ SboxExt3(s0 & 0xFF); in br_aes_big_encrypt()
118 ^ SboxExt2((s0 >> 8) & 0xFF) in br_aes_big_encrypt()
121 ^ SboxExt1((s0 >> 16) & 0xFF) in br_aes_big_encrypt()
124 s0 = v0; in br_aes_big_encrypt()
128 s0 ^= skey[u << 2]; in br_aes_big_encrypt()
133 t0 = ((uint32_t)S[s0 >> 24] << 24) in br_aes_big_encrypt()
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_mips64.S12 sd $s0,32($sp)
21 move $s0,$gp
37 move $gp,$s0
46 ld $s0,32($sp)
64 sd $s0,32($sp)
73 move $s0,$gp
89 move $gp,$s0
98 ld $s0,32($sp)
116 sd $s0,40($sp)
125 move $s0,$gp
[all …]
/freebsd/share/doc/usd/04.csh/
H A Dcsh.g40 is in the \s-2UNIX\s0 User Reference manual in section 1.
114 specifies a shorter or different name for a \s-2UNIX\s0
128 Commands in \s-2UNIX\s0 receive a list of
212 Most commands in \s-2UNIX\s0 are not built into the shell,
257 command is used to change the shell which you use on \s-2UNIX\s0.
269 The next time you log in to \s-2UNIX\s0 after doing this command,
285 a directory within the \s-2UNIX\s0 system, is called a
294 The convention on \s-2UNIX\s0 is that the first word of a
329 characters, are produced by holding down the \s-2CONTROL\s0 key
331 the \s-2SHIFT\s0 key is used to produce upper case characters. Thus
[all …]
H A Dcsh.154 of \s-2INTERLISP\s0.
59 are designed more for the interactive \s-2UNIX\s0 user.
61 \s-2UNIX\s0
84 \s-2UNIX\s0.
94 in interacting with the \s-2UNIX\s0 system.
97 of the \s-2UNIX\s0 User Reference Manual.
108 the shell and \s-2UNIX\s0.
140 \s-2UNIX\s0
154 in the \s-2UNIX\s0 system consist of a list of strings or
223 This is the essential pattern of all interaction with \s-2UNIX\s0
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DMergedLoadStoreMotion.cpp115 PHINode *getPHIOperand(BasicBlock *BB, StoreInst *S0, StoreInst *S1);
118 bool canSinkStoresAndGEPs(StoreInst *S0, StoreInst *S1) const;
209 /// Create a PHI node in BB for the operands of S0 and S1
211 PHINode *MergedLoadStoreMotion::getPHIOperand(BasicBlock *BB, StoreInst *S0, in getPHIOperand() argument
214 Value *Opd1 = S0->getValueOperand(); in getPHIOperand()
221 NewPN->applyMergedLocation(S0->getDebugLoc(), S1->getDebugLoc()); in getPHIOperand()
222 NewPN->addIncoming(Opd1, S0->getParent()); in getPHIOperand()
230 bool MergedLoadStoreMotion::canSinkStoresAndGEPs(StoreInst *S0, in canSinkStoresAndGEPs() argument
232 if (S0->getPointerOperand() == S1->getPointerOperand()) in canSinkStoresAndGEPs()
234 auto *GEP0 = dyn_cast<GetElementPtrInst>(S0->getPointerOperand()); in canSinkStoresAndGEPs()
[all …]
/freebsd/crypto/openssl/crypto/sha/asm/
H A Dsha256-c64xplus.pl34 ($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,$S0
181 XOR $t1a,$S0,$S0 ; Sigma0(a)
186 || ADD $S0,$Maj,$T2 ; T2 = Sigma0(a) + Maj(a,b,c)
[all …]
/freebsd/contrib/elftoolchain/elfcopy/
H A Dsegments.c105 struct section *s, *s0; in adjust_addr() local
236 s0 = s->seg->v_sec[i]; in adjust_addr()
237 s0->vma -= dl; in adjust_addr()
240 s0->name, (uintmax_t) s0->vma); in adjust_addr()
242 if (s0 == s) in adjust_addr()
246 s0 = s->seg->v_sec[i]; in adjust_addr()
247 s0->off += dl; in adjust_addr()
250 s0->name, (uintmax_t) s0->off); in adjust_addr()
270 s0 = s->seg->v_sec[i]; in adjust_addr()
271 s0->vma += dl; in adjust_addr()
[all …]
/freebsd/sys/crypto/aesni/
H A Daesni_ccm.c196 int counter = 1; /* S0 has 0, S1 has 1 */ in AES_CCM_encrypt()
199 __m128i s0, rolling_mac, s_x, staging_block; in AES_CCM_encrypt() local
217 s0 = _mm_setzero_si128(); in AES_CCM_encrypt()
222 /* s0 has flags, nonce, and then 0 */ in AES_CCM_encrypt()
223 byte_ptr = (uint8_t*)&s0; in AES_CCM_encrypt()
230 bcopy(&s0, &s_x, sizeof(s0)); in AES_CCM_encrypt()
259 s0 = AESNI_ENC(s0, key, nr); in AES_CCM_encrypt()
260 staging_block = _mm_xor_si128(s0, rolling_mac); in AES_CCM_encrypt()
262 explicit_bzero(&s0, sizeof(s0)); in AES_CCM_encrypt()
292 __m128i s0, size_t nonce_length, __m128i *macp, in decrypt_loop() argument
[all …]
/freebsd/share/doc/usd/11.vitut/
H A Dedittut.ms41 \f3\s+2Edit: A Tutorial\s0\f1
85 \s+2\f3Contents\f1\s0
152 \s+2Introduction\s0
191 other features of \s-2UNIX\s0 will be very important to your work.
214 \s-2UNIX\s0 is a special type of program,
220 is the name of the \s-2UNIX\s0 text editor you will be learning to use,
226 Each \s-2UNIX\s0 account is allotted
235 You may create a file during one \s-2UNIX\s0 session,
251 you use the name of that file in a \s-2UNIX\s0 command,
270 \s+2Session 1\s0
[all …]

12345678910>>...24