OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:insn_noperands
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
final.cc
152
static unsigned int
insn_noperands
;
variable
2634
insn_noperands
= noperands;
2639
FINAL_PRESCAN_INSN (insn, ops,
insn_noperands
);
2658
insn_noperands
);
3516
else if (this_is_asm_operands && opnum >=
insn_noperands
)
3557
if (this_is_asm_operands && opnum >=
insn_noperands
)
/src/external/gpl3/gcc.old/dist/gcc/
final.cc
167
static unsigned int
insn_noperands
;
variable
2688
insn_noperands
= noperands;
2693
FINAL_PRESCAN_INSN (insn, ops,
insn_noperands
);
2712
insn_noperands
);
3562
else if (this_is_asm_operands && opnum >=
insn_noperands
)
3603
if (this_is_asm_operands && opnum >=
insn_noperands
)
Completed in 34 milliseconds
Indexes created Mon Apr 06 00:22:49 UTC 2026