OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:itbl_num_opcodes
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/binutils/dist/gas/
itbl-ops.c
145
static int
itbl_num_opcodes
= 0;
variable
217
itbl_num_opcodes
++;
310
if (!
itbl_num_opcodes
) /* no new instructions to add! */
314
DBG (("previous num_opcodes=%d\n",
ITBL_NUM_OPCODES
));
316
new_num_opcodes =
ITBL_NUM_OPCODES
+
itbl_num_opcodes
;
317
ASSERT (new_num_opcodes >=
itbl_num_opcodes
);
319
size = sizeof (struct ITBL_OPCODE_STRUCT) *
ITBL_NUM_OPCODES
;
340
o = &new_opcodes[
ITBL_NUM_OPCODES
]; /* append macro to opcodes list */
373
ITBL_NUM_OPCODES
= new_num_opcodes
[
all
...]
/src/external/gpl3/binutils.old/dist/gas/
itbl-ops.c
145
static int
itbl_num_opcodes
= 0;
variable
217
itbl_num_opcodes
++;
310
if (!
itbl_num_opcodes
) /* no new instructions to add! */
314
DBG (("previous num_opcodes=%d\n",
ITBL_NUM_OPCODES
));
316
new_num_opcodes =
ITBL_NUM_OPCODES
+
itbl_num_opcodes
;
317
ASSERT (new_num_opcodes >=
itbl_num_opcodes
);
319
size = sizeof (struct ITBL_OPCODE_STRUCT) *
ITBL_NUM_OPCODES
;
340
o = &new_opcodes[
ITBL_NUM_OPCODES
]; /* append macro to opcodes list */
373
ITBL_NUM_OPCODES
= new_num_opcodes
[
all
...]
Completed in 15 milliseconds
Indexes created Mon Mar 30 00:23:01 UTC 2026