Searched refs:ARM_FT_NORMAL (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/arm/
H A Darm.c1368 { NULL, ARM_FT_NORMAL }
1436 type |= TARGET_INTERWORK ? ARM_FT_INTERWORKED : ARM_FT_NORMAL;
9296 && ARM_FUNC_TYPE (func_type) == ARM_FT_NORMAL
9687 case ARM_FT_NORMAL:
9905 && ARM_FUNC_TYPE (func_type) == ARM_FT_NORMAL
10008 if (ARM_FUNC_TYPE (func_type) == ARM_FT_NORMAL
H A Darm.h1468 #define ARM_FT_NORMAL 1 /* Your normal, straightforward function. */
1462 #define ARM_FT_NORMAL macro
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/arm/
H A Darm.h1561 #define ARM_FT_NORMAL 1 /* Your normal, straightforward function. */
1555 #define ARM_FT_NORMAL macro
H A Darm.c1921 { NULL, ARM_FT_NORMAL }
1934 return ARM_FT_NORMAL | ARM_FT_STACKALIGN;
1992 type |= TARGET_INTERWORK ? ARM_FT_INTERWORKED : ARM_FT_NORMAL;
12990 && ARM_FUNC_TYPE (func_type) == ARM_FT_NORMAL
13428 case ARM_FT_NORMAL:
13643 && ARM_FUNC_TYPE (func_type) == ARM_FT_NORMAL
13827 && (TARGET_ARM || ARM_FUNC_TYPE (func_type) == ARM_FT_NORMAL)

Completed in 237 milliseconds