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

/freebsd-10.2-release/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-10.2-release/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-10.2-release/contrib/wpa/src/crypto/
H A Dmd5-internal.c194 #define F4(x, y, z) (y ^ (x | ~z)) macro
265 MD5STEP(F4, a, b, c, d, in[0] + 0xf4292244, 6);
266 MD5STEP(F4, d, a, b, c, in[7] + 0x432aff97, 10);
267 MD5STEP(F4, c, d, a, b, in[14] + 0xab9423a7, 15);
268 MD5STEP(F4, b, c, d, a, in[5] + 0xfc93a039, 21);
269 MD5STEP(F4, a, b, c, d, in[12] + 0x655b59c3, 6);
270 MD5STEP(F4, d, a, b, c, in[3] + 0x8f0ccc92, 10);
271 MD5STEP(F4, c, d, a, b, in[10] + 0xffeff47d, 15);
272 MD5STEP(F4, b, c, d, a, in[1] + 0x85845dd1, 21);
273 MD5STEP(F4,
[all...]
/freebsd-10.2-release/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-10.2-release/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-10.2-release/sys/mips/include/
H A Dregnum.h134 #define F4 (FPBASE+4) macro
/freebsd-10.2-release/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-10.2-release/contrib/llvm/lib/Target/Sparc/Disassembler/
H A DSparcDisassembler.cpp88 SP::F4, SP::F5, SP::F6, SP::F7,
/freebsd-10.2-release/contrib/gdb/gdb/
H A Dsparc-stub.c115 F0, F1, F2, F3, F4, F5, F6, F7, enumerator in enum:regnames
/freebsd-10.2-release/contrib/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp99 Sparc::F4, Sparc::F5, Sparc::F6, Sparc::F7,
/freebsd-10.2-release/contrib/llvm/lib/Target/PowerPC/AsmParser/
H A DPPCAsmParser.cpp79 PPC::F4, PPC::F5, PPC::F6, PPC::F7,
/freebsd-10.2-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp1889 PPC::F1, PPC::F2, PPC::F3, PPC::F4, PPC::F5, PPC::F6, PPC::F7,
1914 PPC::F1, PPC::F2, PPC::F3, PPC::F4, PPC::F5, PPC::F6, PPC::F7,
2105 PPC::F1, PPC::F2, PPC::F3, PPC::F4, PPC::F5, PPC::F6, PPC::F7,

Completed in 119 milliseconds