Searched refs:ARM_FT_STACKALIGN (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/arm/
H A Darm.h1575 #define ARM_FT_STACKALIGN (1 << 6) /* Called with misaligned stack. */
1583 #define IS_STACKALIGN(t) (t & ARM_FT_STACKALIGN)
1569 #define ARM_FT_STACKALIGN macro
H A Darm.c1934 return ARM_FT_NORMAL | ARM_FT_STACKALIGN;
2119 if (func_type & (ARM_FT_VOLATILE | ARM_FT_NAKED | ARM_FT_STACKALIGN))

Completed in 133 milliseconds