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

/openbsd-current/gnu/gcc/gcc/config/bfin/
H A Dbfin.c454 e_funkind fkind = funkind (TREE_TYPE (current_function_decl));
456 if (fkind != SUBROUTINE)
472 e_funkind fkind = funkind (TREE_TYPE (current_function_decl));
473 bool is_inthandler = fkind != SUBROUTINE;
492 if (fkind != SUBROUTINE)
735 expand_interrupt_handler_prologue (rtx spreg, e_funkind fkind)
754 if (fkind == EXCPT_HANDLER)
784 rtx srcreg = gen_rtx_REG (Pmode, (fkind == EXCPT_HANDLER ? REG_RETX
785 : fkind == NMI_HANDLER ? REG_RETN
793 if (fkind
452 e_funkind fkind = funkind (TREE_TYPE (current_function_decl)); local
470 e_funkind fkind = funkind (TREE_TYPE (current_function_decl)); local
733 expand_interrupt_handler_prologue(rtx spreg, e_funkind fkind) argument
824 expand_interrupt_handler_epilogue(rtx spreg, e_funkind fkind) argument
914 e_funkind fkind = funkind (TREE_TYPE (current_function_decl)); local
973 e_funkind fkind = funkind (TREE_TYPE (current_function_decl)); local
1606 e_funkind fkind = funkind (TREE_TYPE (current_function_decl)); local
[all...]

Completed in 40 milliseconds