OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LARCH_STACK_ALIGN
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/config/loongarch/
loongarch.h
729
#define
LARCH_STACK_ALIGN
(LOC) \
loongarch.cc
913
offset =
LARCH_STACK_ALIGN
(crtl->outgoing_args_size);
915
offset +=
LARCH_STACK_ALIGN
(get_frame_size ());
921
offset +=
LARCH_STACK_ALIGN
(num_f_saved * UNITS_PER_FP_REG);
929
unsigned x_save_size =
LARCH_STACK_ALIGN
(num_x_saved * UNITS_PER_WORD);
934
if (
LARCH_STACK_ALIGN
(num_save_restore * UNITS_PER_WORD) == x_save_size)
945
offset +=
LARCH_STACK_ALIGN
(cfun->machine->varargs_size);
947
offset +=
LARCH_STACK_ALIGN
(crtl->args.pretend_args_size);
1092
=
LARCH_STACK_ALIGN
(frame->total_size - frame->fp_sp_offset);
/src/external/gpl3/gcc/dist/gcc/config/loongarch/
loongarch.h
750
#define
LARCH_STACK_ALIGN
(LOC) \
loongarch.cc
923
offset =
LARCH_STACK_ALIGN
(crtl->outgoing_args_size);
925
offset +=
LARCH_STACK_ALIGN
(get_frame_size ());
931
offset +=
LARCH_STACK_ALIGN
(num_f_saved * UNITS_PER_FP_REG);
939
unsigned x_save_size =
LARCH_STACK_ALIGN
(num_x_saved * UNITS_PER_WORD);
944
if (
LARCH_STACK_ALIGN
(num_save_restore * UNITS_PER_WORD) == x_save_size)
955
offset +=
LARCH_STACK_ALIGN
(cfun->machine->varargs_size);
957
offset +=
LARCH_STACK_ALIGN
(crtl->args.pretend_args_size);
1102
=
LARCH_STACK_ALIGN
(frame->total_size - frame->fp_sp_offset);
Completed in 40 milliseconds
Indexes created Mon Jul 20 00:27:07 UTC 2026