Home
last modified time | relevance | path

Searched refs:SPARC_STACK_ALIGN (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/config/sparc/
H A Dsparc.h525 #define SPARC_STACK_ALIGN(LOC) ROUND_UP ((LOC), UNITS_PER_WORD * 2) macro
H A Dsparc.cc5568 frame_size = SPARC_STACK_ALIGN (frame_size); in sparc_compute_frame_size()
12339 HOST_WIDE_INT size = SPARC_STACK_ALIGN (offset + 2*UNITS_PER_WORD); in emit_and_preserve()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/sparc/
H A Dsparc.h528 #define SPARC_STACK_ALIGN(LOC) ROUND_UP ((LOC), UNITS_PER_WORD * 2) macro
H A Dsparc.c5633 frame_size = SPARC_STACK_ALIGN (frame_size); in sparc_compute_frame_size()
12377 HOST_WIDE_INT size = SPARC_STACK_ALIGN (offset + 2*UNITS_PER_WORD); in emit_and_preserve()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-201512651 * config/sparc/sparc.h (SPARC_STACK_ALIGN): Implement using