OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:crid
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/gpl3/binutils/dist/opcodes/
tic6x-dis.c
1428
tic6x_ctrl_id
crid
;
local
1444
for (
crid
= 0;
crid
< tic6x_ctrl_max;
crid
++)
1446
if (crlo == tic6x_ctrl_table[
crid
].crlo
1447
&& (crhi & tic6x_ctrl_table[
crid
].crhi_mask) == 0
1449
? (tic6x_ctrl_table[
crid
].rw == tic6x_rw_read
1450
|| (tic6x_ctrl_table[
crid
].rw
1452
: (tic6x_ctrl_table[
crid
].rw == tic6x_rw_write
1453
|| (tic6x_ctrl_table[
crid
].r
[
all
...]
/src/external/gpl3/binutils.old/dist/opcodes/
tic6x-dis.c
1428
tic6x_ctrl_id
crid
;
local
1444
for (
crid
= 0;
crid
< tic6x_ctrl_max;
crid
++)
1446
if (crlo == tic6x_ctrl_table[
crid
].crlo
1447
&& (crhi & tic6x_ctrl_table[
crid
].crhi_mask) == 0
1449
? (tic6x_ctrl_table[
crid
].rw == tic6x_rw_read
1450
|| (tic6x_ctrl_table[
crid
].rw
1452
: (tic6x_ctrl_table[
crid
].rw == tic6x_rw_write
1453
|| (tic6x_ctrl_table[
crid
].r
[
all
...]
/src/external/gpl3/gdb/dist/opcodes/
tic6x-dis.c
1428
tic6x_ctrl_id
crid
;
local
1444
for (
crid
= 0;
crid
< tic6x_ctrl_max;
crid
++)
1446
if (crlo == tic6x_ctrl_table[
crid
].crlo
1447
&& (crhi & tic6x_ctrl_table[
crid
].crhi_mask) == 0
1449
? (tic6x_ctrl_table[
crid
].rw == tic6x_rw_read
1450
|| (tic6x_ctrl_table[
crid
].rw
1452
: (tic6x_ctrl_table[
crid
].rw == tic6x_rw_write
1453
|| (tic6x_ctrl_table[
crid
].r
[
all
...]
/src/external/gpl3/gdb.old/dist/opcodes/
tic6x-dis.c
1428
tic6x_ctrl_id
crid
;
local
1444
for (
crid
= 0;
crid
< tic6x_ctrl_max;
crid
++)
1446
if (crlo == tic6x_ctrl_table[
crid
].crlo
1447
&& (crhi & tic6x_ctrl_table[
crid
].crhi_mask) == 0
1449
? (tic6x_ctrl_table[
crid
].rw == tic6x_rw_read
1450
|| (tic6x_ctrl_table[
crid
].rw
1452
: (tic6x_ctrl_table[
crid
].rw == tic6x_rw_write
1453
|| (tic6x_ctrl_table[
crid
].r
[
all
...]
/src/external/gpl3/binutils/dist/gas/config/
tc-tic6x.c
1383
tic6x_ctrl_id
crid
;
local
1385
for (
crid
= 0;
crid
< tic6x_ctrl_max;
crid
++)
1387
size_t len = strlen (tic6x_ctrl_table[
crid
].name);
1389
if (strncasecmp (tic6x_ctrl_table[
crid
].name, q, len) == 0)
1397
op->value.ctrl =
crid
;
1400
if (!(tic6x_ctrl_table[
crid
].isa_variants & tic6x_features))
1403
tic6x_ctrl_table[
crid
].name);
/src/external/gpl3/binutils.old/dist/gas/config/
tc-tic6x.c
1383
tic6x_ctrl_id
crid
;
local
1385
for (
crid
= 0;
crid
< tic6x_ctrl_max;
crid
++)
1387
size_t len = strlen (tic6x_ctrl_table[
crid
].name);
1389
if (strncasecmp (tic6x_ctrl_table[
crid
].name, q, len) == 0)
1397
op->value.ctrl =
crid
;
1400
if (!(tic6x_ctrl_table[
crid
].isa_variants & tic6x_features))
1403
tic6x_ctrl_table[
crid
].name);
Completed in 34 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026