OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:first_reg_offset
(Results
1 - 10
of
10
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/config/lm32/
lm32.cc
707
int
first_reg_offset
= first_anon_arg;
local
714
move_block_from_reg (
first_reg_offset
, regblock, size);
/src/external/gpl3/gcc.old/dist/gcc/config/lm32/
lm32.cc
707
int
first_reg_offset
= first_anon_arg;
local
714
move_block_from_reg (
first_reg_offset
, regblock, size);
/src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000-call.cc
2256
int
first_reg_offset
;
2268
first_reg_offset
= next_cum.sysv_gregno - GP_ARG_MIN_REG;
2280
if (cfun->va_list_gpr_size &&
first_reg_offset
< GP_ARG_NUM_REG)
2281
gpr_reg_num = GP_ARG_NUM_REG -
first_reg_offset
;
2298
offset = -((
first_reg_offset
* reg_size) & ~7);
2302
if (reg_size == 4 && (
first_reg_offset
& 1))
2335
first_reg_offset
= next_cum.words;
2340
first_reg_offset
+= rs6000_arg_size (TYPE_MODE (arg.type), arg.type);
2344
if (! no_rtl &&
first_reg_offset
< GP_ARG_NUM_REG
2347
int n_gpr, nregs = GP_ARG_NUM_REG -
first_reg_offset
;
2251
int
first_reg_offset
;
local
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000-call.cc
2264
int
first_reg_offset
;
2273
first_reg_offset
= next_cum.sysv_gregno - GP_ARG_MIN_REG;
2285
if (cfun->va_list_gpr_size &&
first_reg_offset
< GP_ARG_NUM_REG)
2286
gpr_reg_num = GP_ARG_NUM_REG -
first_reg_offset
;
2303
offset = -((
first_reg_offset
* reg_size) & ~7);
2307
if (reg_size == 4 && (
first_reg_offset
& 1))
2340
first_reg_offset
= next_cum.words;
2344
first_reg_offset
+= rs6000_arg_size (TYPE_MODE (arg.type), arg.type);
2348
if (! no_rtl &&
first_reg_offset
< GP_ARG_NUM_REG
2351
int n_gpr, nregs = GP_ARG_NUM_REG -
first_reg_offset
;
2259
int
first_reg_offset
;
local
[
all
...]
/src/external/gpl3/gcc/dist/gcc/config/epiphany/
epiphany.cc
744
/* Note that
first_reg_offset
< MAX_EPIPHANY_PARM_REGS. */
745
int
first_reg_offset
= first_anon_arg;
747
*pretend_size = ((MAX_EPIPHANY_PARM_REGS -
first_reg_offset
)
740
int
first_reg_offset
= first_anon_arg;
local
/src/external/gpl3/gcc/dist/gcc/config/m32r/
m32r.cc
1309
/* Note that
first_reg_offset
< M32R_MAX_PARM_REGS. */
1310
int
first_reg_offset
= first_anon_arg;
1312
int size = M32R_MAX_PARM_REGS -
first_reg_offset
;
1319
move_block_from_reg (
first_reg_offset
, regblock, size);
1301
int
first_reg_offset
= first_anon_arg;
local
/src/external/gpl3/gcc.old/dist/gcc/config/epiphany/
epiphany.cc
744
/* Note that
first_reg_offset
< MAX_EPIPHANY_PARM_REGS. */
745
int
first_reg_offset
= first_anon_arg;
747
*pretend_size = ((MAX_EPIPHANY_PARM_REGS -
first_reg_offset
)
740
int
first_reg_offset
= first_anon_arg;
local
/src/external/gpl3/gcc.old/dist/gcc/config/m32r/
m32r.cc
1307
/* Note that
first_reg_offset
< M32R_MAX_PARM_REGS. */
1308
int
first_reg_offset
= first_anon_arg;
1310
int size = M32R_MAX_PARM_REGS -
first_reg_offset
;
1317
move_block_from_reg (
first_reg_offset
, regblock, size);
1299
int
first_reg_offset
= first_anon_arg;
local
/src/external/gpl3/gcc/dist/gcc/config/arc/
arc.cc
2364
/* Note that
first_reg_offset
< MAX_ARC_PARM_REGS. */
2365
int
first_reg_offset
= first_anon_arg;
local
2372
move_block_from_reg (
first_reg_offset
, regblock,
2373
MAX_ARC_PARM_REGS -
first_reg_offset
);
2377
= ((MAX_ARC_PARM_REGS -
first_reg_offset
) * UNITS_PER_WORD);
/src/external/gpl3/gcc.old/dist/gcc/config/arc/
arc.cc
2454
/* Note that
first_reg_offset
< MAX_ARC_PARM_REGS. */
2455
int
first_reg_offset
= first_anon_arg;
local
2462
move_block_from_reg (
first_reg_offset
, regblock,
2463
MAX_ARC_PARM_REGS -
first_reg_offset
);
2467
= ((MAX_ARC_PARM_REGS -
first_reg_offset
) * UNITS_PER_WORD);
Completed in 61 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026