HomeSort by: relevance | last modified time | path
    Searched defs:PC1 (Results 1 - 5 of 5) sorted by relevancy

  /src/lib/libcrypt/
crypt.c 198 * PC1ROT: MSB->LSB, PC1 permutation, rotate, and PC2 permutation.
347 static const unsigned char PC1[] = { /* permuted choice table 1 */
359 static const unsigned char Rotates[] = {/* PC1 rotation schedule */
867 * PC1ROT - bit reverse, then PC1, then Rotate, then PC2.
876 k = PC1[k];
  /src/external/gpl3/binutils/dist/gas/config/
rl78-parse.c 125 #define PC1(v) rl78_op (v, 1, RL78REL_PCREL)
2369 { B1 (0xdc); PC1 ((yyvsp[0].exp)); rl78_linkrelax_branch (); }
2375 { B1 (0xde); PC1 ((yyvsp[0].exp)); rl78_linkrelax_branch (); }
2381 { B1 (0xdd); PC1 ((yyvsp[0].exp)); rl78_linkrelax_branch (); }
2387 { B1 (0xdf); PC1 ((yyvsp[0].exp)); rl78_linkrelax_branch (); }
2393 { B2 (0x61, 0xc3); PC1 ((yyvsp[0].exp)); rl78_linkrelax_branch (); }
2399 { B2 (0x61, 0xd3); PC1 ((yyvsp[0].exp)); rl78_linkrelax_branch (); }
2405 { B3 (0x31, 0x80|(yyvsp[-6].regno), (yyvsp[-5].regno)); FE ((yyvsp[-3].exp), 9, 3); PC1 ((yyvsp[0].exp)); }
2412 { B2 (0x31, 0x80|(yyvsp[-6].regno)); FE ((yyvsp[-3].exp), 9, 3); O1 ((yyvsp[-5].exp)); PC1 ((yyvsp[0].exp)); }
2414 { B2 (0x31, 0x00|(yyvsp[-6].regno)); FE ((yyvsp[-3].exp), 9, 3); SET_SA ((yyvsp[-5].exp)); O1 ((yyvsp[-5].exp)); PC1 ((yyvsp[0].exp));
    [all...]
rx-parse.c 148 #define PC1(v) rx_op (v, 1, RXREL_PCREL)
2481 { B1 (0x2e); PC1 ((yyvsp[0].exp)); }
2536 { B1 (0x20); F ((yyvsp[-2].regno), 4, 4); PC1 ((yyvsp[0].exp)); }
2542 { B1 (0x2e), PC1 ((yyvsp[0].exp)); }
2581 B1 (0x20); F ((yyvsp[-1].regno), 4, 4); PC1 ((yyvsp[0].exp));
  /src/external/gpl3/binutils.old/dist/gas/config/
rl78-parse.c 125 #define PC1(v) rl78_op (v, 1, RL78REL_PCREL)
2369 { B1 (0xdc); PC1 ((yyvsp[0].exp)); rl78_linkrelax_branch (); }
2375 { B1 (0xde); PC1 ((yyvsp[0].exp)); rl78_linkrelax_branch (); }
2381 { B1 (0xdd); PC1 ((yyvsp[0].exp)); rl78_linkrelax_branch (); }
2387 { B1 (0xdf); PC1 ((yyvsp[0].exp)); rl78_linkrelax_branch (); }
2393 { B2 (0x61, 0xc3); PC1 ((yyvsp[0].exp)); rl78_linkrelax_branch (); }
2399 { B2 (0x61, 0xd3); PC1 ((yyvsp[0].exp)); rl78_linkrelax_branch (); }
2405 { B3 (0x31, 0x80|(yyvsp[-6].regno), (yyvsp[-5].regno)); FE ((yyvsp[-3].exp), 9, 3); PC1 ((yyvsp[0].exp)); }
2412 { B2 (0x31, 0x80|(yyvsp[-6].regno)); FE ((yyvsp[-3].exp), 9, 3); O1 ((yyvsp[-5].exp)); PC1 ((yyvsp[0].exp)); }
2414 { B2 (0x31, 0x00|(yyvsp[-6].regno)); FE ((yyvsp[-3].exp), 9, 3); SET_SA ((yyvsp[-5].exp)); O1 ((yyvsp[-5].exp)); PC1 ((yyvsp[0].exp));
    [all...]
rx-parse.c 148 #define PC1(v) rx_op (v, 1, RXREL_PCREL)
2481 { B1 (0x2e); PC1 ((yyvsp[0].exp)); }
2536 { B1 (0x20); F ((yyvsp[-2].regno), 4, 4); PC1 ((yyvsp[0].exp)); }
2542 { B1 (0x2e), PC1 ((yyvsp[0].exp)); }
2581 B1 (0x20); F ((yyvsp[-1].regno), 4, 4); PC1 ((yyvsp[0].exp));

Completed in 76 milliseconds