Home
last modified time | relevance | path

Searched refs:nds32_isr_function_critical_p (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/config/nds32/
H A Dnds32-protos.h311 extern bool nds32_isr_function_critical_p (tree);
H A Dnds32-isr.cc942 nds32_isr_function_critical_p (tree func) in nds32_isr_function_critical_p() function
H A Dnds32.md1996 if (nds32_isr_function_critical_p (current_function_decl))
2007 (if_then_else (match_test "nds32_isr_function_critical_p (current_function_decl)")
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/nds32/
H A Dnds32-protos.h311 extern bool nds32_isr_function_critical_p (tree);
H A Dnds32-isr.c942 nds32_isr_function_critical_p (tree func) in nds32_isr_function_critical_p() function
H A Dnds32.md1996 if (nds32_isr_function_critical_p (current_function_decl))
2007 (if_then_else (match_test "nds32_isr_function_critical_p (current_function_decl)")
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-201813310 * config/nds32/nds32-protos.h (nds32_isr_function_critical_p): New.