Home
last modified time | relevance | path

Searched full:s12 (Results 1 – 25 of 72) sorted by relevance

123

/freebsd/sys/contrib/libsodium/src/libsodium/crypto_core/ed25519/ref10/
H A Ded25519_ref10.c1124 int64_t s12; in sc25519_muladd() local
1179 s12 = a1 * b11 + a2 * b10 + a3 * b9 + a4 * b8 + a5 * b7 + a6 * b6 + in sc25519_muladd()
1215 carry12 = (s12 + (int64_t) (1L << 20)) >> 21; in sc25519_muladd()
1217 s12 -= carry12 * ((uint64_t) 1L << 21); in sc25519_muladd()
1250 s12 += carry11; in sc25519_muladd()
1269 s12 += s23 * 470296; in sc25519_muladd()
1277 s12 += s22 * 654183; in sc25519_muladd()
1285 s12 -= s21 * 997805; in sc25519_muladd()
1293 s12 += s20 * 136657; in sc25519_muladd()
1301 s12 -= s19 * 683901; in sc25519_muladd()
[all …]
/freebsd/crypto/krb5/src/plugins/preauth/spake/
H A Dedwards25519.c1064 int64_t s12 = 2097151 & (load_4(s + 31) >> 4); in x25519_sc_reduce() local
1095 s12 += s23 * 470296; in x25519_sc_reduce()
1104 s12 += s22 * 654183; in x25519_sc_reduce()
1113 s12 -= s21 * 997805; in x25519_sc_reduce()
1122 s12 += s20 * 136657; in x25519_sc_reduce()
1131 s12 -= s19 * 683901; in x25519_sc_reduce()
1151 carry12 = (s12 + (1 << 20)) >> 21; in x25519_sc_reduce()
1153 s12 -= int64_lshift21(carry12); in x25519_sc_reduce()
1168 s12 += carry11; in x25519_sc_reduce()
1217 s0 += s12 * 666643; in x25519_sc_reduce()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEAsmPrinter.cpp297 MCOperand RegS12 = MCOperand::createReg(VE::SX12); // S12 in lowerGETTLSAddrAndEmitMCInsts()
304 // lea %s12, __tls_get_addr@plt_lo(8) in lowerGETTLSAddrAndEmitMCInsts()
305 // and %s12, %s12, (32)0 in lowerGETTLSAddrAndEmitMCInsts()
306 // lea.sl %s12, __tls_get_addr@plt_hi(%s12, %lr) in lowerGETTLSAddrAndEmitMCInsts()
307 // bsic %lr, (, %s12) in lowerGETTLSAddrAndEmitMCInsts()
/freebsd/lib/msun/ld128/
H A Dk_sinl.c42 S12 = 0.64038150078671872796678569586315881020659912139412e-25; variable
52 z*(S9+z*(S10+z*(S11+z*S12))))))))); in __kernel_sinl()
/freebsd/crypto/openssl/crypto/ec/
H A Dcurve25519.c4634 int64_t s12 = kBottom21Bits & (load_4(s + 31) >> 4); in x25519_sc_reduce() local
4665 s12 += s23 * 470296; in x25519_sc_reduce()
4674 s12 += s22 * 654183; in x25519_sc_reduce()
4683 s12 -= s21 * 997805; in x25519_sc_reduce()
4692 s12 += s20 * 136657; in x25519_sc_reduce()
4701 s12 -= s19 * 683901; in x25519_sc_reduce()
4721 carry12 = (s12 + (1 << 20)) >> 21; in x25519_sc_reduce()
4723 s12 -= carry12 * (1 << 21); in x25519_sc_reduce()
4738 s12 += carry11; in x25519_sc_reduce()
4787 s0 += s12 * 666643; in x25519_sc_reduce()
[all …]
/freebsd/sys/crypto/
H A Dmd4c.c45 #define S12 7 macro
194 FF (d, a, b, c, x[ 1], S12); /* 2 */ in MD4Transform()
198 FF (d, a, b, c, x[ 5], S12); /* 6 */ in MD4Transform()
202 FF (d, a, b, c, x[ 9], S12); /* 10 */ in MD4Transform()
206 FF (d, a, b, c, x[13], S12); /* 14 */ 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,
H A Dqcom,rpmh-regulator.txt82 - vdd-s12-supply
H A Dqcom,spmi-regulator.txt215 s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, l1, l2, l3, l4, l5,
/freebsd/crypto/krb5/src/lib/crypto/builtin/md5/
H A Dmd5.c252 #define S12 12 in Transform() macro
256 FF ( d, a, b, c, in[ 1], S12, 3905402710UL); /* 2 */ in Transform()
260 FF ( d, a, b, c, in[ 5], S12, 1200080426UL); /* 6 */ in Transform()
264 FF ( d, a, b, c, in[ 9], S12, 2336552879UL); /* 10 */ in Transform()
268 FF ( d, a, b, c, in[13], S12, 4254626195UL); /* 14 */ in Transform()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCInstrFormats.td381 // |B[2-0] | 1| 0| subop| F|B[5-3] |S12[5-0] |S12[11-6] |
386 bits<12> S12;
394 let Inst{11-6} = S12{5-0};
395 let Inst{5-0} = S12{11-6};
401 // |B[2-0] | 1| 0| subop| F|B[5-3] |S12[5-0] |S12[11-6] |
406 bits<12> S12;
414 let Inst{11-6} = S12{5-0};
415 let Inst{5-0} = S12{11-6};
H A DARCInstrInfo.td214 (ins GPR32:$in, immS<12>:$S12),
215 !strconcat(opasm, "\t$B, $in, $S12"),
220 (ins GPR32:$in, immS<12>:$S12),
221 !strconcat(opasm, ".f\t$B, $in, $S12"),
369 (outs GPR32:$B), (ins immS<12>:$S12),
370 "mov\t$B, $S12",
371 [(set GPR32:$B, immS<12>:$S12)]>;
/freebsd/sbin/ipf/ipftest/
H A Dmd5.c205 #define S12 12 in Transform() macro
209 FF ( d, a, b, c, in[ 1], S12, UL(3905402710)); /* 2 */ in Transform()
213 FF ( d, a, b, c, in[ 5], S12, UL(1200080426)); /* 6 */ in Transform()
217 FF ( d, a, b, c, in[ 9], S12, UL(2336552879)); /* 10 */ in Transform()
221 FF ( d, a, b, c, in[13], S12, UL(4254626195)); /* 14 */ in Transform()
/freebsd/lib/msun/src/
H A Dk_sincosl.h89 S12 = 0.64038150078671872796678569586315881020659912139412e-25; variable
118 z * (S9 + z * (S10 + z * (S11 + z * S12))))))))); in __kernel_sincosl()
/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]>>,
H A DARMRegisterInfo.td108 def S12 : ARMFReg<12, "s12">; def S13 : ARMFReg<13, "s13">;
127 def D6 : ARMReg< 6, "d6", [S12, S13]>, DwarfRegNum<[262]>;
/freebsd/usr.bin/vgrind/
H A Dtmac.vgrind23 \f2\s12\h'\\n(.lu-\w'\\*(=f'u'\\*(=f\fP\s0\h'|0u'
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DVE.h104 {{"s12", "outer"}, "sx12"}, in getGCCRegAliases()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonDepMask.h130 /*if (!Pu4) Rd32=#s12*/
136 /*if (Pu4) Rd32=#s12*/
142 /*if (!Pu4.new) Rd32=#s12*/
148 /*if (Pu4.new) Rd32=#s12*/
2716 /*if (!Pu4) Rd32=#s12*/
2722 /*if (Pu4) Rd32=#s12*/
2728 /*if (!Pu4.new) Rd32=#s12*/
2734 /*if (Pu4.new) Rd32=#s12*/
H A DHexagonRegisterInfo.td301 def S12 : Rs<12, "s12">, DwarfRegNum<[156]>;
380 def S13_12 : Rss<12, "s13:12", [S12, S13]>, DwarfRegNum<[156]>;
600 S11, S12, S13, S14, S15,
/freebsd/sbin/pfctl/
H A Dpf.os405 S12:64:1:48:M*,N,N,S: Windows:98::Windows 98
440 S12:128:1:48:M*,N,N,S: Windows:XP:SP1:Windows XP SP1
579 S12:64:1:44:M1460: @Checkpoint:::Checkpoint (unknown 1)
580 S12:64:1:48:N,N,S,M1460: @Checkpoint:::Checkpoint (unknown 2)
660 S12:64:0:44:M1452: AXIS:5600:v5.64:AXIS Printer Server 5600 v5.64
/freebsd/sys/contrib/device-tree/src/arm64/qcom/
H A Dmsm8992-bullhead-rev-101.dts81 /* S1, S2, S6 and S12 are managed by RPMPD */
H A Dmsm8992-lg-bullhead.dtsi89 /* S1, S2, S6 and S12 are managed by RPMPD */
/freebsd/share/doc/papers/kernmalloc/
H A Dappendix.ms23 \f2\s12\h'\\n(.lu-\w'\\*(=f'u'\\*(=f\fP\s0\h'|0u'

123