Home
last modified time | relevance | path

Searched refs:F2 (Results 1 – 25 of 65) sorted by relevance

123

/mirbsd/src/gnu/usr.bin/binutils/opcodes/
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, F3}, EMPTY},
[all …]
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}, EMPTY},
[all …]
Dsparc-opc.c1097 brx(bop, F2(0, 1)|(mask), F2(~0, ~1)|((~mask)&COND(~0)), F_DELAYED|(flags)), /* v9 */ \
1098 br(bop, F2(0, 2)|(mask), F2(~0, ~2)|((~mask)&COND(~0)), F_DELAYED|(flags)), \
1145 brr(bop, F2(0, 3)|COND(mask), F2(~0, ~3)|COND(~(mask)), (flags)) /* v9 */
1388 FBRX(fop, F2(0, 5)|COND(mask), F2(~0, ~5)|COND(~(mask)), flags), /* v9 */ \
1389 FBR(fop, F2(0, 6)|COND(mask), F2(~0, ~6)|COND(~(mask)), flags), \
1390 CBR(cop, F2(0, 7)|COND(mask), F2(~0, ~7)|COND(~(mask)), flags, v6notlet)
1393 FBRX(fop, F2(0, 5)|COND(mask), F2(~0, ~5)|COND(~(mask)), flags), /* v9 */ \
1394 FBR(fop, F2(0, 6)|COND(mask), F2(~0, ~6)|COND(~(mask)), flags), \
1395 CBR(cop, F2(0, 7)|COND(mask), F2(~0, ~7)|COND(~(mask)), flags, v6)
1398 FBRX(fop, F2(0, 5)|COND(mask), F2(~0, ~5)|COND(~(mask)), flags), /* v9 */ \
[all …]
Dia64-opc.h64 #define F2 IA64_OPND_F2 macro
/mirbsd/src/usr.bin/join/
Djoin.c113 INPUT *F1, *F2; in main() local
118 F2 = &input2; in main()
126 F1->unpair = F2->unpair = 1; in main()
136 if ((F2->joinf = strtol(optarg, &end, 10)) < 1) in main()
140 --F2->joinf; in main()
149 F2->unpair = 1; in main()
162 if ((F1->joinf = F2->joinf = strtol(optarg, &end, 10)) < 1) in main()
167 --F2->joinf; in main()
185 F2->unpair = 1; in main()
215 F2->fp = stdin; in main()
[all …]
/mirbsd/src/lib/libc/hash/
Dmd4.c134 #define F2(x, y, z) ((x & y) | (x & z) | (y & z)) macro
185 MD4STEP(F2, a, b, c, d, in[ 0] + 0x5a827999, 3); in MD4Transform()
186 MD4STEP(F2, d, a, b, c, in[ 4] + 0x5a827999, 5); in MD4Transform()
187 MD4STEP(F2, c, d, a, b, in[ 8] + 0x5a827999, 9); in MD4Transform()
188 MD4STEP(F2, b, c, d, a, in[12] + 0x5a827999, 13); in MD4Transform()
189 MD4STEP(F2, a, b, c, d, in[ 1] + 0x5a827999, 3); in MD4Transform()
190 MD4STEP(F2, d, a, b, c, in[ 5] + 0x5a827999, 5); in MD4Transform()
191 MD4STEP(F2, c, d, a, b, in[ 9] + 0x5a827999, 9); in MD4Transform()
192 MD4STEP(F2, b, c, d, a, in[13] + 0x5a827999, 13); in MD4Transform()
193 MD4STEP(F2, a, b, c, d, in[ 2] + 0x5a827999, 3); in MD4Transform()
[all …]
Dmd5.c134 #define F2(x, y, z) F1(z, x, y) macro
186 MD5STEP(F2, a, b, c, d, in[ 1] + 0xf61e2562, 5); in MD5Transform()
187 MD5STEP(F2, d, a, b, c, in[ 6] + 0xc040b340, 9); in MD5Transform()
188 MD5STEP(F2, c, d, a, b, in[11] + 0x265e5a51, 14); in MD5Transform()
189 MD5STEP(F2, b, c, d, a, in[ 0] + 0xe9b6c7aa, 20); in MD5Transform()
190 MD5STEP(F2, a, b, c, d, in[ 5] + 0xd62f105d, 5); in MD5Transform()
191 MD5STEP(F2, d, a, b, c, in[10] + 0x02441453, 9); in MD5Transform()
192 MD5STEP(F2, c, d, a, b, in[15] + 0xd8a1e681, 14); in MD5Transform()
193 MD5STEP(F2, b, c, d, a, in[ 4] + 0xe7d3fbc8, 20); in MD5Transform()
194 MD5STEP(F2, a, b, c, d, in[ 9] + 0x21e1cde6, 5); in MD5Transform()
[all …]
Drmd160.c76 #define F2(x, y, z) (((x) | (~y)) ^ (z)) macro
213 R(d, e, a, b, c, F2, K2, 11, 3); in RMD160Transform()
214 R(c, d, e, a, b, F2, K2, 13, 10); in RMD160Transform()
215 R(b, c, d, e, a, F2, K2, 6, 14); in RMD160Transform()
216 R(a, b, c, d, e, F2, K2, 7, 4); in RMD160Transform()
217 R(e, a, b, c, d, F2, K2, 14, 9); in RMD160Transform()
218 R(d, e, a, b, c, F2, K2, 9, 15); in RMD160Transform()
219 R(c, d, e, a, b, F2, K2, 13, 8); in RMD160Transform()
220 R(b, c, d, e, a, F2, K2, 15, 1); in RMD160Transform()
221 R(a, b, c, d, e, F2, K2, 14, 2); in RMD160Transform()
[all …]
/mirbsd/src/sys/crypto/
Dmd5.c132 #define F2(x, y, z) F1(z, x, y) macro
184 MD5STEP(F2, a, b, c, d, in[ 1] + 0xf61e2562, 5); in MD5Transform()
185 MD5STEP(F2, d, a, b, c, in[ 6] + 0xc040b340, 9); in MD5Transform()
186 MD5STEP(F2, c, d, a, b, in[11] + 0x265e5a51, 14); in MD5Transform()
187 MD5STEP(F2, b, c, d, a, in[ 0] + 0xe9b6c7aa, 20); in MD5Transform()
188 MD5STEP(F2, a, b, c, d, in[ 5] + 0xd62f105d, 5); in MD5Transform()
189 MD5STEP(F2, d, a, b, c, in[10] + 0x02441453, 9); in MD5Transform()
190 MD5STEP(F2, c, d, a, b, in[15] + 0xd8a1e681, 14); in MD5Transform()
191 MD5STEP(F2, b, c, d, a, in[ 4] + 0xe7d3fbc8, 20); in MD5Transform()
192 MD5STEP(F2, a, b, c, d, in[ 9] + 0x21e1cde6, 5); in MD5Transform()
[all …]
Drmd160.c74 #define F2(x, y, z) (((x) | (~y)) ^ (z)) macro
215 R(d, e, a, b, c, F2, K2, 11, 3); in RMD160Transform()
216 R(c, d, e, a, b, F2, K2, 13, 10); in RMD160Transform()
217 R(b, c, d, e, a, F2, K2, 6, 14); in RMD160Transform()
218 R(a, b, c, d, e, F2, K2, 7, 4); in RMD160Transform()
219 R(e, a, b, c, d, F2, K2, 14, 9); in RMD160Transform()
220 R(d, e, a, b, c, F2, K2, 9, 15); in RMD160Transform()
221 R(c, d, e, a, b, F2, K2, 13, 8); in RMD160Transform()
222 R(b, c, d, e, a, F2, K2, 15, 1); in RMD160Transform()
223 R(a, b, c, d, e, F2, K2, 14, 2); in RMD160Transform()
[all …]
Dcast.c28 #define F2(l, r, i) \ macro
52 F2(r, l, 1); in cast_encrypt()
55 F2(l, r, 4); in cast_encrypt()
58 F2(r, l, 7); in cast_encrypt()
61 F2(l, r, 10); in cast_encrypt()
66 F2(r, l, 13); in cast_encrypt()
101 F2(r, l, 13); in cast_decrypt()
105 F2(l, r, 10); in cast_decrypt()
108 F2(r, l, 7); in cast_decrypt()
111 F2(l, r, 4); in cast_decrypt()
[all …]
/mirbsd/src/lib/libc/crypt/
Dcast.c565 #define F2(l, r, i) \ macro
589 F2(r, l, 1); in cast_encrypt()
592 F2(l, r, 4); in cast_encrypt()
595 F2(r, l, 7); in cast_encrypt()
598 F2(l, r, 10); in cast_encrypt()
603 F2(r, l, 13); in cast_encrypt()
638 F2(r, l, 13); in cast_decrypt()
642 F2(l, r, 10); in cast_decrypt()
645 F2(r, l, 7); in cast_decrypt()
648 F2(l, r, 4); in cast_decrypt()
[all …]
/mirbsd/src/gnu/usr.bin/binutils/include/opcode/
Di960.h116 #define F2 OP( 1, 0, FP, 0 ) macro
354 { R_3(0x676), "scalerl", I_FP, REG, 3, { RL, FL2,F2 } },
370 { R_3(0x690), "atanrl", I_FP, REG, 3, { FL2,FL2,F2 } },
371 { R_3(0x691), "logeprl", I_FP, REG, 3, { FL2,FL2,F2 } },
372 { R_3(0x692), "logrl", I_FP, REG, 3, { FL2,FL2,F2 } },
373 { R_3(0x693), "remrl", I_FP, REG, 3, { FL2,FL2,F2 } },
376 { R_2D(0x698), "sqrtrl", I_FP, REG, 2, { FL2,F2, 0 } },
377 { R_2D(0x699), "exprl", I_FP, REG, 2, { FL2,F2, 0 } },
378 { R_2D(0x69a), "logbnrl", I_FP, REG, 2, { FL2,F2, 0 } },
379 { R_2D(0x69b), "roundrl", I_FP, REG, 2, { FL2,F2, 0 } },
[all …]
Dsparc.h201 #define F2(x, y) (OP (x) | OP2(y)) /* Format 2 insns. */ macro
/mirbsd/src/usr.bin/oldroff/tbl/
Dtc.c58 F1 = F2 = 0; in choochar()
97 F2= *s; in choochar()
101 if (F1==0 || F2==0) in choochar()
Dt8.c187 fprintf(tabout, "%c%c",F1,F2); in putline()
239 fprintf(tabout, "%c", F2); in putline()
245 fprintf(tabout, "%c", F2); in putline()
Dt0.c63 int F2 = 0; variable
Dt..c68 extern int F1, F2;
Dt7.c61 fprintf(tabout, ".fc %c %c\n", F1, F2); in runout()
/mirbsd/src/gnu/usr.bin/perl/t/op/
Darray.t74 ok(scalar (($F1,$F2,$Etc) = ($foo =~ /^(\S+)\s+(\S+)\s*(.*)/)));
76 is($F2, 'is');
80 ok(!($cnt = (($F1,$F2,$Etc) = ($foo =~ /^(\S+)\s+(\S+)\s*(.*)/))))
81 or diag("$cnt $F1:$F2:$Etc");
Dtie.t306 sub F2::TIEARRAY { bless [2], 'F2' }
307 sub F2::FETCH { my $self = shift; my $x = $f1[3]; $self }
/mirbsd/src/lib/libssl/src/crypto/ripemd/
Drmd_locl.h113 #define F2(x,y,z) (((x)&(y))|((~x)&z))
122 #define F2(x,y,z) ((((y) ^ (z)) & (x)) ^ (z)) macro
142 a+=F2(b,c,d)+X(w)+K; \
/mirbsd/src/lib/libssl/src/crypto/cast/asm/
Dcast-586.pl26 @F2=("xor","sub","add");
/mirbsd/src/distrib/common/
Dlistadd.netboot.me20 …rk is not set up yet (use "dhclient ne3" or si-\nmilar to do so). Ctrl-Alt-F2 (-F3, ...) switches …
Dlistadd.Grml20 …rk is not set up yet (use "dhclient ne3" or si-\nmilar to do so). Ctrl-Alt-F2 (-F3, ...) switches …

123