| /freebsd-12-stable/contrib/binutils/opcodes/ |
| D | sparc-opc.c | 169 { opcode, F3(2, op3, 0), F3(~2, ~op3, ~0)|ASI(~0), "1,2,d", 0, arch_mask }, \ 170 { opcode, F3(2, op3, 1), F3(~2, ~op3, ~1), "1,i,d", 0, arch_mask }, \ 171 { opcode, F3(2, op3, 1), F3(~2, ~op3, ~1), "i,1,d", 0, arch_mask } 175 { "ld", F3(3, 0x00, 0), F3(~3, ~0x00, ~0), "[1+2],d", 0, v6 }, 176 { "ld", F3(3, 0x00, 0), F3(~3, ~0x00, ~0)|RS2_G0, "[1],d", 0, v6 }, /* ld [rs1+%g0],d */ 177 { "ld", F3(3, 0x00, 1), F3(~3, ~0x00, ~1), "[1+i],d", 0, v6 }, 178 { "ld", F3(3, 0x00, 1), F3(~3, ~0x00, ~1), "[i+1],d", 0, v6 }, 179 { "ld", F3(3, 0x00, 1), F3(~3, ~0x00, ~1)|RS1_G0, "[i],d", 0, v6 }, 180 { "ld", F3(3, 0x00, 1), F3(~3, ~0x00, ~1)|SIMM13(~0), "[1],d", 0, v6 }, /* ld [rs1+0],d */ 181 { "ld", F3(3, 0x20, 0), F3(~3, ~0x20, ~0), "[1+2],g", 0, v6 }, [all …]
|
| D | ia64-opc-f.c | 89 {"frcpa.s0", f2, OpXbQSf (0, 1, 0, 0), {F1, P2, F2, F3}, EMPTY}, 90 {"frcpa", f2, OpXbQSf (0, 1, 0, 0), {F1, P2, F2, F3}, PSEUDO, 0, NULL}, 91 {"frcpa.s1", f2, OpXbQSf (0, 1, 0, 1), {F1, P2, F2, F3}, EMPTY}, 92 {"frcpa.s2", f2, OpXbQSf (0, 1, 0, 2), {F1, P2, F2, F3}, EMPTY}, 93 {"frcpa.s3", f2, OpXbQSf (0, 1, 0, 3), {F1, P2, F2, F3}, EMPTY}, 95 {"frsqrta.s0", f2, OpXbQSf (0, 1, 1, 0), {F1, P2, F3}, EMPTY}, 96 {"frsqrta", f2, OpXbQSf (0, 1, 1, 0), {F1, P2, F3}, PSEUDO, 0, NULL}, 97 {"frsqrta.s1", f2, OpXbQSf (0, 1, 1, 1), {F1, P2, F3}, EMPTY}, 98 {"frsqrta.s2", f2, OpXbQSf (0, 1, 1, 2), {F1, P2, F3}, EMPTY}, 99 {"frsqrta.s3", f2, OpXbQSf (0, 1, 1, 3), {F1, P2, F3}, EMPTY}, [all …]
|
| D | ia64-opc.h | 66 #define F3 IA64_OPND_F3 macro
|
| /freebsd-12-stable/contrib/wpa/src/crypto/ |
| D | md4-internal.c | 186 #define F3(x, y, z) (x ^ y ^ z) macro 253 MD4STEP(F3, a, b, c, d, in[ 0] + 0x6ed9eba1, 3); in MD4Transform() 254 MD4STEP(F3, d, a, b, c, in[ 8] + 0x6ed9eba1, 9); in MD4Transform() 255 MD4STEP(F3, c, d, a, b, in[ 4] + 0x6ed9eba1, 11); in MD4Transform() 256 MD4STEP(F3, b, c, d, a, in[12] + 0x6ed9eba1, 15); in MD4Transform() 257 MD4STEP(F3, a, b, c, d, in[ 2] + 0x6ed9eba1, 3); in MD4Transform() 258 MD4STEP(F3, d, a, b, c, in[10] + 0x6ed9eba1, 9); in MD4Transform() 259 MD4STEP(F3, c, d, a, b, in[ 6] + 0x6ed9eba1, 11); in MD4Transform() 260 MD4STEP(F3, b, c, d, a, in[14] + 0x6ed9eba1, 15); in MD4Transform() 261 MD4STEP(F3, a, b, c, d, in[ 1] + 0x6ed9eba1, 3); in MD4Transform() [all …]
|
| D | md5-internal.c | 196 #define F3(x, y, z) (x ^ y ^ z) macro 251 MD5STEP(F3, a, b, c, d, in[5] + 0xfffa3942, 4); in MD5Transform() 252 MD5STEP(F3, d, a, b, c, in[8] + 0x8771f681, 11); in MD5Transform() 253 MD5STEP(F3, c, d, a, b, in[11] + 0x6d9d6122, 16); in MD5Transform() 254 MD5STEP(F3, b, c, d, a, in[14] + 0xfde5380c, 23); in MD5Transform() 255 MD5STEP(F3, a, b, c, d, in[1] + 0xa4beea44, 4); in MD5Transform() 256 MD5STEP(F3, d, a, b, c, in[4] + 0x4bdecfa9, 11); in MD5Transform() 257 MD5STEP(F3, c, d, a, b, in[7] + 0xf6bb4b60, 16); in MD5Transform() 258 MD5STEP(F3, b, c, d, a, in[10] + 0xbebfbc70, 23); in MD5Transform() 259 MD5STEP(F3, a, b, c, d, in[13] + 0x289b7ec6, 4); in MD5Transform() [all …]
|
| /freebsd-12-stable/crypto/openssh/openbsd-compat/ |
| D | md5.c | 144 #define F3(x, y, z) (x ^ y ^ z) macro 212 MD5STEP(F3, a, b, c, d, in[ 5] + 0xfffa3942, 4); in MD5Transform() 213 MD5STEP(F3, d, a, b, c, in[ 8] + 0x8771f681, 11); in MD5Transform() 214 MD5STEP(F3, c, d, a, b, in[11] + 0x6d9d6122, 16); in MD5Transform() 215 MD5STEP(F3, b, c, d, a, in[14] + 0xfde5380c, 23); in MD5Transform() 216 MD5STEP(F3, a, b, c, d, in[ 1] + 0xa4beea44, 4); in MD5Transform() 217 MD5STEP(F3, d, a, b, c, in[ 4] + 0x4bdecfa9, 11); in MD5Transform() 218 MD5STEP(F3, c, d, a, b, in[ 7] + 0xf6bb4b60, 16); in MD5Transform() 219 MD5STEP(F3, b, c, d, a, in[10] + 0xbebfbc70, 23); in MD5Transform() 220 MD5STEP(F3, a, b, c, d, in[13] + 0x289b7ec6, 4); in MD5Transform() [all …]
|
| /freebsd-12-stable/contrib/ntp/libntp/lib/isc/ |
| D | md5.c | 108 #define F3(x, y, z) (x ^ y ^ z) macro 164 MD5STEP(F3, a, b, c, d, in[5] + 0xfffa3942, 4); in transform() 165 MD5STEP(F3, d, a, b, c, in[8] + 0x8771f681, 11); in transform() 166 MD5STEP(F3, c, d, a, b, in[11] + 0x6d9d6122, 16); in transform() 167 MD5STEP(F3, b, c, d, a, in[14] + 0xfde5380c, 23); in transform() 168 MD5STEP(F3, a, b, c, d, in[1] + 0xa4beea44, 4); in transform() 169 MD5STEP(F3, d, a, b, c, in[4] + 0x4bdecfa9, 11); in transform() 170 MD5STEP(F3, c, d, a, b, in[7] + 0xf6bb4b60, 16); in transform() 171 MD5STEP(F3, b, c, d, a, in[10] + 0xbebfbc70, 23); in transform() 172 MD5STEP(F3, a, b, c, d, in[13] + 0x289b7ec6, 4); in transform() [all …]
|
| /freebsd-12-stable/sys/opencrypto/ |
| D | rmd160.c | 80 #define F3(x, y, z) (((x) & (z)) | ((y) & (~z))) macro 233 R(c, d, e, a, b, F3, K3, 11, 1); in RMD160Transform() 234 R(b, c, d, e, a, F3, K3, 12, 9); in RMD160Transform() 235 R(a, b, c, d, e, F3, K3, 14, 11); in RMD160Transform() 236 R(e, a, b, c, d, F3, K3, 15, 10); in RMD160Transform() 237 R(d, e, a, b, c, F3, K3, 14, 0); in RMD160Transform() 238 R(c, d, e, a, b, F3, K3, 15, 8); in RMD160Transform() 239 R(b, c, d, e, a, F3, K3, 9, 12); in RMD160Transform() 240 R(a, b, c, d, e, F3, K3, 8, 4); in RMD160Transform() 241 R(e, a, b, c, d, F3, K3, 9, 13); in RMD160Transform() [all …]
|
| D | cast.c | 34 #define F3(l, r, i) \ macro 54 F3(l, r, 2); in cast_encrypt() 57 F3(r, l, 5); in cast_encrypt() 60 F3(l, r, 8); in cast_encrypt() 63 F3(r, l, 11); in cast_encrypt() 68 F3(l, r, 14); in cast_encrypt() 100 F3(l, r, 14); in cast_decrypt() 104 F3(r, l, 11); in cast_decrypt() 107 F3(l, r, 8); in cast_decrypt() 110 F3(r, l, 5); in cast_decrypt() [all …]
|
| /freebsd-12-stable/crypto/openssl/crypto/cast/asm/ |
| D | cast-586.pl | 41 @F3=("sub","add","xor"); 98 &E_CAST( 2,$S,$L,$R,$K,@F3,$tmp1,$tmp2,$tmp3,$tmp4); 101 &E_CAST( 5,$S,$R,$L,$K,@F3,$tmp1,$tmp2,$tmp3,$tmp4); 104 &E_CAST( 8,$S,$L,$R,$K,@F3,$tmp1,$tmp2,$tmp3,$tmp4); 107 &E_CAST(11,$S,$R,$L,$K,@F3,$tmp1,$tmp2,$tmp3,$tmp4); 114 &E_CAST(14,$S,$L,$R,$K,@F3,$tmp1,$tmp2,$tmp3,$tmp4); 118 &E_CAST(14,$S,$R,$L,$K,@F3,$tmp1,$tmp2,$tmp3,$tmp4); 122 &E_CAST(11,$S,$L,$R,$K,@F3,$tmp1,$tmp2,$tmp3,$tmp4); 125 &E_CAST( 8,$S,$R,$L,$K,@F3,$tmp1,$tmp2,$tmp3,$tmp4); 128 &E_CAST( 5,$S,$L,$R,$K,@F3,$tmp1,$tmp2,$tmp3,$tmp4); [all …]
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Sparc/ |
| D | SparcInstrFormats.td | 109 class F3<dag outs, dag ins, string asmstr, list<dag> pattern, 121 // Specific F3 classes: SparcV8 manual, page 44 125 : F3<outs, ins, asmstr, pattern, itin> { 145 : F3<outs, ins, asmstr, pattern, itin> { 158 : F3<outs, ins, asmstr, pattern, itin> { 171 : F3<outs, ins, asmstr, pattern, itin> { 185 : F3<outs, ins, asmstr, pattern, itin> { 198 : F3<outs, ins, asmstr, pattern, itin> { 213 : F3<outs, ins, asmstr, pattern, itin> { 329 : F3<outs, ins, asmstr, pattern, itin> {
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/ |
| D | X86InstrSNP.td | 18 // F3 0F 01 FF 37 // F3 0F 01 FE
|
| /freebsd-12-stable/crypto/openssl/crypto/ripemd/ |
| D | rmd_local.h | 52 #define F3(x,y,z) (((~(y)) | (x)) ^ (z)) macro 75 a+=F3(b,c,d)+X(w)+K; \
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| D | AArch64SchedThunderX3T110.td | 239 // 4 cycles on F2/F3. 245 // 5 cycles on F0/F1/F2/F3. 251 // 6 cycles on F0/F1/F2/F3. 257 // 7 cycles on F0/F1/F2/F3. 263 // 8 cycles on F0/F1/F2/F3. 269 // 10 cycles on F0/F1/F2/F3. 275 // 16 cycles on F0/F1/F2/F3. 282 // 23 cycles on F0/F1/F2/F3. 473 // 1 cycles on LS0/LS1 and F0/F1/F2/F3. 480 // 5 cycles on LS0/LS1 and F0/F1/F2/F3. [all …]
|
| /freebsd-12-stable/secure/caroot/trusted/ |
| D | Actalis_Authentication_Root_CA.pem | 67 52:D8:88:3A:C8:9F:78:66:ED:89:F3:7B:38:70:94:C9:02:02:36:D0 71 52:D8:88:3A:C8:9F:78:66:ED:89:F3:7B:38:70:94:C9:02:02:36:D0 105 SHA1 Fingerprint=F3:73:B3:87:06:5A:28:84:8A:F2:F3:4A:CE:19:2B:DD:C7:8E:9C:AC
|
| D | Certum_EC-384_CA.pem | 43 8D:06:66:74:24:76:3A:F3:89:F7:BC:D6:BD:47:7D:2F:BC:10:5F:4B 54 SHA1 Fingerprint=F3:3E:78:3C:AC:DF:F4:A2:CC:AC:67:55:69:56:D7:E5:16:3C:E1:ED
|
| D | SSL_com_TLS_ECC_Root_CA_2022.pem | 43 89:8F:2F:A3:E8:2B:A0:14:54:7B:F3:56:B8:26:5F:67:38:0B:9C:D0 45 89:8F:2F:A3:E8:2B:A0:14:54:7B:F3:56:B8:26:5F:67:38:0B:9C:D0
|
| D | DigiCert_Assured_ID_Root_CA.pem | 55 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
|
| D | SZAFIR_ROOT_CA2.pem | 55 2E:16:A9:4A:18:B5:CB:CC:F5:6F:50:F3:23:5F:F8:5D:E7:AC:F0:C8 73 SHA1 Fingerprint=E2:52:FA:95:3F:ED:DB:24:60:BD:6E:28:F3:9C:CC:CF:5E:B3:3F:DE
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| D | PPCCallingConv.td | 85 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]>>>,
|
| /freebsd-12-stable/lib/libmd/ |
| D | rmd_locl.h | 180 #define F3(x,y,z) (((x)|(~y))^(z)) macro 203 a+=F3(b,c,d)+X[w]+K; \
|
| /freebsd-12-stable/secure/caroot/blacklisted/ |
| D | GeoTrust_Universal_CA_2.pem | 67 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 103 SHA1 Fingerprint=37:9A:19:7B:41:85:45:35:0C:A6:03:69:F3:3C:2E:AF:47:4F:20:79
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| D | MergeFunctions.cpp | 369 Function *F3 = cast<Function>(*K); in doSanityCheck() local 370 int Res3 = FunctionComparator(F1, F3, &GlobalNumbers).compare(); in doSanityCheck() 371 int Res4 = FunctionComparator(F2, F3, &GlobalNumbers).compare(); in doSanityCheck() 391 dbgs() << *F1 << '\n' << *F2 << '\n' << *F3 << '\n'; in doSanityCheck()
|
| /freebsd-12-stable/contrib/binutils/include/opcode/ |
| D | sparc.h | 202 #define F3(x, y, z) (OP (x) | OP3(y) | F3I(z)) /* Format3 insns. */ macro
|
| /freebsd-12-stable/sys/mips/include/ |
| D | regnum.h | 138 #define F3 (FPBASE+3) macro
|