Searched refs:F4 (Results 1 - 21 of 21) sorted by relevance

/freebsd-11-stable/contrib/binutils/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}, PSEUD
[all...]
H A Dia64-opc.h67 #define F4 IA64_OPND_F4 macro
/freebsd-11-stable/contrib/ntp/lib/isc/
H A Dmd5.c109 #define F4(x, y, z) (y ^ (x | ~z)) macro
181 MD5STEP(F4, a, b, c, d, in[0] + 0xf4292244, 6);
182 MD5STEP(F4, d, a, b, c, in[7] + 0x432aff97, 10);
183 MD5STEP(F4, c, d, a, b, in[14] + 0xab9423a7, 15);
184 MD5STEP(F4, b, c, d, a, in[5] + 0xfc93a039, 21);
185 MD5STEP(F4, a, b, c, d, in[12] + 0x655b59c3, 6);
186 MD5STEP(F4, d, a, b, c, in[3] + 0x8f0ccc92, 10);
187 MD5STEP(F4, c, d, a, b, in[10] + 0xffeff47d, 15);
188 MD5STEP(F4, b, c, d, a, in[1] + 0x85845dd1, 21);
189 MD5STEP(F4,
[all...]
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dmd5.c145 #define F4(x, y, z) (y ^ (x | ~z)) macro
229 MD5STEP(F4, a, b, c, d, in[ 0] + 0xf4292244, 6);
230 MD5STEP(F4, d, a, b, c, in[7 ] + 0x432aff97, 10);
231 MD5STEP(F4, c, d, a, b, in[14] + 0xab9423a7, 15);
232 MD5STEP(F4, b, c, d, a, in[5 ] + 0xfc93a039, 21);
233 MD5STEP(F4, a, b, c, d, in[12] + 0x655b59c3, 6);
234 MD5STEP(F4, d, a, b, c, in[3 ] + 0x8f0ccc92, 10);
235 MD5STEP(F4, c, d, a, b, in[10] + 0xffeff47d, 15);
236 MD5STEP(F4, b, c, d, a, in[1 ] + 0x85845dd1, 21);
237 MD5STEP(F4,
[all...]
H A Drmd160.c82 #define F4(x, y, z) ((x) ^ ((y) | (~z))) macro
259 R(b, c, d, e, a, F4, K4, 9, 4);
260 R(a, b, c, d, e, F4, K4, 15, 0);
261 R(e, a, b, c, d, F4, K4, 5, 5);
262 R(d, e, a, b, c, F4, K4, 11, 9);
263 R(c, d, e, a, b, F4, K4, 6, 7);
264 R(b, c, d, e, a, F4, K4, 8, 12);
265 R(a, b, c, d, e, F4, K4, 13, 2);
266 R(e, a, b, c, d, F4, K4, 12, 10);
267 R(d, e, a, b, c, F4, K
[all...]
/freebsd-11-stable/contrib/wpa/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);
269 MD5STEP(F4, d, a, b, c, in[7] + 0x432aff97, 10);
270 MD5STEP(F4, c, d, a, b, in[14] + 0xab9423a7, 15);
271 MD5STEP(F4, b, c, d, a, in[5] + 0xfc93a039, 21);
272 MD5STEP(F4, a, b, c, d, in[12] + 0x655b59c3, 6);
273 MD5STEP(F4, d, a, b, c, in[3] + 0x8f0ccc92, 10);
274 MD5STEP(F4, c, d, a, b, in[10] + 0xffeff47d, 15);
275 MD5STEP(F4, b, c, d, a, in[1] + 0x85845dd1, 21);
276 MD5STEP(F4,
[all...]
/freebsd-11-stable/sys/opencrypto/
H A Drmd160.c81 #define F4(x, y, z) ((x) ^ ((y) | (~z))) macro
250 R(b, c, d, e, a, F4, K4, 9, 4);
251 R(a, b, c, d, e, F4, K4, 15, 0);
252 R(e, a, b, c, d, F4, K4, 5, 5);
253 R(d, e, a, b, c, F4, K4, 11, 9);
254 R(c, d, e, a, b, F4, K4, 6, 7);
255 R(b, c, d, e, a, F4, K4, 8, 12);
256 R(a, b, c, d, e, F4, K4, 13, 2);
257 R(e, a, b, c, d, F4, K4, 12, 10);
258 R(d, e, a, b, c, F4, K
[all...]
/freebsd-11-stable/crypto/openssl/crypto/ripemd/
H A Drmd_locl.h105 # define F4(x,y,z) (((x)&(z))|((y)&(~(z))))
109 * Transformed F2 and F4 are courtesy of Wei Dai <weidai@eskimo.com>
114 # define F4(x,y,z) ((((x) ^ (y)) & (z)) ^ (y)) macro
142 a+=F4(b,c,d)+X(w)+K; \
/freebsd-11-stable/contrib/file/tests/
H A DMakefile.am34 zstd-v0.8-F4.testfile \
73 zstd-v0.8-F4.result \
H A DMakefile.in325 zstd-v0.8-F4.testfile \
364 zstd-v0.8-F4.result \
/freebsd-11-stable/sys/mips/include/
H A Dregnum.h137 #define F4 (FPBASE+4) macro
/freebsd-11-stable/lib/libmd/
H A Drmd_locl.h181 #define F4(x,y,z) (((x)&(z))|((y)&(~(z)))) macro
208 a+=F4(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,
H A DPPCISelLowering.cpp3334 static const MCPhysReg FPR[] = {PPC::F1, PPC::F2, PPC::F3, PPC::F4, PPC::F5,
3676 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.h79 MAP(F4, 116) \
/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/Sparc/Disassembler/
H A DSparcDisassembler.cpp72 SP::F4, SP::F5, SP::F6, SP::F7,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp140 Sparc::F4, Sparc::F5, Sparc::F6, Sparc::F7,
/freebsd-11-stable/sys/contrib/edk2/Include/Library/
H A DBaseLib.h48 UINT64 F4[2]; member in struct:__anon6003
/freebsd-11-stable/contrib/amd/doc/
H A Dtexinfo.tex9190 \countUTFy = "F4
9329 \DeclareUnicodeCharacter{00F4}{\^o}
9477 \DeclareUnicodeCharacter{01F4}{\'G}
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp5391 case Mips::F4: return Mips::A0;

Completed in 266 milliseconds