Home
last modified time | relevance | path

Searched refs:PC1 (Results 1 – 11 of 11) sorted by relevance

/netbsd/src/external/bsd/file/dist/magic/magdir/
Dlif17 # skip MUNCHIE.PC1 BOARD.PC1 ENEMIES.PC1 by test for low version number
Dxenix23 # and all compressed DEGAS low-res bitmaps like: MUNCHIE.PC1 PIDER1.PC1
Driff538 >>>>>>>(104.l+132) string/c y41p PC1 4:1:1
539 >>>>>>>(104.l+132) string/c y41t PC1 4:1:1 with transparency
541 >>>>>>>(104.l+132) string/c y42t PC1 4:2:2 with transparency
Dimages1608 …S low-res compressed bitmap *.pc1 like: BATTLSHP.PC1 GNUCHESS.PC1 MEDUSABL.PC1 MOONLORD.PC1 WILDRO…
/netbsd/src/external/gpl3/binutils/dist/gas/config/
Drl78-parse.y67 #define PC1(v) rl78_op (v, 1, RL78REL_PCREL) macro
297 { B1 (0xdc); PC1 ($3); rl78_linkrelax_branch (); }
300 { B1 (0xde); PC1 ($3); rl78_linkrelax_branch (); }
303 { B1 (0xdd); PC1 ($3); rl78_linkrelax_branch (); }
306 { B1 (0xdf); PC1 ($3); rl78_linkrelax_branch (); }
309 { B2 (0x61, 0xc3); PC1 ($3); rl78_linkrelax_branch (); }
312 { B2 (0x61, 0xd3); PC1 ($3); rl78_linkrelax_branch (); }
317 { B3 (0x31, 0x80|$1, $2); FE ($4, 9, 3); PC1 ($7); }
321 { B2 (0x31, 0x80|$1); FE ($4, 9, 3); O1 ($2); PC1 ($7); }
323 { B2 (0x31, 0x00|$1); FE ($4, 9, 3); SET_SA ($2); O1 ($2); PC1 ($7); }
[all …]
Drl78-parse.c125 #define PC1(v) rl78_op (v, 1, RL78REL_PCREL) macro
2369 { B1 (0xdc); PC1 ((yyvsp[0].exp)); rl78_linkrelax_branch (); } in yyparse()
2375 { B1 (0xde); PC1 ((yyvsp[0].exp)); rl78_linkrelax_branch (); } in yyparse()
2381 { B1 (0xdd); PC1 ((yyvsp[0].exp)); rl78_linkrelax_branch (); } in yyparse()
2387 { B1 (0xdf); PC1 ((yyvsp[0].exp)); rl78_linkrelax_branch (); } in yyparse()
2393 { B2 (0x61, 0xc3); PC1 ((yyvsp[0].exp)); rl78_linkrelax_branch (); } in yyparse()
2399 { B2 (0x61, 0xd3); PC1 ((yyvsp[0].exp)); rl78_linkrelax_branch (); } in yyparse()
2405 …{ B3 (0x31, 0x80|(yyvsp[-6].regno), (yyvsp[-5].regno)); FE ((yyvsp[-3].exp), 9, 3); PC1 ((yyvsp[0]… in yyparse()
2412 … 0x80|(yyvsp[-6].regno)); FE ((yyvsp[-3].exp), 9, 3); O1 ((yyvsp[-5].exp)); PC1 ((yyvsp[0].exp)); } in yyparse()
2414 …FE ((yyvsp[-3].exp), 9, 3); SET_SA ((yyvsp[-5].exp)); O1 ((yyvsp[-5].exp)); PC1 ((yyvsp[0].exp)); } in yyparse()
[all …]
Drx-parse.y90 #define PC1(v) rx_op (v, 1, RXREL_PCREL) macro
207 { B1 (0x2e); PC1 ($2); }
249 { B1 (0x20); F ($1, 4, 4); PC1 ($3); }
252 { B1 (0x2e), PC1 ($3); }
278 B1 (0x20); F ($1, 4, 4); PC1 ($2);
Drx-parse.c148 #define PC1(v) rx_op (v, 1, RXREL_PCREL) macro
2481 { B1 (0x2e); PC1 ((yyvsp[0].exp)); } in yyparse()
2536 { B1 (0x20); F ((yyvsp[-2].regno), 4, 4); PC1 ((yyvsp[0].exp)); } in yyparse()
2542 { B1 (0x2e), PC1 ((yyvsp[0].exp)); } in yyparse()
2581 B1 (0x20); F ((yyvsp[-1].regno), 4, 4); PC1 ((yyvsp[0].exp)); in yyparse()
/netbsd/src/crypto/external/bsd/openssl/lib/libdes/
DFILES071 doPC1 - Perl script used to develop PC1 xor/shift code.
73 PC1 - Output of doPC1 should be the same as output from PC1.
/netbsd/src/crypto/external/bsd/heimdal/dist/lib/hcrypto/
DDESperate.txt20 PC1 transformations
24 Getting the PC1 bit mangling working was hard, I never got it to work.
/netbsd/src/lib/libcrypt/
Dcrypt.c347 static const unsigned char PC1[] = { /* permuted choice table 1 */ variable
876 k = PC1[k]; in init_des()