Searched refs:F2 (Results 1 - 25 of 48) sorted by relevance

12

/freebsd-12-stable/contrib/binutils/opcodes/
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},
101 {"fmin.s0", f, OpXbX6Sf (0, 0, 0x14, 0), {F1, F2, F3}, EMPTY},
102 {"fmin", f, OpXbX6Sf (0, 0, 0x14, 0), {F1, F2, F3}, PSEUDO, 0, NULL},
103 {"fmin.s1", f, OpXbX6Sf (0, 0, 0x14, 1), {F1, F2, F3}, EMPTY},
104 {"fmin.s2", f, OpXbX6Sf (0, 0, 0x14, 2), {F1, F2, F3}, EMPTY},
105 {"fmin.s3", f, OpXbX6Sf (0, 0, 0x14, 3), {F1, F2, F
[all...]
H A Dia64-opc-m.c160 {"chk.s", M0, OpX3 (1, 3), {F2, TGT25b}, EMPTY},
507 {"getf.sig", M, OpMXX6a (4, 0, 1, 0x1c), {R1, F2}, EMPTY},
508 {"getf.exp", M, OpMXX6a (4, 0, 1, 0x1d), {R1, F2}, EMPTY},
509 {"getf.s", M, OpMXX6a (4, 0, 1, 0x1e), {R1, F2}, EMPTY},
510 {"getf.d", M, OpMXX6a (4, 0, 1, 0x1f), {R1, F2}, EMPTY},
806 {"stfs", M, OpMXX6aHint (6, 0, 0, 0x32, 0), {MR3, F2}, EMPTY},
807 {"stfs.nta", M, OpMXX6aHint (6, 0, 0, 0x32, 3), {MR3, F2}, EMPTY},
808 {"stfd", M, OpMXX6aHint (6, 0, 0, 0x33, 0), {MR3, F2}, EMPTY},
809 {"stfd.nta", M, OpMXX6aHint (6, 0, 0, 0x33, 3), {MR3, F2}, EMPTY},
810 {"stf8", M, OpMXX6aHint (6, 0, 0, 0x31, 0), {MR3, F2}, EMPT
[all...]
H A Dia64-opc.h65 #define F2 IA64_OPND_F2 macro
H A Dsparc-opc.c1110 brx(bop, F2(0, 1)|(mask), F2(~0, ~1)|((~mask)&COND(~0)), F_DELAYED|(flags)), /* v9 */ \
1111 br(bop, F2(0, 2)|(mask), F2(~0, ~2)|((~mask)&COND(~0)), F_DELAYED|(flags)), \
1158 brr(bop, F2(0, 3)|COND(mask), F2(~0, ~3)|COND(~(mask)), (flags)) /* v9 */
1401 FBRX(fop, F2(0, 5)|COND(mask), F2(~0, ~5)|COND(~(mask)), flags), /* v9 */ \
1402 FBR(fop, F2(0, 6)|COND(mask), F2(~
[all...]
/freebsd-12-stable/usr.bin/join/
H A Djoin.c122 INPUT *F1, *F2; local
129 F2 = &input2;
137 F1->unpair = F2->unpair = 1;
147 if ((F2->joinf = strtol(optarg, &end, 10)) < 1)
151 --F2->joinf;
160 F2->unpair = 1;
173 if ((F1->joinf = F2->joinf =
179 --F2->joinf;
199 F2->unpair = 1;
229 F2
434 joinlines(INPUT *F1, INPUT *F2) argument
488 outtwoline(INPUT *F1, LINE *lp1, INPUT *F2, LINE *lp2) argument
[all...]
/freebsd-12-stable/contrib/wpa/src/crypto/
H A Dmd4-internal.c185 #define F2(x, y, z) ((x & y) | (x & z) | (y & z)) macro
236 MD4STEP(F2, a, b, c, d, in[ 0] + 0x5a827999, 3);
237 MD4STEP(F2, d, a, b, c, in[ 4] + 0x5a827999, 5);
238 MD4STEP(F2, c, d, a, b, in[ 8] + 0x5a827999, 9);
239 MD4STEP(F2, b, c, d, a, in[12] + 0x5a827999, 13);
240 MD4STEP(F2, a, b, c, d, in[ 1] + 0x5a827999, 3);
241 MD4STEP(F2, d, a, b, c, in[ 5] + 0x5a827999, 5);
242 MD4STEP(F2, c, d, a, b, in[ 9] + 0x5a827999, 9);
243 MD4STEP(F2, b, c, d, a, in[13] + 0x5a827999, 13);
244 MD4STEP(F2,
[all...]
H A Dmd5-internal.c195 #define F2(x, y, z) F1(z, x, y) macro
234 MD5STEP(F2, a, b, c, d, in[1] + 0xf61e2562, 5);
235 MD5STEP(F2, d, a, b, c, in[6] + 0xc040b340, 9);
236 MD5STEP(F2, c, d, a, b, in[11] + 0x265e5a51, 14);
237 MD5STEP(F2, b, c, d, a, in[0] + 0xe9b6c7aa, 20);
238 MD5STEP(F2, a, b, c, d, in[5] + 0xd62f105d, 5);
239 MD5STEP(F2, d, a, b, c, in[10] + 0x02441453, 9);
240 MD5STEP(F2, c, d, a, b, in[15] + 0xd8a1e681, 14);
241 MD5STEP(F2, b, c, d, a, in[4] + 0xe7d3fbc8, 20);
242 MD5STEP(F2,
[all...]
/freebsd-12-stable/contrib/ntp/lib/isc/
H A Dmd5.c107 #define F2(x, y, z) F1(z, x, y) macro
147 MD5STEP(F2, a, b, c, d, in[1] + 0xf61e2562, 5);
148 MD5STEP(F2, d, a, b, c, in[6] + 0xc040b340, 9);
149 MD5STEP(F2, c, d, a, b, in[11] + 0x265e5a51, 14);
150 MD5STEP(F2, b, c, d, a, in[0] + 0xe9b6c7aa, 20);
151 MD5STEP(F2, a, b, c, d, in[5] + 0xd62f105d, 5);
152 MD5STEP(F2, d, a, b, c, in[10] + 0x02441453, 9);
153 MD5STEP(F2, c, d, a, b, in[15] + 0xd8a1e681, 14);
154 MD5STEP(F2, b, c, d, a, in[4] + 0xe7d3fbc8, 20);
155 MD5STEP(F2,
[all...]
/freebsd-12-stable/crypto/openssh/openbsd-compat/
H A Dmd5.c143 #define F2(x, y, z) F1(z, x, y) macro
195 MD5STEP(F2, a, b, c, d, in[ 1] + 0xf61e2562, 5);
196 MD5STEP(F2, d, a, b, c, in[ 6] + 0xc040b340, 9);
197 MD5STEP(F2, c, d, a, b, in[11] + 0x265e5a51, 14);
198 MD5STEP(F2, b, c, d, a, in[ 0] + 0xe9b6c7aa, 20);
199 MD5STEP(F2, a, b, c, d, in[ 5] + 0xd62f105d, 5);
200 MD5STEP(F2, d, a, b, c, in[10] + 0x02441453, 9);
201 MD5STEP(F2, c, d, a, b, in[15] + 0xd8a1e681, 14);
202 MD5STEP(F2, b, c, d, a, in[ 4] + 0xe7d3fbc8, 20);
203 MD5STEP(F2,
[all...]
H A Drmd160.c80 #define F2(x, y, z) (((x) | (~y)) ^ (z)) macro
225 R(d, e, a, b, c, F2, K2, 11, 3);
226 R(c, d, e, a, b, F2, K2, 13, 10);
227 R(b, c, d, e, a, F2, K2, 6, 14);
228 R(a, b, c, d, e, F2, K2, 7, 4);
229 R(e, a, b, c, d, F2, K2, 14, 9);
230 R(d, e, a, b, c, F2, K2, 9, 15);
231 R(c, d, e, a, b, F2, K2, 13, 8);
232 R(b, c, d, e, a, F2, K2, 15, 1);
233 R(a, b, c, d, e, F2, K
[all...]
/freebsd-12-stable/crypto/openssl/crypto/cast/asm/
H A Dcast-586.pl40 @F2=("xor","sub","add");
97 &E_CAST( 1,$S,$R,$L,$K,@F2,$tmp1,$tmp2,$tmp3,$tmp4);
100 &E_CAST( 4,$S,$L,$R,$K,@F2,$tmp1,$tmp2,$tmp3,$tmp4);
103 &E_CAST( 7,$S,$R,$L,$K,@F2,$tmp1,$tmp2,$tmp3,$tmp4);
106 &E_CAST(10,$S,$L,$R,$K,@F2,$tmp1,$tmp2,$tmp3,$tmp4);
113 &E_CAST(13,$S,$R,$L,$K,@F2,$tmp1,$tmp2,$tmp3,$tmp4);
119 &E_CAST(13,$S,$L,$R,$K,@F2,$tmp1,$tmp2,$tmp3,$tmp4);
123 &E_CAST(10,$S,$R,$L,$K,@F2,$tmp1,$tmp2,$tmp3,$tmp4);
126 &E_CAST( 7,$S,$L,$R,$K,@F2,$tmp1,$tmp2,$tmp3,$tmp4);
129 &E_CAST( 4,$S,$R,$L,$K,@F2,
[all...]
/freebsd-12-stable/sys/opencrypto/
H A Drmd160.c79 #define F2(x, y, z) (((x) | (~y)) ^ (z)) macro
216 R(d, e, a, b, c, F2, K2, 11, 3);
217 R(c, d, e, a, b, F2, K2, 13, 10);
218 R(b, c, d, e, a, F2, K2, 6, 14);
219 R(a, b, c, d, e, F2, K2, 7, 4);
220 R(e, a, b, c, d, F2, K2, 14, 9);
221 R(d, e, a, b, c, F2, K2, 9, 15);
222 R(c, d, e, a, b, F2, K2, 13, 8);
223 R(b, c, d, e, a, F2, K2, 15, 1);
224 R(a, b, c, d, e, F2, K
[all...]
H A Dcast.c30 #define F2(l, r, i) \ macro
53 F2(r, l, 1);
56 F2(l, r, 4);
59 F2(r, l, 7);
62 F2(l, r, 10);
67 F2(r, l, 13);
101 F2(r, l, 13);
105 F2(l, r, 10);
108 F2(r, l, 7);
111 F2(
[all...]
/freebsd-12-stable/contrib/binutils/include/opcode/
H A Darm.h185 #define ARM_MERGE_FEATURE_SETS(TARG,F1,F2) \
187 (TARG).core = (F1).core | (F2).core; \
188 (TARG).coproc = (F1).coproc | (F2).coproc; \
191 #define ARM_CLEAR_FEATURE(TARG,F1,F2) \
193 (TARG).core = (F1).core &~ (F2).core; \
194 (TARG).coproc = (F1).coproc &~ (F2).coproc; \
H A Dsparc.h201 #define F2(x, y) (OP (x) | OP2(y)) /* Format 2 insns. */ macro
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DFunctionComparator.h95 FunctionComparator(const Function *F1, const Function *F2, argument
97 : FnL(F1), FnR(F2), GlobalNumbers(GN) {}
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
H A DFileUtilities.cpp199 MemoryBuffer &F2 = *F2OrErr.get(); local
203 const char *File2Start = F2.getBufferStart();
205 const char *File2End = F2.getBufferEnd();
209 uint64_t B_size = F2.getBufferSize();
/freebsd-12-stable/contrib/netbsd-tests/lib/semaphore/
H A Dsem.c319 #define F2(name, a, b) int _ksem_##name(a, b); \ macro
321 F2(init, unsigned int, intptr_t *);
328 F2(getvalue, intptr_t, unsigned int *);
329 F2(timedwait, intptr_t, const struct timespec *);
/freebsd-12-stable/crypto/openssl/crypto/ripemd/
H A Drmd_local.h48 * Transformed F2 and F4 are courtesy of Wei Dai
51 #define F2(x,y,z) ((((y) ^ (z)) & (x)) ^ (z)) macro
70 a+=F2(b,c,d)+X(w)+K; \
/freebsd-12-stable/sys/mips/include/
H A Dregnum.h137 #define F2 (FPBASE+2) macro
/freebsd-12-stable/lib/libmd/
H A Drmd_locl.h179 #define F2(x,y,z) (((x)&(y))|((~x)&z)) macro
198 a+=F2(b,c,d)+X[w]+K; \
/freebsd-12-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-12-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.h73 const std::unique_ptr<llvm::pdb::PDBSymbolFunc> &F2);
75 const std::unique_ptr<llvm::pdb::PDBSymbolData> &F2);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DMergeFunctions.cpp349 Function *F2 = cast<Function>(*J); local
350 int Res1 = FunctionComparator(F1, F2, &GlobalNumbers).compare();
351 int Res2 = FunctionComparator(F2, F1, &GlobalNumbers).compare();
353 // If F1 <= F2, then F2 >= F1, otherwise report failure.
357 dbgs() << *F1 << '\n' << *F2 << '\n'; local
372 int Res4 = FunctionComparator(F2, F3, &GlobalNumbers).compare();
377 // F1 > F2, F2 > F3 => F1 > F3
380 // F1 > F3, F3 > F2
[all...]
/freebsd-12-stable/contrib/googletest/googlemock/include/gmock/
H A Dgmock-actions.h68 template <typename F1, typename F2>
414 template <typename F1, typename F2>
508 // Allows an Action<F2> object to pose as an Action<F1>, as long as F2
510 template <typename F1, typename F2>
516 explicit ActionAdaptor(const Action<F2>& from) : impl_(from.impl_) {}
523 const internal::linked_ptr<ActionInterface<F2> > impl_;

Completed in 305 milliseconds

12