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

/freebsd-10.0-release/contrib/gcc/config/arm/
H A Darm.h957 (! IS_INTERRUPT (cfun->machine->func_type) || \
1377 #define IS_INTERRUPT(t) (t & ARM_FT_INTERRUPT)
1371 #define IS_INTERRUPT macro
H A Darm.c1489 if (IS_INTERRUPT (func_type) && frame_pointer_needed)
3180 if (IS_INTERRUPT (arm_current_func_type ()))
9288 if (IS_INTERRUPT (func_type))
9603 gcc_assert (IS_INTERRUPT (func_type) || TARGET_REALLY_IWMMXT);
9618 || ! IS_INTERRUPT (func_type)))
9678 if (IS_INTERRUPT (func_type))
10035 if (IS_INTERRUPT (func_type))
10713 if (IS_INTERRUPT (func_type))
13735 if (IS_INTERRUPT (func_type))

Completed in 135 milliseconds