OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PC2
(Results
1 - 5
of
5
) sorted by relevancy
/src/lib/libcrypt/
crypt.c
198
* PC1ROT: MSB->LSB, PC1 permutation, rotate, and
PC2
permutation.
201
* PC2ROT[0]: Inverse
PC2
permutation, rotate, and
PC2
permutation.
205
* next by using a transformation that "undoes" the
PC2
permutation,
206
* rotates the code, and then applies
PC2
. Unfortunately,
PC2
207
* transforms 56 bits into 48 bits, dropping 8 bits, so
PC2
is not
208
* invertible. We get around that problem by using a modified
PC2
363
/* note: each "row" of
PC2
is left-padded with bits that make it invertible */
364
static const unsigned char
PC2
[] = { /* permuted choice table 2 *
[
all
...]
/src/external/gpl3/binutils/dist/gas/config/
rl78-parse.c
126
#define
PC2
(v) rl78_op (v, 2, RL78REL_PCREL)
2447
{ B1 (0xee);
PC2
((yyvsp[0].exp)); rl78_linkrelax_branch (); }
2483
{ B1 (0xfe);
PC2
((yyvsp[0].exp)); }
rx-parse.c
149
#define
PC2
(v) rx_op (v, 2, RXREL_PCREL)
2483
{ B1 (0x38);
PC2
((yyvsp[0].exp)); }
2509
{ B1 (0x39);
PC2
((yyvsp[0].exp)); }
2515
B1 (0x39);
PC2
((yyvsp[0].exp)); } }
2548
{ B1 (0x38),
PC2
((yyvsp[0].exp)); }
2554
{ B1 (0x39),
PC2
((yyvsp[0].exp)); }
2561
{ B1 ((yyvsp[-2].regno) == COND_EQ ? 0x3a : 0x3b);
PC2
((yyvsp[0].exp)); }
/src/external/gpl3/binutils.old/dist/gas/config/
rl78-parse.c
126
#define
PC2
(v) rl78_op (v, 2, RL78REL_PCREL)
2447
{ B1 (0xee);
PC2
((yyvsp[0].exp)); rl78_linkrelax_branch (); }
2483
{ B1 (0xfe);
PC2
((yyvsp[0].exp)); }
rx-parse.c
149
#define
PC2
(v) rx_op (v, 2, RXREL_PCREL)
2483
{ B1 (0x38);
PC2
((yyvsp[0].exp)); }
2509
{ B1 (0x39);
PC2
((yyvsp[0].exp)); }
2515
B1 (0x39);
PC2
((yyvsp[0].exp)); } }
2548
{ B1 (0x38),
PC2
((yyvsp[0].exp)); }
2554
{ B1 (0x39),
PC2
((yyvsp[0].exp)); }
2561
{ B1 ((yyvsp[-2].regno) == COND_EQ ? 0x3a : 0x3b);
PC2
((yyvsp[0].exp)); }
Completed in 89 milliseconds
Indexes created Sat Mar 28 00:23:22 UTC 2026