OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:arg_words
(Results
1 - 12
of
12
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/config/iq2000/
iq2000.h
297
unsigned int
arg_words
; /* # total words the arguments take. */
285
unsigned int
arg_words
; \/* # total words the arguments take. *\/
member in struct:iq2000_args
iq2000.cc
1171
cum->gp_reg_found, cum->arg_number, cum->
arg_words
,
1188
cum->
arg_words
+= ((GET_MODE_SIZE (arg.mode) + UNITS_PER_WORD - 1)
1194
cum->
arg_words
+= ((int_size_in_bytes (arg.type) + UNITS_PER_WORD - 1)
1199
cum->
arg_words
++;
1205
cum->
arg_words
+= 2;
1212
cum->
arg_words
+= 2;
1217
cum->
arg_words
+= 4;
1224
cum->
arg_words
++;
1241
unsigned int *
arg_words
= &cum->
arg_words
;
1229
unsigned int *
arg_words
= &cum->
arg_words
;
local
[
all
...]
/src/external/gpl3/gcc/dist/gcc/config/microblaze/
microblaze.h
470
int
arg_words
; /* # total words the arguments take */
member in struct:microblaze_args
microblaze.cc
1567
cum->
arg_words
+= ((GET_MODE_SIZE (arg.mode) + UNITS_PER_WORD - 1)
1573
cum->
arg_words
+= ((int_size_in_bytes (arg.type) + UNITS_PER_WORD - 1)
1578
cum->
arg_words
++;
1584
cum->
arg_words
+= 2;
1591
cum->
arg_words
+= 2;
1599
cum->
arg_words
++;
1614
int *
arg_words
= &cum->
arg_words
;
local
1638
if (*
arg_words
>= MAX_ARGS_IN_REGISTERS)
1644
ret = gen_rtx_REG (arg.mode, regbase + *
arg_words
);
[
all
...]
/src/external/gpl3/gcc/dist/gcc/config/xtensa/
xtensa.h
487
int
arg_words
;
486
int
arg_words
;
member in struct:xtensa_args
xtensa.cc
2736
cum->
arg_words
= 0;
2748
int *
arg_words
;
2750
arg_words
= &get_cumulative_args (cum)->
arg_words
;
2756
if (*
arg_words
< max
2758
|| *
arg_words
+ words > max))
2759
*
arg_words
= max;
2761
*
arg_words
+= words;
2775
int *
arg_words
;
2778
arg_words
= &cum->arg_words
2746
int *
arg_words
;
local
2773
int *
arg_words
;
local
3912
int
arg_words
= crtl->args.info.
arg_words
;
local
3947
int
arg_words
;
local
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/config/iq2000/
iq2000.h
297
unsigned int
arg_words
; /* # total words the arguments take. */
285
unsigned int
arg_words
; \/* # total words the arguments take. *\/
member in struct:iq2000_args
iq2000.cc
1172
cum->gp_reg_found, cum->arg_number, cum->
arg_words
,
1189
cum->
arg_words
+= ((GET_MODE_SIZE (arg.mode) + UNITS_PER_WORD - 1)
1195
cum->
arg_words
+= ((int_size_in_bytes (arg.type) + UNITS_PER_WORD - 1)
1200
cum->
arg_words
++;
1206
cum->
arg_words
+= 2;
1213
cum->
arg_words
+= 2;
1218
cum->
arg_words
+= 4;
1225
cum->
arg_words
++;
1242
unsigned int *
arg_words
= &cum->
arg_words
;
1230
unsigned int *
arg_words
= &cum->
arg_words
;
local
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/config/microblaze/
microblaze.h
471
int
arg_words
; /* # total words the arguments take */
member in struct:microblaze_args
microblaze.cc
1562
cum->
arg_words
+= ((GET_MODE_SIZE (arg.mode) + UNITS_PER_WORD - 1)
1568
cum->
arg_words
+= ((int_size_in_bytes (arg.type) + UNITS_PER_WORD - 1)
1573
cum->
arg_words
++;
1579
cum->
arg_words
+= 2;
1586
cum->
arg_words
+= 2;
1594
cum->
arg_words
++;
1609
int *
arg_words
= &cum->
arg_words
;
local
1633
if (*
arg_words
>= MAX_ARGS_IN_REGISTERS)
1639
ret = gen_rtx_REG (arg.mode, regbase + *
arg_words
);
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/config/xtensa/
xtensa.h
511
int
arg_words
;
510
int
arg_words
;
member in struct:xtensa_args
xtensa.cc
2128
cum->
arg_words
= 0;
2140
int *
arg_words
;
2142
arg_words
= &get_cumulative_args (cum)->
arg_words
;
2148
if (*
arg_words
< max
2150
|| *
arg_words
+ words > max))
2151
*
arg_words
= max;
2153
*
arg_words
+= words;
2167
int *
arg_words
;
2170
arg_words
= &cum->arg_words
2138
int *
arg_words
;
local
2165
int *
arg_words
;
local
3194
int
arg_words
= crtl->args.info.
arg_words
;
local
3229
int
arg_words
;
local
[
all
...]
Completed in 36 milliseconds
Indexes created Wed Mar 25 00:23:37 UTC 2026