Home
last modified time | relevance | path

Searched full:s11 (Results 1 – 25 of 115) sorted by relevance

12345

/freebsd/sys/contrib/libsodium/src/libsodium/crypto_core/ed25519/ref10/
H A Ded25519_ref10.c1123 int64_t s11; in sc25519_muladd() local
1177 s11 = c11 + a0 * b11 + a1 * b10 + a2 * b9 + a3 * b8 + a4 * b7 + a5 * b6 + in sc25519_muladd()
1213 s11 += carry10; in sc25519_muladd()
1249 carry11 = (s11 + (int64_t) (1L << 20)) >> 21; in sc25519_muladd()
1251 s11 -= carry11 * ((uint64_t) 1L << 21); in sc25519_muladd()
1268 s11 += s23 * 666643; in sc25519_muladd()
1276 s11 += s22 * 470296; in sc25519_muladd()
1284 s11 += s21 * 654183; in sc25519_muladd()
1292 s11 -= s20 * 997805; in sc25519_muladd()
1300 s11 += s19 * 136657; in sc25519_muladd()
[all …]
/freebsd/lib/msun/src/
H A De_sinhl.c50 S11 = 2.5052108406704084e-8, /* 0x1ae6456857530f.0p-78 */ variable
64 S11 = 2.50521083854417187749675637460977997e-8L, /* 0x1ae64567f544e38fe59b3380d7413.0p-138L */ variable
110 RETURNI(((S17*x2 + S15)*x4 + (S13*x2 + S11))*(x2*x*x4*x4) + in sinhl()
116 S17)*x2 + S15)*x2 + S13)*x2 + S11)*x2 + S9)*x2 + S7)*x2 + in sinhl()
H A Dk_sincosl.h88 S11 = -0.38680813379701966970673724299207480965452616911420e-22, variable
118 z * (S9 + z * (S10 + z * (S11 + z * S12))))))))); in __kernel_sincosl()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonDepMask.h1054 /*Ryy32=memb_fifo(Rs32+#s11:0)*/
1060 /*Ryy32=memh_fifo(Rs32+#s11:1)*/
1066 /*Rd32=membh(Rs32+#s11:1)*/
1072 /*Rdd32=membh(Rs32+#s11:2)*/
1078 /*Rd32=memubh(Rs32+#s11:1)*/
1084 /*Rdd32=memubh(Rs32+#s11:2)*/
1090 /*Rd32=memb(Rs32+#s11:0)*/
1102 /*Rdd32=memd(Rs32+#s11:3)*/
1114 /*Rd32=memh(Rs32+#s11:1)*/
1126 /*Rd32=memw(Rs32+#s11:2)*/
[all …]
/freebsd/sys/riscv/vmm/
H A Dvmm_switch.S57 sd s11, (HYP_H_S + 11 * 8)(a0)
108 ld s11, (HYP_G_S + 11 * 8)(a0)
148 sd s11, (HYP_G_S + 11 * 8)(a0)
192 ld s11, (HYP_H_S + 11 * 8)(a0)
/freebsd/lib/msun/ld128/
H A Dk_sinl.c41 S11 = -0.38680813379701966970673724299207480965452616911420e-22, variable
52 z*(S9+z*(S10+z*(S11+z*S12))))))))); in __kernel_sinl()
/freebsd/sys/crypto/
H A Dmd4c.c44 #define S11 3 macro
193 FF (a, b, c, d, x[ 0], S11); /* 1 */ in MD4Transform()
197 FF (a, b, c, d, x[ 4], S11); /* 5 */ in MD4Transform()
201 FF (a, b, c, d, x[ 8], S11); /* 9 */ in MD4Transform()
205 FF (a, b, c, d, x[12], S11); /* 13 */ in MD4Transform()
/freebsd/sys/contrib/device-tree/Bindings/regulator/
H A Dqcom,smd-rpm-regulator.yaml61 For pm8994, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, l1, l2, l3,
65 For pm8998, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, s13, l1, l2,
69 For pma8084, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, l1, l2, l3,
H A Dqcom,smd-rpm-regulator.txt258 s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, l1, l2, l3, l4, l5,
263 s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, s13, l1, l2, l3, l4,
268 s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, l1, l2, l3, l4, l5,
/freebsd/crypto/krb5/src/plugins/preauth/spake/
H A Dedwards25519.c1063 int64_t s11 = 2097151 & (load_4(s + 28) >> 7); in x25519_sc_reduce() local
1094 s11 += s23 * 666643; in x25519_sc_reduce()
1103 s11 += s22 * 470296; in x25519_sc_reduce()
1112 s11 += s21 * 654183; in x25519_sc_reduce()
1121 s11 -= s20 * 997805; in x25519_sc_reduce()
1130 s11 += s19 * 136657; in x25519_sc_reduce()
1139 s11 -= s18 * 683901; in x25519_sc_reduce()
1149 s11 += carry10; in x25519_sc_reduce()
1167 carry11 = (s11 + (1 << 20)) >> 21; in x25519_sc_reduce()
1169 s11 -= int64_lshift21(carry11); in x25519_sc_reduce()
[all …]
/freebsd/sys/riscv/riscv/
H A Dswtch.S236 ld s11, (PCB_S + 11 * 8)(x13)
285 sd s11, (PCB_S + 11 * 8)(x13)
346 ld s11, (PCB_S + 11 * 8)(x13)
403 ld s11, (TF_S + 11 * 8)(sp)
454 sd s11, (PCB_S + 11 * 8)(a0)
H A Dexception.S78 sd s11, (TF_S + 11 * 8)(sp)
170 ld s11, (TF_S + 11 * 8)(sp)
/freebsd/sys/contrib/openzfs/module/lua/setjmp/
H A Dsetjmp_rv64g.S58 sd s11, (11 * 8)(a0)
85 ld s11, (11 * 8)(a0)
/freebsd/crypto/krb5/src/lib/crypto/builtin/md5/
H A Dmd5.c251 #define S11 7 in Transform() macro
255 FF ( a, b, c, d, in[ 0], S11, 3614090360UL); /* 1 */ in Transform()
259 FF ( a, b, c, d, in[ 4], S11, 4118548399UL); /* 5 */ in Transform()
263 FF ( a, b, c, d, in[ 8], S11, 1770035416UL); /* 9 */ in Transform()
267 FF ( a, b, c, d, in[12], S11, 1804603682UL); /* 13 */ in Transform()
/freebsd/sys/contrib/device-tree/src/arm64/qcom/
H A Dmsm8992-xiaomi-libra.dts185 /* APC1 is 3-phase, but quoting downstream, s11 is "the gang leader" */
186 VDD_APC1: s11 {
238 /* S8, S9, S10 and S11 - SPMI-managed VDD_APC */
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/riscv/
H A Dsave.S28 sw s11, 12(sp)
125 sd s11, 8(sp)
H A Drestore.S30 lw s11, 12(sp)
117 ld s11, 8(sp)
/freebsd/lib/libc/riscv/gen/
H A D_setjmp.S57 sd s11, (11 * 8)(a0)
109 ld s11, (11 * 8)(a0)
H A Dsetjmp.S71 sd s11, (11 * 8)(a0)
139 ld s11, (11 * 8)(a0)
/freebsd/sbin/ipf/ipftest/
H A Dmd5.c204 #define S11 7 in Transform() macro
208 FF ( a, b, c, d, in[ 0], S11, UL(3614090360)); /* 1 */ in Transform()
212 FF ( a, b, c, d, in[ 4], S11, UL(4118548399)); /* 5 */ in Transform()
216 FF ( a, b, c, d, in[ 8], S11, UL(1770035416)); /* 9 */ in Transform()
220 FF ( a, b, c, d, in[12], S11, UL(1804603682)); /* 13 */ in Transform()
/freebsd/crypto/openssl/crypto/ec/
H A Dcurve25519.c4633 int64_t s11 = kBottom21Bits & (load_4(s + 28) >> 7); in x25519_sc_reduce() local
4664 s11 += s23 * 666643; in x25519_sc_reduce()
4673 s11 += s22 * 470296; in x25519_sc_reduce()
4682 s11 += s21 * 654183; in x25519_sc_reduce()
4691 s11 -= s20 * 997805; in x25519_sc_reduce()
4700 s11 += s19 * 136657; in x25519_sc_reduce()
4709 s11 -= s18 * 683901; in x25519_sc_reduce()
4719 s11 += carry10; in x25519_sc_reduce()
4737 carry11 = (s11 + (1 << 20)) >> 21; in x25519_sc_reduce()
4739 s11 -= carry11 * (1 << 21); in x25519_sc_reduce()
[all …]
/freebsd/crypto/openssl/crypto/bn/asm/
H A Dmips-mont.pl37 ($s0,$s1,$s2,$s3,$s4,$s5,$s6,$s7,$s8,$s9,$s10,$s11)=map("\$$_",(12..23));
122 $m1=$s11;
161 $REG_S $s11,($FRAMESIZE-2)*$SZREG($sp)
410 $REG_L $s11,($FRAMESIZE-2)*$SZREG($sp)
/freebsd/contrib/bearssl/src/rsa/
H A Drsa_i31_keygen_inner.c245 int rounds, s7, s11; in mkprime() local
276 s11 = 0; in mkprime()
298 m11 += w11 << s11; in mkprime()
299 if (++ s11 == 10) { in mkprime()
300 s11 = 0; in mkprime()
/freebsd/crypto/openssl/crypto/sha/asm/
H A Dsha1-mips.pl37 ($s0,$s1,$s2,$s3,$s4,$s5,$s6,$s7,$s8,$s9,$s10,$s11)=map("\$$_",(12..23));
93 @X=map("\$$_",(8..23)); # a4-a7,s0-s11
362 $REG_S $s11,($FRAMESIZE-3)*$SZREG($sp)
440 $REG_L $s11,($FRAMESIZE-3)*$SZREG($sp)
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMCallingConv.td80 S9, S10, S11, S12, S13, S14, S15]>>,
100 S9, S10, S11, S12, S13, S14, S15]>>,
228 S9, S10, S11, S12, S13, S14, S15]>>,
248 S9, S10, S11, S12, S13, S14, S15]>>,

12345