OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:n_input_regs
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/config/ia64/
ia64.cc
147
int
n_input_regs
; /* number of input registers used. */
member in struct:ia64_frame_info
2748
current_frame_info.
n_input_regs
= 8;
2754
current_frame_info.
n_input_regs
= regno - IN_REG (0) + 1;
3521
int bs_size = BACKING_STORE_SIZE (current_frame_info.
n_input_regs
3577
int inputs = current_frame_info.
n_input_regs
;
3607
&& current_frame_info.
n_input_regs
<= crtl->args.info.int_regs
3629
GEN_INT (current_frame_info.
n_input_regs
),
4163
if (current_frame_info.
n_input_regs
!= 0)
4165
rtx n_inputs = GEN_INT (current_frame_info.
n_input_regs
);
4393
current_frame_info.
n_input_regs
,
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/config/ia64/
ia64.cc
147
int
n_input_regs
; /* number of input registers used. */
member in struct:ia64_frame_info
2738
current_frame_info.
n_input_regs
= 8;
2744
current_frame_info.
n_input_regs
= regno - IN_REG (0) + 1;
3511
int bs_size = BACKING_STORE_SIZE (current_frame_info.
n_input_regs
3567
int inputs = current_frame_info.
n_input_regs
;
3597
&& current_frame_info.
n_input_regs
<= crtl->args.info.int_regs
3619
GEN_INT (current_frame_info.
n_input_regs
),
4153
if (current_frame_info.
n_input_regs
!= 0)
4155
rtx n_inputs = GEN_INT (current_frame_info.
n_input_regs
);
4383
current_frame_info.
n_input_regs
,
[
all
...]
Completed in 31 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026