Home
last modified time | relevance | path

Searched refs:F4 (Results 1 – 25 of 105) sorted by relevance

12345

/freebsd-12-stable/contrib/binutils/opcodes/
Dia64-opc-f.c468 {"fmpy.s0", f, OpXaSfF2 (0x8, 0, 0, 0), {F1, F3, F4}, PSEUDO, 0, NULL},
469 {"fmpy", f, OpXaSfF2 (0x8, 0, 0, 0), {F1, F3, F4}, PSEUDO, 0, NULL},
470 {"fmpy.s1", f, OpXaSfF2 (0x8, 0, 1, 0), {F1, F3, F4}, PSEUDO, 0, NULL},
471 {"fmpy.s2", f, OpXaSfF2 (0x8, 0, 2, 0), {F1, F3, F4}, PSEUDO, 0, NULL},
472 {"fmpy.s3", f, OpXaSfF2 (0x8, 0, 3, 0), {F1, F3, F4}, PSEUDO, 0, NULL},
473 {"fmpy.s.s0", f, OpXaSfF2 (0x8, 1, 0, 0), {F1, F3, F4}, PSEUDO, 0, NULL},
474 {"fmpy.s", f, OpXaSfF2 (0x8, 1, 0, 0), {F1, F3, F4}, PSEUDO, 0, NULL},
475 {"fmpy.s.s1", f, OpXaSfF2 (0x8, 1, 1, 0), {F1, F3, F4}, PSEUDO, 0, NULL},
476 {"fmpy.s.s2", f, OpXaSfF2 (0x8, 1, 2, 0), {F1, F3, F4}, PSEUDO, 0, NULL},
477 {"fmpy.s.s3", f, OpXaSfF2 (0x8, 1, 3, 0), {F1, F3, F4}, PSEUDO, 0, NULL},
[all …]
Dia64-opc.h67 #define F4 IA64_OPND_F4 macro
/freebsd-12-stable/crypto/openssh/openbsd-compat/
Dmd5.c145 #define F4(x, y, z) (y ^ (x | ~z)) macro
229 MD5STEP(F4, a, b, c, d, in[ 0] + 0xf4292244, 6); in MD5Transform()
230 MD5STEP(F4, d, a, b, c, in[7 ] + 0x432aff97, 10); in MD5Transform()
231 MD5STEP(F4, c, d, a, b, in[14] + 0xab9423a7, 15); in MD5Transform()
232 MD5STEP(F4, b, c, d, a, in[5 ] + 0xfc93a039, 21); in MD5Transform()
233 MD5STEP(F4, a, b, c, d, in[12] + 0x655b59c3, 6); in MD5Transform()
234 MD5STEP(F4, d, a, b, c, in[3 ] + 0x8f0ccc92, 10); in MD5Transform()
235 MD5STEP(F4, c, d, a, b, in[10] + 0xffeff47d, 15); in MD5Transform()
236 MD5STEP(F4, b, c, d, a, in[1 ] + 0x85845dd1, 21); in MD5Transform()
237 MD5STEP(F4, a, b, c, d, in[8 ] + 0x6fa87e4f, 6); in MD5Transform()
[all …]
/freebsd-12-stable/contrib/ntp/libntp/lib/isc/
Dmd5.c109 #define F4(x, y, z) (y ^ (x | ~z)) macro
181 MD5STEP(F4, a, b, c, d, in[0] + 0xf4292244, 6); in transform()
182 MD5STEP(F4, d, a, b, c, in[7] + 0x432aff97, 10); in transform()
183 MD5STEP(F4, c, d, a, b, in[14] + 0xab9423a7, 15); in transform()
184 MD5STEP(F4, b, c, d, a, in[5] + 0xfc93a039, 21); in transform()
185 MD5STEP(F4, a, b, c, d, in[12] + 0x655b59c3, 6); in transform()
186 MD5STEP(F4, d, a, b, c, in[3] + 0x8f0ccc92, 10); in transform()
187 MD5STEP(F4, c, d, a, b, in[10] + 0xffeff47d, 15); in transform()
188 MD5STEP(F4, b, c, d, a, in[1] + 0x85845dd1, 21); in transform()
189 MD5STEP(F4, a, b, c, d, in[8] + 0x6fa87e4f, 6); in transform()
[all …]
/freebsd-12-stable/sys/opencrypto/
Drmd160.c81 #define F4(x, y, z) ((x) ^ ((y) | (~z))) macro
250 R(b, c, d, e, a, F4, K4, 9, 4); in RMD160Transform()
251 R(a, b, c, d, e, F4, K4, 15, 0); in RMD160Transform()
252 R(e, a, b, c, d, F4, K4, 5, 5); in RMD160Transform()
253 R(d, e, a, b, c, F4, K4, 11, 9); in RMD160Transform()
254 R(c, d, e, a, b, F4, K4, 6, 7); in RMD160Transform()
255 R(b, c, d, e, a, F4, K4, 8, 12); in RMD160Transform()
256 R(a, b, c, d, e, F4, K4, 13, 2); in RMD160Transform()
257 R(e, a, b, c, d, F4, K4, 12, 10); in RMD160Transform()
258 R(d, e, a, b, c, F4, K4, 5, 14); in RMD160Transform()
[all …]
/freebsd-12-stable/contrib/wpa/src/crypto/
Dmd5-internal.c197 #define F4(x, y, z) (y ^ (x | ~z)) macro
268 MD5STEP(F4, a, b, c, d, in[0] + 0xf4292244, 6); in MD5Transform()
269 MD5STEP(F4, d, a, b, c, in[7] + 0x432aff97, 10); in MD5Transform()
270 MD5STEP(F4, c, d, a, b, in[14] + 0xab9423a7, 15); in MD5Transform()
271 MD5STEP(F4, b, c, d, a, in[5] + 0xfc93a039, 21); in MD5Transform()
272 MD5STEP(F4, a, b, c, d, in[12] + 0x655b59c3, 6); in MD5Transform()
273 MD5STEP(F4, d, a, b, c, in[3] + 0x8f0ccc92, 10); in MD5Transform()
274 MD5STEP(F4, c, d, a, b, in[10] + 0xffeff47d, 15); in MD5Transform()
275 MD5STEP(F4, b, c, d, a, in[1] + 0x85845dd1, 21); in MD5Transform()
276 MD5STEP(F4, a, b, c, d, in[8] + 0x6fa87e4f, 6); in MD5Transform()
[all …]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
DSparcInstrFormats.td239 class F4<bits<6> op3, dag outs, dag ins, string asmstr, list<dag> pattern,
253 : F4<op3, outs, ins, asmstr, pattern, itin> {
269 : F4<op3, outs, ins, asmstr, pattern, itin> {
285 : F4<op3, outs, ins, asmstr, pattern, itin> {
302 : F4<op3, outs, ins, asmstr, pattern, itin> {
316 : F4<op3, outs, ins, asmstr, pattern, itin> {
DSparcRegisterInfo.td167 def F4 : Rf< 4, "F4">, DwarfRegNum<[36]>;
199 def D2 : Rd< 4, "F4", [F4, F5]>, DwarfRegNum<[74]>;
269 def Q1 : Rq< 4, "F4", [D2, D3]>;
/freebsd-12-stable/crypto/openssl/crypto/ripemd/
Drmd_local.h53 #define F4(x,y,z) ((((x) ^ (y)) & (z)) ^ (y)) macro
80 a+=F4(b,c,d)+X(w)+K; \
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
DPPCCallingConv.td85 CCIfType<[f32], CCAssignToReg<[F1, F2, F3, F4, F5, F6, F7, F8]>>>,
87 CCIfType<[f64], CCAssignToReg<[F1, F2, F3, F4, F5, F6, F7, F8]>>>,
132 CCIfType<[f32, f64], CCAssignToReg<[F1, F2, F3, F4, F5, F6, F7, F8]>>
149 CCIfType<[f32], CCAssignToReg<[F1, F2, F3, F4, F5, F6, F7, F8]>>,
150 CCIfType<[f64], CCAssignToReg<[F1, F2, F3, F4, F5, F6, F7, F8]>>,
196 CCAssignToReg<[F1, F2, F3, F4, F5, F6, F7, F8]>>>,
DPPCCallingConv.cpp87 PPC::F1, PPC::F2, PPC::F3, PPC::F4, PPC::F5, PPC::F6, PPC::F7, in CC_PPC32_SVR4_Custom_AlignFPArgRegs()
/freebsd-12-stable/lib/libmd/
Drmd_locl.h181 #define F4(x,y,z) (((x)&(z))|((y)&(~(z)))) macro
208 a+=F4(b,c,d)+X[w]+K; \
/freebsd-12-stable/contrib/file/tests/
DMakefile.am123 zstd-v0.8-F4.result \
124 zstd-v0.8-F4.testfile \
/freebsd-12-stable/secure/caroot/trusted/
DDigiCert_Assured_ID_Root_CA.pem55 45:EB:A2:AF:F4:92:CB:82:31:2D:51:8B:A7:A7:21:9D:F3:6D:C8:0F
57 45:EB:A2:AF:F4:92:CB:82:31:2D:51:8B:A7:A7:21:9D:F3:6D:C8:0F
DStarfield_Class_2_CA.pem50 BF:5F:B7:D1:CE:DD:1F:86:F4:5B:55:AC:DC:D7:10:C2:0E:A9:88:E7
52 keyid:BF:5F:B7:D1:CE:DD:1F:86:F4:5B:55:AC:DC:D7:10:C2:0E:A9:88:E7
DGlobalSign_ECC_Root_CA_-_R4.pem50 SHA1 Fingerprint=6B:A0:B0:98:E1:71:EF:5A:AD:FE:48:15:80:77:10:F4:BD:6F:0B:28
DCertainly_Root_R1.pem72 E0:AA:3F:25:8D:9F:44:5C:C1:3A:E8:2E:AE:77:4C:84:3E:67:0C:F4
104 SHA1 Fingerprint=A0:50:EE:0F:28:71:F4:27:B2:12:6D:6F:50:96:25:BA:CC:86:42:AF
DAtos_TrustedRoot_Root_CA_ECC_TLS_2021.pem54 SHA1 Fingerprint=9E:BC:75:10:42:B3:02:F3:81:F4:F7:30:62:D4:8F:C3:A7:51:B2:DD
DemSign_ECC_Root_CA_-_C3.pem41 FB:5A:48:D0:80:20:40:F2:A8:E9:00:07:69:19:77:A7:E6:C3:F4:CF
DMicrosoft_ECC_Root_Certificate_Authority_2017.pem56 SHA1 Fingerprint=99:9A:64:C3:7F:F4:7D:9F:AB:95:F1:47:69:89:14:60:EE:C4:C3:C5
/freebsd-12-stable/sys/mips/include/
Dregnum.h139 #define F4 (FPBASE+4) macro
/freebsd-12-stable/share/vt/fonts/
Dterminus-b32.hex184 00F4:000000000000000000000000018003C007E00E70000000000FF01FF8381C300C300C300C300C300C300C300C300C38…
444 03F4:0000000000000000000000000FF01FF8381C300C300C300C300C300C300C3FFC3FFC300C300C300C300C300C300C38…
619 04F4:00000C300C300C300C300000300C300C300C300C300C300C300C300C300C380C1FFC0FFC000C000C000C000C000C00…
1273 28F4:0000000000000000000000000000000000000000001800180018001800000000000000001818181818181818000000…
Dvgarom-thin-8x8.hex146 00F4:7884788484847800
/freebsd-12-stable/share/ctypedef/
Dzh_TW.Big5.src939 <CJK_UNIFIED_IDEOGRAPH-63F4>;/
969 <CJK_UNIFIED_IDEOGRAPH-64F4>;/
1048 <CJK_UNIFIED_IDEOGRAPH-66F4>;/
1094 <CJK_UNIFIED_IDEOGRAPH-67F4>;/
1408 <CJK_UNIFIED_IDEOGRAPH-75F4>;/
1432 <CJK_UNIFIED_IDEOGRAPH-76F4>;/
1688 <CJK_UNIFIED_IDEOGRAPH-81F4>;/
3255 <CJK_UNIFIED_IDEOGRAPH-63F4>;/
3285 <CJK_UNIFIED_IDEOGRAPH-64F4>;/
3364 <CJK_UNIFIED_IDEOGRAPH-66F4>;/
[all …]
/freebsd-12-stable/secure/caroot/blacklisted/
DGeoTrust_Universal_CA_2.pem67 76:F3:55:E1:FA:A4:36:FB:F0:9F:5C:62:71:ED:3C:F4:47:38:10:2B
69 76:F3:55:E1:FA:A4:36:FB:F0:9F:5C:62:71:ED:3C:F4:47:38:10:2B

12345