Searched refs:STACK_SLOT_ALIGNMENT (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Ddefaults.h1151 #ifndef STACK_SLOT_ALIGNMENT
1152 #define STACK_SLOT_ALIGNMENT(TYPE,MODE,ALIGN) \ macro
H A Dfunction.c269 return STACK_SLOT_ALIGNMENT (NULL_TREE, mode, GET_MODE_ALIGNMENT (mode));
289 return STACK_SLOT_ALIGNMENT (type, mode, alignment);
3381 int align = STACK_SLOT_ALIGNMENT (TREE_TYPE (parm),
3520 int align = STACK_SLOT_ALIGNMENT (data->arg.type,
3605 int align = STACK_SLOT_ALIGNMENT (TREE_TYPE (parm),
H A Dexcept.c1473 int align = STACK_SLOT_ALIGNMENT (sjlj_fc_type_node,
1491 int align = STACK_SLOT_ALIGNMENT (sjlj_fc_type_node,
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Ddefaults.h1133 #ifndef STACK_SLOT_ALIGNMENT
1134 #define STACK_SLOT_ALIGNMENT(TYPE,MODE,ALIGN) \ macro
H A Dfunction.cc273 return STACK_SLOT_ALIGNMENT (NULL_TREE, mode, GET_MODE_ALIGNMENT (mode));
293 return STACK_SLOT_ALIGNMENT (type, mode, alignment);
3375 int align = STACK_SLOT_ALIGNMENT (TREE_TYPE (parm),
3514 int align = STACK_SLOT_ALIGNMENT (data->arg.type,
3599 int align = STACK_SLOT_ALIGNMENT (TREE_TYPE (parm),
H A Dexcept.cc1474 int align = STACK_SLOT_ALIGNMENT (sjlj_fc_type_node,
1492 int align = STACK_SLOT_ALIGNMENT (sjlj_fc_type_node,
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/gcn/
H A Dgcn.h69 #define STACK_SLOT_ALIGNMENT(TYPE,MODE,ALIGN) ((ALIGN) > 64 ? (ALIGN) : 64)
68 #define STACK_SLOT_ALIGNMENT macro
/netbsd-current/external/gpl3/gcc/dist/gcc/config/gcn/
H A Dgcn.h72 #define STACK_SLOT_ALIGNMENT(TYPE,MODE,ALIGN) ((ALIGN) > 64 ? (ALIGN) : 64)
71 #define STACK_SLOT_ALIGNMENT macro
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386.h1006 #define STACK_SLOT_ALIGNMENT(TYPE, MODE, ALIGN) \
1004 #define STACK_SLOT_ALIGNMENT macro
/netbsd-current/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386.h849 #define STACK_SLOT_ALIGNMENT(TYPE, MODE, ALIGN) \
847 #define STACK_SLOT_ALIGNMENT macro

Completed in 385 milliseconds