OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:next_reg
(Results
1 - 10
of
10
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/config/rx/
rx.cc
1079
unsigned int
next_reg
;
1107
next_reg
= (bytes_so_far / UNITS_PER_WORD) + 1;
1109
return gen_rtx_REG (arg.mode,
next_reg
);
1075
unsigned int
next_reg
;
local
/src/external/gpl3/gcc.old/dist/gcc/config/rx/
rx.cc
1078
unsigned int
next_reg
;
1106
next_reg
= (bytes_so_far / UNITS_PER_WORD) + 1;
1108
return gen_rtx_REG (arg.mode,
next_reg
);
1074
unsigned int
next_reg
;
local
/src/external/gpl3/binutils/dist/gas/config/
tc-metag.c
1366
unsigned int next_bit,
next_reg
;
local
1371
next_reg
= ((regs[i]->no / 2) - ((*lowest_reg / 2) + 1));
1373
next_reg
= (regs[i]->no - (*lowest_reg + 1));
1375
next_bit = (1 <<
next_reg
);
tc-xtensa.c
2101
unsigned int
next_reg
= 0;
2138
if (
next_reg
2141
next_reg
++;
2153
next_reg
= tok->X_add_number + 1;
2178
if (num_regs > 0 && ((int)
next_reg
!= last_tok->X_add_number + 1))
2097
unsigned int
next_reg
= 0;
local
/src/external/gpl3/binutils.old/dist/gas/config/
tc-metag.c
1366
unsigned int next_bit,
next_reg
;
local
1371
next_reg
= ((regs[i]->no / 2) - ((*lowest_reg / 2) + 1));
1373
next_reg
= (regs[i]->no - (*lowest_reg + 1));
1375
next_bit = (1 <<
next_reg
);
tc-xtensa.c
2101
unsigned int
next_reg
= 0;
2138
if (
next_reg
2141
next_reg
++;
2153
next_reg
= tok->X_add_number + 1;
2178
if (num_regs > 0 && ((int)
next_reg
!= last_tok->X_add_number + 1))
2097
unsigned int
next_reg
= 0;
local
/src/external/gpl3/gcc/dist/gcc/
df.h
379
union df_ref_d *
next_reg
; /* Next ref with same regno and type. */
member in struct:df_base_ref
683
#define DF_REF_NEXT_REG(REF) ((REF)->base.
next_reg
)
/src/external/gpl3/gcc.old/dist/gcc/
df.h
379
union df_ref_d *
next_reg
; /* Next ref with same regno and type. */
member in struct:df_base_ref
683
#define DF_REF_NEXT_REG(REF) ((REF)->base.
next_reg
)
/src/external/gpl3/gcc/dist/gcc/config/frv/
frv.cc
158
int
next_reg
[N_REG_CLASSES]; /* next register to allocate per class */
member in struct:frv_tmp_reg_struct
1473
int regno = info->
next_reg
[ (int)rclass ];
1494
info->
next_reg
[ (int)rclass ] = regno + nr;
5488
frv_ifcvt.tmp_reg.
next_reg
[ (int)cr_class ] = cr_regno;
5492
frv_ifcvt.tmp_reg.
next_reg
[ (int)cc_class ] = cc_regno;
/src/external/gpl3/gcc.old/dist/gcc/config/frv/
frv.cc
158
int
next_reg
[N_REG_CLASSES]; /* next register to allocate per class */
member in struct:frv_tmp_reg_struct
1472
int regno = info->
next_reg
[ (int)rclass ];
1493
info->
next_reg
[ (int)rclass ] = regno + nr;
5486
frv_ifcvt.tmp_reg.
next_reg
[ (int)cr_class ] = cr_regno;
5490
frv_ifcvt.tmp_reg.
next_reg
[ (int)cc_class ] = cc_regno;
Completed in 66 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026