Searched refs:F3 (Results 1 - 25 of 29) sorted by relevance

12

/freebsd-11-stable/contrib/binutils/opcodes/
H A Dsparc-opc.c171 { opcode, F3(2, op3, 0), F3(~2, ~op3, ~0)|ASI(~0), "1,2,d", 0, arch_mask }, \
172 { opcode, F3(2, op3, 1), F3(~2, ~op3, ~1), "1,i,d", 0, arch_mask }, \
173 { opcode, F3(2, op3, 1), F3(~2, ~op3, ~1), "i,1,d", 0, arch_mask }
177 { "ld", F3(3, 0x00, 0), F3(~3, ~0x00, ~0), "[1+2],d", 0, v6 },
178 { "ld", F3(3, 0x00, 0), F3(~
[all...]
H A Dia64-opc-f.c89 {"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}, EMPT
[all...]
H A Dia64-opc.h66 #define F3 IA64_OPND_F3 macro
/freebsd-11-stable/contrib/ntp/lib/isc/
H A Dmd5.c108 #define F3(x, y, z) (x ^ y ^ z) macro
164 MD5STEP(F3, a, b, c, d, in[5] + 0xfffa3942, 4);
165 MD5STEP(F3, d, a, b, c, in[8] + 0x8771f681, 11);
166 MD5STEP(F3, c, d, a, b, in[11] + 0x6d9d6122, 16);
167 MD5STEP(F3, b, c, d, a, in[14] + 0xfde5380c, 23);
168 MD5STEP(F3, a, b, c, d, in[1] + 0xa4beea44, 4);
169 MD5STEP(F3, d, a, b, c, in[4] + 0x4bdecfa9, 11);
170 MD5STEP(F3, c, d, a, b, in[7] + 0xf6bb4b60, 16);
171 MD5STEP(F3, b, c, d, a, in[10] + 0xbebfbc70, 23);
172 MD5STEP(F3,
[all...]
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dmd5.c144 #define F3(x, y, z) (x ^ y ^ z) macro
212 MD5STEP(F3, a, b, c, d, in[ 5] + 0xfffa3942, 4);
213 MD5STEP(F3, d, a, b, c, in[ 8] + 0x8771f681, 11);
214 MD5STEP(F3, c, d, a, b, in[11] + 0x6d9d6122, 16);
215 MD5STEP(F3, b, c, d, a, in[14] + 0xfde5380c, 23);
216 MD5STEP(F3, a, b, c, d, in[ 1] + 0xa4beea44, 4);
217 MD5STEP(F3, d, a, b, c, in[ 4] + 0x4bdecfa9, 11);
218 MD5STEP(F3, c, d, a, b, in[ 7] + 0xf6bb4b60, 16);
219 MD5STEP(F3, b, c, d, a, in[10] + 0xbebfbc70, 23);
220 MD5STEP(F3,
[all...]
H A Drmd160.c81 #define F3(x, y, z) (((x) & (z)) | ((y) & (~z))) macro
242 R(c, d, e, a, b, F3, K3, 11, 1);
243 R(b, c, d, e, a, F3, K3, 12, 9);
244 R(a, b, c, d, e, F3, K3, 14, 11);
245 R(e, a, b, c, d, F3, K3, 15, 10);
246 R(d, e, a, b, c, F3, K3, 14, 0);
247 R(c, d, e, a, b, F3, K3, 15, 8);
248 R(b, c, d, e, a, F3, K3, 9, 12);
249 R(a, b, c, d, e, F3, K3, 8, 4);
250 R(e, a, b, c, d, F3, K
[all...]
/freebsd-11-stable/contrib/wpa/src/crypto/
H A Dmd5-internal.c196 #define F3(x, y, z) (x ^ y ^ z) macro
251 MD5STEP(F3, a, b, c, d, in[5] + 0xfffa3942, 4);
252 MD5STEP(F3, d, a, b, c, in[8] + 0x8771f681, 11);
253 MD5STEP(F3, c, d, a, b, in[11] + 0x6d9d6122, 16);
254 MD5STEP(F3, b, c, d, a, in[14] + 0xfde5380c, 23);
255 MD5STEP(F3, a, b, c, d, in[1] + 0xa4beea44, 4);
256 MD5STEP(F3, d, a, b, c, in[4] + 0x4bdecfa9, 11);
257 MD5STEP(F3, c, d, a, b, in[7] + 0xf6bb4b60, 16);
258 MD5STEP(F3, b, c, d, a, in[10] + 0xbebfbc70, 23);
259 MD5STEP(F3,
[all...]
H A Dmd4-internal.c186 #define F3(x, y, z) (x ^ y ^ z) macro
253 MD4STEP(F3, a, b, c, d, in[ 0] + 0x6ed9eba1, 3);
254 MD4STEP(F3, d, a, b, c, in[ 8] + 0x6ed9eba1, 9);
255 MD4STEP(F3, c, d, a, b, in[ 4] + 0x6ed9eba1, 11);
256 MD4STEP(F3, b, c, d, a, in[12] + 0x6ed9eba1, 15);
257 MD4STEP(F3, a, b, c, d, in[ 2] + 0x6ed9eba1, 3);
258 MD4STEP(F3, d, a, b, c, in[10] + 0x6ed9eba1, 9);
259 MD4STEP(F3, c, d, a, b, in[ 6] + 0x6ed9eba1, 11);
260 MD4STEP(F3, b, c, d, a, in[14] + 0x6ed9eba1, 15);
261 MD4STEP(F3,
[all...]
/freebsd-11-stable/crypto/openssl/crypto/cast/asm/
H A Dcast-586.pl28 @F3=("sub","add","xor");
83 &E_CAST( 2,$S,$L,$R,$K,@F3,$tmp1,$tmp2,$tmp3,$tmp4);
86 &E_CAST( 5,$S,$R,$L,$K,@F3,$tmp1,$tmp2,$tmp3,$tmp4);
89 &E_CAST( 8,$S,$L,$R,$K,@F3,$tmp1,$tmp2,$tmp3,$tmp4);
92 &E_CAST(11,$S,$R,$L,$K,@F3,$tmp1,$tmp2,$tmp3,$tmp4);
99 &E_CAST(14,$S,$L,$R,$K,@F3,$tmp1,$tmp2,$tmp3,$tmp4);
103 &E_CAST(14,$S,$R,$L,$K,@F3,$tmp1,$tmp2,$tmp3,$tmp4);
107 &E_CAST(11,$S,$L,$R,$K,@F3,$tmp1,$tmp2,$tmp3,$tmp4);
110 &E_CAST( 8,$S,$R,$L,$K,@F3,$tmp1,$tmp2,$tmp3,$tmp4);
113 &E_CAST( 5,$S,$L,$R,$K,@F3,
[all...]
/freebsd-11-stable/sys/opencrypto/
H A Drmd160.c80 #define F3(x, y, z) (((x) & (z)) | ((y) & (~z))) macro
233 R(c, d, e, a, b, F3, K3, 11, 1);
234 R(b, c, d, e, a, F3, K3, 12, 9);
235 R(a, b, c, d, e, F3, K3, 14, 11);
236 R(e, a, b, c, d, F3, K3, 15, 10);
237 R(d, e, a, b, c, F3, K3, 14, 0);
238 R(c, d, e, a, b, F3, K3, 15, 8);
239 R(b, c, d, e, a, F3, K3, 9, 12);
240 R(a, b, c, d, e, F3, K3, 8, 4);
241 R(e, a, b, c, d, F3, K
[all...]
H A Dcast.c34 #define F3(l, r, i) \ macro
54 F3(l, r, 2);
57 F3(r, l, 5);
60 F3(l, r, 8);
63 F3(r, l, 11);
68 F3(l, r, 14);
100 F3(l, r, 14);
104 F3(r, l, 11);
107 F3(l, r, 8);
110 F3(
[all...]
/freebsd-11-stable/crypto/openssl/crypto/ripemd/
H A Drmd_locl.h104 # define F3(x,y,z) (((x)|(~y))^(z))
113 # define F3(x,y,z) (((~(y)) | (x)) ^ (z)) macro
137 a+=F3(b,c,d)+X(w)+K; \
/freebsd-11-stable/contrib/binutils/include/opcode/
H A Dsparc.h202 #define F3(x, y, z) (OP (x) | OP3(y) | F3I(z)) /* Format3 insns. */ macro
/freebsd-11-stable/sys/mips/include/
H A Dregnum.h136 #define F3 (FPBASE+3) macro
/freebsd-11-stable/lib/libmd/
H A Drmd_locl.h180 #define F3(x,y,z) (((x)|(~y))^(z)) macro
203 a+=F3(b,c,d)+X[w]+K; \
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCCallingConv.cpp87 PPC::F1, PPC::F2, PPC::F3, PPC::F4, PPC::F5, PPC::F6, PPC::F7,
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DX86RecognizableInstr.h78 MAP(F3, 115) \
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DMergeFunctions.cpp370 Function *F3 = cast<Function>(*K); local
371 int Res3 = FunctionComparator(F1, F3, &GlobalNumbers).compare();
372 int Res4 = FunctionComparator(F2, F3, &GlobalNumbers).compare();
377 // F1 > F2, F2 > F3 => F1 > F3
380 // F1 > F3, F3 > F2 => F1 > F2
383 // F2 > F3, F3 > F1 => F2 > F1
392 dbgs() << *F1 << '\n' << *F2 << '\n' << *F3 << '\ local
[all...]
/freebsd-11-stable/sys/crypto/
H A Dsha1.c63 #define F3(b, c, d) (((b) ^ (c)) ^ (d)) macro
161 tmp = S(5, a) + F3(b, c, d) + e + W(s) + K(t);
/freebsd-11-stable/contrib/gdb/gdb/
H A Dsparc-stub.c115 F0, F1, F2, F3, F4, F5, F6, F7, enumerator in enum:regnames
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsAsmPrinter.cpp969 EmitMovFPIntPair(STI, MovOpc, Mips::A0, Mips::A1, Mips::F2, Mips::F3, LE);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Sparc/Disassembler/
H A DSparcDisassembler.cpp71 SP::F0, SP::F1, SP::F2, SP::F3,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp139 Sparc::F0, Sparc::F1, Sparc::F2, Sparc::F3,
/freebsd-11-stable/sys/contrib/edk2/Include/Library/
H A DBaseLib.h47 UINT64 F3[2]; member in struct:__anon6003
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-sparc.c3217 #define INSN_OR F3(2, 0x2, 0)

Completed in 401 milliseconds

12