Searched defs:STACK_SLOT_ALIGNMENT (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/gcn/ |
H A D | gcn.h | 68 #define STACK_SLOT_ALIGNMENT(TYPE,MODE,ALIGN) ((ALIGN) > 64 ? (ALIGN) : 64) macro
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/gcn/ |
H A D | gcn.h | 71 #define STACK_SLOT_ALIGNMENT(TYPE,MODE,ALIGN) ((ALIGN) > 64 ? (ALIGN) : 64) macro
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | defaults.h | 1134 #define STACK_SLOT_ALIGNMENT(TYPE,MODE,ALIGN) \ macro
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | defaults.h | 1152 #define STACK_SLOT_ALIGNMENT(TYPE,MODE,ALIGN) \ macro
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/ |
H A D | i386.h | 847 #define STACK_SLOT_ALIGNMENT(TYPE, MODE, ALIGN) \ macro
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/ |
H A D | i386.h | 1004 #define STACK_SLOT_ALIGNMENT(TYPE, MODE, ALIGN) \ macro
|