Home
last modified time | relevance | path

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

12345

/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A 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 …]
H A Dia64-opc.h66 #define F4 IA64_OPND_F4 macro
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A 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 …]
H A Dia64-opc.h66 #define F4 IA64_OPND_F4 macro
/netbsd-src/common/lib/libc/hash/rmd160/
H A Drmd160.c99 #define F4(x, y, z) ((x) ^ ((y) | (~z))) macro
277 R(b, c, d, e, a, F4, K4, 9, 4); in RMD160Transform()
278 R(a, b, c, d, e, F4, K4, 15, 0); in RMD160Transform()
279 R(e, a, b, c, d, F4, K4, 5, 5); in RMD160Transform()
280 R(d, e, a, b, c, F4, K4, 11, 9); in RMD160Transform()
281 R(c, d, e, a, b, F4, K4, 6, 7); in RMD160Transform()
282 R(b, c, d, e, a, F4, K4, 8, 12); in RMD160Transform()
283 R(a, b, c, d, e, F4, K4, 13, 2); in RMD160Transform()
284 R(e, a, b, c, d, F4, K4, 12, 10); in RMD160Transform()
285 R(d, e, a, b, c, F4, K4, 5, 14); in RMD160Transform()
[all …]
/netbsd-src/crypto/external/bsd/netpgp/dist/src/netpgpverify/
H A Drmd160.c81 #define F4(x, y, z) ((x) ^ ((y) | (~z))) macro
255 R(b, c, d, e, a, F4, K4, 9, 4); in netpgpv_RMD160Transform()
256 R(a, b, c, d, e, F4, K4, 15, 0); in netpgpv_RMD160Transform()
257 R(e, a, b, c, d, F4, K4, 5, 5); in netpgpv_RMD160Transform()
258 R(d, e, a, b, c, F4, K4, 11, 9); in netpgpv_RMD160Transform()
259 R(c, d, e, a, b, F4, K4, 6, 7); in netpgpv_RMD160Transform()
260 R(b, c, d, e, a, F4, K4, 8, 12); in netpgpv_RMD160Transform()
261 R(a, b, c, d, e, F4, K4, 13, 2); in netpgpv_RMD160Transform()
262 R(e, a, b, c, d, F4, K4, 12, 10); in netpgpv_RMD160Transform()
263 R(d, e, a, b, c, F4, K4, 5, 14); in netpgpv_RMD160Transform()
[all …]
/netbsd-src/external/bsd/openldap/dist/libraries/liblutil/
H A Dmd5.c204 #define F4(x, y, z) (y ^ (x | ~z)) macro
281 MD5STEP(F4, a, b, c, d, in[ 0]+0xf4292244, 6); in lutil_MD5Transform()
282 MD5STEP(F4, d, a, b, c, in[ 7]+0x432aff97, 10); in lutil_MD5Transform()
283 MD5STEP(F4, c, d, a, b, in[14]+0xab9423a7, 15); in lutil_MD5Transform()
284 MD5STEP(F4, b, c, d, a, in[ 5]+0xfc93a039, 21); in lutil_MD5Transform()
285 MD5STEP(F4, a, b, c, d, in[12]+0x655b59c3, 6); in lutil_MD5Transform()
286 MD5STEP(F4, d, a, b, c, in[ 3]+0x8f0ccc92, 10); in lutil_MD5Transform()
287 MD5STEP(F4, c, d, a, b, in[10]+0xffeff47d, 15); in lutil_MD5Transform()
288 MD5STEP(F4, b, c, d, a, in[ 1]+0x85845dd1, 21); in lutil_MD5Transform()
289 MD5STEP(F4, a, b, c, d, in[ 8]+0x6fa87e4f, 6); in lutil_MD5Transform()
[all …]
/netbsd-src/external/bsd/wpa/dist/src/crypto/
H A 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 …]
/netbsd-src/external/gpl3/gcc.old/dist/libiberty/
H A Dsha1.c283 #define F4(B,C,D) (B ^ C ^ D) macro
391 R( a, b, c, d, e, F4, K4, M(60) ); in sha1_process_block()
392 R( e, a, b, c, d, F4, K4, M(61) ); in sha1_process_block()
393 R( d, e, a, b, c, F4, K4, M(62) ); in sha1_process_block()
394 R( c, d, e, a, b, F4, K4, M(63) ); in sha1_process_block()
395 R( b, c, d, e, a, F4, K4, M(64) ); in sha1_process_block()
396 R( a, b, c, d, e, F4, K4, M(65) ); in sha1_process_block()
397 R( e, a, b, c, d, F4, K4, M(66) ); in sha1_process_block()
398 R( d, e, a, b, c, F4, K4, M(67) ); in sha1_process_block()
399 R( c, d, e, a, b, F4, K4, M(68) ); in sha1_process_block()
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/libiberty/
H A Dsha1.c279 #define F4(B,C,D) (B ^ C ^ D) macro
387 R( a, b, c, d, e, F4, K4, M(60) ); in sha1_process_block()
388 R( e, a, b, c, d, F4, K4, M(61) ); in sha1_process_block()
389 R( d, e, a, b, c, F4, K4, M(62) ); in sha1_process_block()
390 R( c, d, e, a, b, F4, K4, M(63) ); in sha1_process_block()
391 R( b, c, d, e, a, F4, K4, M(64) ); in sha1_process_block()
392 R( a, b, c, d, e, F4, K4, M(65) ); in sha1_process_block()
393 R( e, a, b, c, d, F4, K4, M(66) ); in sha1_process_block()
394 R( d, e, a, b, c, F4, K4, M(67) ); in sha1_process_block()
395 R( c, d, e, a, b, F4, K4, M(68) ); in sha1_process_block()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libiberty/
H A Dsha1.c283 #define F4(B,C,D) (B ^ C ^ D) macro
391 R( a, b, c, d, e, F4, K4, M(60) ); in sha1_process_block()
392 R( e, a, b, c, d, F4, K4, M(61) ); in sha1_process_block()
393 R( d, e, a, b, c, F4, K4, M(62) ); in sha1_process_block()
394 R( c, d, e, a, b, F4, K4, M(63) ); in sha1_process_block()
395 R( b, c, d, e, a, F4, K4, M(64) ); in sha1_process_block()
396 R( a, b, c, d, e, F4, K4, M(65) ); in sha1_process_block()
397 R( e, a, b, c, d, F4, K4, M(66) ); in sha1_process_block()
398 R( d, e, a, b, c, F4, K4, M(67) ); in sha1_process_block()
399 R( c, d, e, a, b, F4, K4, M(68) ); in sha1_process_block()
[all …]
/netbsd-src/external/gpl3/binutils/dist/libiberty/
H A Dsha1.c284 #define F4(B,C,D) (B ^ C ^ D) macro
392 R( a, b, c, d, e, F4, K4, M(60) ); in sha1_process_block()
393 R( e, a, b, c, d, F4, K4, M(61) ); in sha1_process_block()
394 R( d, e, a, b, c, F4, K4, M(62) ); in sha1_process_block()
395 R( c, d, e, a, b, F4, K4, M(63) ); in sha1_process_block()
396 R( b, c, d, e, a, F4, K4, M(64) ); in sha1_process_block()
397 R( a, b, c, d, e, F4, K4, M(65) ); in sha1_process_block()
398 R( e, a, b, c, d, F4, K4, M(66) ); in sha1_process_block()
399 R( d, e, a, b, c, F4, K4, M(67) ); in sha1_process_block()
400 R( c, d, e, a, b, F4, K4, M(68) ); in sha1_process_block()
[all …]
/netbsd-src/sys/arch/x68k/dev/
H A Dkbdmap.c.ascii126 S, 0x1F, /* F4 */
240 S, 0x6F, /* shift F4 */
273 4, ESC, '[', '3', '~', /* 0x1F: F4 */
289 5, ESC, '[', '1', '3', '~', /* 0x6F: shift F4 */
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/
H A 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> {
H A 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]>;
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/ripemd/
H A Drmd_local.h53 #define F4(x,y,z) ((((x) ^ (y)) & (z)) ^ (y)) macro
80 a+=F4(b,c,d)+X(w)+K; \
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/ripemd/
H A Drmd_local.h53 #define F4(x,y,z) ((((x) ^ (y)) & (z)) ^ (y)) macro
80 a+=F4(b,c,d)+X(w)+K; \
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A 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]>>>,
/netbsd-src/external/bsd/pcc/dist/pcc/arch/sparc64/
H A Dmacdefs.h157 #define F4 35 macro
249 { F0, F1, -1 }, { F2, F3, -1 }, { F4, F5, -1 }, \
/netbsd-src/sys/external/bsd/gnu-efi/dist/inc/ia64/
H A Defisetjmp_arch.h11 UINT64 F4[2]; member
/netbsd-src/external/bsd/file/dist/tests/
H A DMakefile.am158 zstd-v0.8-F4.result \
159 zstd-v0.8-F4.testfile \
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man1/
H A Dopenssl-genrsa.pod.in26 [B<-F4>]
65 =item B<-F4>, B<-f4>, B<-3>
/netbsd-src/external/mpl/mozilla-certdata/dist/
H A Dcertdata.txt83 # Fingerprint (SHA1): B1:BC:96:8B:D4:F4:9D:62:2A:A8:9A:81:F2:15:01:52:A4:1D:82:9C
179 # Fingerprint (SHA1): B1:BC:96:8B:D4:F4:9D:62:2A:A8:9A:81:F2:15:01:52:A4:1D:82:9C
513 # Fingerprint (SHA-256): 73:C1:76:43:4F:1B:C6:D5:AD:F4:5B:0E:76:E7:27:28:7C:8D:E5:76:16:C1:E6:E6:14:1A:2B:2C:BC:7D:8E:4C
639 # Fingerprint (SHA-256): 73:C1:76:43:4F:1B:C6:D5:AD:F4:5B:0E:76:E7:27:28:7C:8D:E5:76:16:C1:E6:E6:14:1A:2B:2C:BC:7D:8E:4C
804 # Fingerprint (SHA-256): D7:A7:A0:FB:5D:7E:27:31:D7:71:E9:48:4E:BC:DE:F7:1D:5F:0C:3E:0A:29:48:78:2B:C8:3E:E0:EA:69:9E:F4
916 # Fingerprint (SHA-256): D7:A7:A0:FB:5D:7E:27:31:D7:71:E9:48:4E:BC:DE:F7:1D:5F:0C:3E:0A:29:48:78:2B:C8:3E:E0:EA:69:9E:F4
1123 # Fingerprint (SHA-256): 18:F1:FC:7F:20:5D:F8:AD:DD:EB:7F:E0:07:DD:57:E3:AF:37:5A:9C:4D:8D:73:54:6B:F4:F1:FE:D1:E1:8D:35
1268 # Fingerprint (SHA-256): 18:F1:FC:7F:20:5D:F8:AD:DD:EB:7F:E0:07:DD:57:E3:AF:37:5A:9C:4D:8D:73:54:6B:F4:F1:FE:D1:E1:8D:35
2041 # Fingerprint (SHA-256): 74:31:E5:F4:C3:C1:CE:46:90:77:4F:0B:61:E0:54:40:88:3B:A9:A0:1E:D0:0B:A6:AB:D7:80:6E:D3:B1:18:CF
2145 # Fingerprint (SHA-256): 74:31:E5:F4
[all...]
/netbsd-src/external/gpl3/gcc/dist/libphobos/testsuite/libphobos.hash/
H A Dtest_hash.d265 enum F4 : E4 { a = E4.init, } in issue22024()
266 assert(hashOf(E4.init) == hashOf(F4.init)); in issue22024()
267 assert(hashOf(E4.init, 1) == hashOf(F4.init, 1)); in issue22024()
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/certs/
H A DembeddedSCTs3.sct11 3A:95:0B:BE:F4:98:75:D4:CA:49:97:FD:25:2E:E3:78:

12345