OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:right_nops
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb/dist/sim/d10v/
interp.c
1060
unsigned long
right_nops
= ins_type_counters[ (int)INS_RIGHT_NOPS ];
local
1063
unsigned long right_total = right + right_parallel + right_cond +
right_nops
;
1080
int nop_size = strlen (add_commas (buf1, sizeof (buf1), (left_nops >
right_nops
) ? left_nops :
right_nops
));
1097
nop_size, add_commas (buf5, sizeof (buf5),
right_nops
));
/src/external/gpl3/gdb.old/dist/sim/d10v/
interp.c
1060
unsigned long
right_nops
= ins_type_counters[ (int)INS_RIGHT_NOPS ];
local
1063
unsigned long right_total = right + right_parallel + right_cond +
right_nops
;
1080
int nop_size = strlen (add_commas (buf1, sizeof (buf1), (left_nops >
right_nops
) ? left_nops :
right_nops
));
1097
nop_size, add_commas (buf5, sizeof (buf5),
right_nops
));
Completed in 24 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026