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

/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/arm/
H A Darm.c1448 if (ARM_FUNC_TYPE (cfun->machine->func_type) == ARM_FT_UNKNOWN)
9193 if (ARM_FUNC_TYPE (func_type) == ARM_FT_FIQ)
9296 && ARM_FUNC_TYPE (func_type) == ARM_FT_NORMAL
9594 switch ((int) ARM_FUNC_TYPE (func_type))
9684 switch ((int) ARM_FUNC_TYPE (func_type))
9905 && ARM_FUNC_TYPE (func_type) == ARM_FT_NORMAL
10008 if (ARM_FUNC_TYPE (func_type) == ARM_FT_NORMAL
10055 switch ((int) ARM_FUNC_TYPE (func_type))
H A Darm.h1484 #define ARM_FUNC_TYPE(t) (t & ARM_FT_TYPE_MASK)
1478 #define ARM_FUNC_TYPE macro
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/arm/
H A Darm.h1578 #define ARM_FUNC_TYPE(t) (t & ARM_FT_TYPE_MASK)
1572 #define ARM_FUNC_TYPE macro
H A Darm.c2004 if (ARM_FUNC_TYPE (cfun->machine->func_type) == ARM_FT_UNKNOWN)
12854 if (ARM_FUNC_TYPE (func_type) == ARM_FT_FIQ)
12990 && ARM_FUNC_TYPE (func_type) == ARM_FT_NORMAL
13333 switch ((int) ARM_FUNC_TYPE (func_type))
13425 switch ((int) ARM_FUNC_TYPE (func_type))
13643 && ARM_FUNC_TYPE (func_type) == ARM_FT_NORMAL
13826 if (ARM_FUNC_TYPE (func_type) != ARM_FT_INTERWORKED
13827 && (TARGET_ARM || ARM_FUNC_TYPE (func_type) == ARM_FT_NORMAL)
13884 switch ((int) ARM_FUNC_TYPE (func_type))

Completed in 268 milliseconds