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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/arc/
H A Darc.h1490 #define ARC_FAST_INTERRUPT_P(TYPE) (((TYPE) & ARC_FUNCTION_FIRQ) != 0) macro
H A Darc.c127 || (ARC_FAST_INTERRUPT_P (FNTYPE) \
133 || (ARC_FAST_INTERRUPT_P (FNTYPE) \
137 (ARC_INTERRUPT_P (FNTYPE) && !ARC_FAST_INTERRUPT_P (FNTYPE) \
2646 bool firq_auto_save_p = ARC_FAST_INTERRUPT_P (fn_type);
3814 && !ARC_FAST_INTERRUPT_P (fn_type))
/netbsd-current/external/gpl3/gcc/dist/gcc/config/arc/
H A Darc.h1505 #define ARC_FAST_INTERRUPT_P(TYPE) (((TYPE) & ARC_FUNCTION_FIRQ) != 0) macro
H A Darc.cc127 || (ARC_FAST_INTERRUPT_P (FNTYPE) \
133 || (ARC_FAST_INTERRUPT_P (FNTYPE) \
137 (ARC_INTERRUPT_P (FNTYPE) && !ARC_FAST_INTERRUPT_P (FNTYPE) \
2652 bool firq_auto_save_p = ARC_FAST_INTERRUPT_P (fn_type);
3819 && !ARC_FAST_INTERRUPT_P (fn_type))

Completed in 218 milliseconds