Searched refs:s0 (Results 51 - 75 of 165) sorted by relevance

1234567

/freebsd-11-stable/crypto/openssl/crypto/
H A Darm64cpuid.S30 sha1h s0, s0
/freebsd-11-stable/lib/libc/arm/aeabi/
H A Daeabi_vfp_double.S144 vcvt.s32.f64 s0, d0
146 ftosizd s0, d0
148 vmov r0, s0
155 vcvt.f32.f64 s0, d0
156 UNLOAD_SREG(r0, s0)
162 vmov s0, r0
163 vcvt.f64.s32 d0, s0
/freebsd-11-stable/crypto/openssl/crypto/aes/
H A Daes_x86core.c661 u32 s0, s1, s2, s3, t[4]; local
671 s0 = GETU32(in ) ^ rk[0];
679 t[0] = (u32)Te4[(s0 ) & 0xff] ^
686 (u32)Te4[(s0 >> 24) ] << 24;
689 (u32)Te4[(s0 >> 16) & 0xff] << 16 ^
692 (u32)Te4[(s0 >> 8) & 0xff] << 8 ^
717 t[0] = Te0[(s0 ) & 0xff] ^
725 Te3[(s0 >> 24) ] ^
729 Te2[(s0 >> 16) & 0xff] ^
733 Te1[(s0 >>
875 u32 s0, s1, s2, s3, t[4]; local
[all...]
/freebsd-11-stable/crypto/openssl/crypto/aes/asm/
H A Daes-sparcv9.pl64 $s0="%i0";
198 xor $t0,$s0,$s0
200 srl $s0,21,$acc0
228 sll $s0,3,$acc7 !
237 srl $s0,5,$acc10
247 srl $s0,13,$acc13
267 ld [$key+0],$s0
353 xor $acc0,$s0,$s0
[all...]
H A Daes-parisc.pl54 ($s0,$s1,$s2,$s3) = ("%r1","%r2","%r3","%r4");
102 ldw 0($inp),$s0
112 vshd $s0,$s1,$s0
125 _srm $s0,24,$acc0
126 _srm $s0,16,$acc1
128 _srm $s0,8,$acc2
133 stb $s0,3($out)
156 stw $s0,0($out)
193 xor $t0,$s0,
[all...]
H A Daes-x86_64.pl49 $s0="%eax";
96 movzb `&lo("$s0")`,$acc0
112 movzb `&hi("$s0")`,$acc2
119 shr \$16,$s0
123 movzb `&lo("$s0")`,$acc2
129 movzb `&hi("$s0")`,$acc1
138 mov 0($key),$s0
144 xor $t0,$s0
155 movzb `&lo("$s0")`,$acc0
177 movzb `&hi("$s0")`,
[all...]
H A Daes-mips.pl38 ($s0,$s1,$s2,$s3,$s4,$s5,$s6,$s7,$s8,$s9,$s10,$s11)=map("\$$_",(12..23));
54 # ($s0,$s1,$s2,$s3,$s4,$s5,$s6,$s7)=map("\$$_",(16..23));
116 my ($inp,$out,$key,$Tbl,$s0,$s1,$s2,$s3)=($a0,$a1,$a2,$a3,$a4,$a5,$a6,$a7);
136 xor $s0,$t0
147 ext $i3,$s0,16,8
153 ext $i2,$s0,8,8
154 lwxs $t3,$i3($Tbl) # Te1[s0>>16]
160 ext $i1,$s0,0,8
161 lwxs $t6,$i2($Tbl) # Te2[s0>>8]
167 ext $i0,$s0,2
[all...]
/freebsd-11-stable/lib/libiconv_modules/EUC/
H A Dcitrus_euc.c198 char *s0, *s1 = NULL; local
200 s0 = *s;
202 if (s0 == NULL) {
215 psenc->ch[0] = *s0++;
233 psenc->ch[psenc->chlen] = *s0++;
237 *s = s0;
272 *s = s0;
/freebsd-11-stable/lib/libiconv_modules/EUCTW/
H A Dcitrus_euctw.c182 char *s0; local
186 s0 = *s;
188 if (s0 == NULL) {
201 psenc->ch[0] = *s0++;
219 psenc->ch[psenc->chlen] = *s0++;
250 *s = s0;
264 *s = s0;
/freebsd-11-stable/crypto/openssl/crypto/camellia/asm/
H A Dcmll-x86.pl55 $__s0=&DWP(4,"esp"); # s0 backing store
264 &mov ($__s1,@T[1]); # s1^=LeftRotate(s0&key[0],1);
273 &mov ($__s0,@T[0]); # s0^=s1|key[1];
439 &mov ($__s1,@T[1]); # s1^=LeftRotate(s0&key[0],1);
448 &mov ($__s0,@T[0]); # s0^=s1|key[1];
806 # 0(%esp) # s0 4(%esp)
819 my ($s0,$s1,$s2,$s3) = @T;
829 &mov ($s0,&wparam(0)); # load inp
853 &mov ($_inp,$s0); # save copy of inp
866 &mov ($s0,
[all...]
/freebsd-11-stable/sys/mips/include/
H A Dregdef.h71 #define s0 $16 /* saved across subroutine calls (callee saved) */ macro
/freebsd-11-stable/contrib/wpa/src/crypto/
H A Daes-internal-enc.c25 u32 s0, s1, s2, s3, t0, t1, t2, t3; local
34 s0 = GETU32(pt ) ^ rk[0];
87 s0 = TE41(t0) ^ TE42(t1) ^ TE43(t2) ^ TE44(t3) ^ rk[0];
88 PUTU32(ct , s0);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/arm/
H A Daeabi_fcmp.S22 vmov s0, r0 SEPARATOR \
H A Dcomparesf2.S47 vmov r0, s0
224 vmov r0, s0
252 vmov s0, r0
/freebsd-11-stable/contrib/diff/src/
H A Dcmp.c333 off_t s0 = stat_buf[0].st_size - file_position (0);
335 if (s0 < 0)
336 s0 = 0;
339 if (s0 != s1 && MIN (s0, s1) < bytes)
497 char s0[5];
499 sprintc (s0, c0);
503 c0, s0, c1, s1);
527 char s0[5];
529 sprintc (s0, c
330 off_t s0 = stat_buf[0].st_size - file_position (0); local
493 char s0[5]; local
523 char s0[5]; local
[all...]
/freebsd-11-stable/lib/libiconv_modules/UES/
H A Dcitrus_ues.c191 char *s0; local
200 s0 = *s;
211 psenc->ch[psenc->chlen++] = *s0++;
218 psenc->ch[psenc->chlen++] = *s0++;
239 *s = s0;
243 psenc->ch[psenc->chlen++] = *s0++;
291 *nresult = (size_t)((wc == 0) ? 0 : (s0 - *s));
292 *s = s0;
/freebsd-11-stable/lib/libiconv_modules/GBK2K/
H A Dcitrus_gbk2k.c155 char *s0, *s1; local
159 s0 = *s;
161 if (s0 == NULL) {
193 _PUSH_PSENC(*s0++);
229 *s = s0;
237 *s = s0;
/freebsd-11-stable/lib/libiconv_modules/BIG5/
H A Dcitrus_big5.c277 char *s0; local
280 s0 = *s;
282 if (s0 == NULL) {
295 psenc->ch[0] = *s0++;
313 psenc->ch[psenc->chlen] = *s0++;
335 *s = s0;
349 *s = s0;
/freebsd-11-stable/lib/libiconv_modules/MSKanji/
H A Dcitrus_mskanji.c159 char *s0; local
163 s0 = *s;
165 if (s0 == NULL) {
178 psenc->ch[0] = *s0++;
193 psenc->ch[psenc->chlen] = *s0++;
198 *s = s0;
228 *s = s0;
/freebsd-11-stable/crypto/openssl/crypto/sha/asm/
H A Dsha512-ppc.pl458 my ($s0,$s1,$t0,$t1,$t2,$t3,$a0,$a1,$a2,$a3)=map("r$_",(0,5,6,8..12,14,15));
473 srwi $s0,$elo,$Sigma1[0]
482 insrwi $s0,$ehi,$Sigma1[0],0
492 xor $s0,$s0,$t0
499 xor $s0,$s0,$t2 ; Sigma1(e)
504 addc $hlo,$hlo,$s0 ; h+=Sigma1(e)
507 srwi $s0,$ahi,$Sigma0[1]-32
515 insrwi $s0,
[all...]
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dsha2.c311 s0 = W256[(j+1)&0x0f]; \
312 s0 = sigma0_256(s0); \
316 (W256[j&0x0f] += s1 + W256[(j+9)&0x0f] + s0); \
325 u_int32_t a, b, c, d, e, f, g, h, s0, s1; local
383 u_int32_t a, b, c, d, e, f, g, h, s0, s1; local
418 s0 = W256[(j+1)&0x0f];
419 s0 = sigma0_256(s0);
425 (W256[j&0x0f] += s1 + W256[(j+9)&0x0f] + s0);
606 u_int64_t a, b, c, d, e, f, g, h, s0, s1; local
664 u_int64_t a, b, c, d, e, f, g, h, s0, s1; local
[all...]
/freebsd-11-stable/sys/riscv/riscv/
H A Dswtch.S70 ld s0, (PCB_S + 0 * 8)(x13)
111 sd s0, (PCB_S + 0 * 8)(x13)
159 ld s0, (PCB_S + 0 * 8)(x13)
182 mv a0, s0
207 ld s0, (TF_S + 0 * 8)(sp)
256 sd s0, (PCB_S + 0 * 8)(a0)
/freebsd-11-stable/lib/libiconv_modules/UTF1632/
H A Dcitrus_utf1632.c102 char *s0; local
107 s0 = *s;
109 if (s0 == NULL) {
124 psenc->ch[chlenbak++] = *s0++;
228 *s = s0;
240 *s = s0;
/freebsd-11-stable/stand/libsa/mips/
H A D_setjmp.S64 REG_S s0, (_JB_REG_S0 * SZREG)(a0)
89 REG_L s0, (_JB_REG_S0 * SZREG)(a0)
/freebsd-11-stable/libexec/rtld-elf/riscv/
H A Drtld_start.S44 mv s0, a0 /* Put ps_strings in a callee-saved register */
56 mv a0, s0 /* Restore ps_strings */

Completed in 165 milliseconds

1234567