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

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/arm/
H A Darm.h1135 (! IS_INTERRUPT (cfun->machine->func_type) || \
1579 #define IS_INTERRUPT(t) (t & ARM_FT_INTERRUPT)
1573 #define IS_INTERRUPT macro
H A Darm.c2124 if (IS_INTERRUPT (func_type) && (frame_pointer_needed || TARGET_THUMB))
2186 if (TARGET_INTERWORK && saved_int_regs != 0 && !IS_INTERRUPT(func_type))
4814 if (IS_INTERRUPT (func_type))
12845 if (IS_INTERRUPT (func_type))
13207 && (IS_INTERRUPT (func_type) || !TARGET_INTERWORK))
13226 gcc_assert (IS_INTERRUPT (func_type) || TARGET_REALLY_IWMMXT);
13241 || ! IS_INTERRUPT (func_type)))
13310 if (IS_INTERRUPT (func_type))
13666 if (IS_INTERRUPT (func_type))
13723 && !IS_INTERRUPT (func_typ
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/arm/
H A Darm.h956 (! IS_INTERRUPT (cfun->machine->func_type) || \
1485 #define IS_INTERRUPT(t) (t & ARM_FT_INTERRUPT)
1479 #define IS_INTERRUPT macro
H A Darm.c1480 if (IS_INTERRUPT (func_type) && frame_pointer_needed)
3170 if (IS_INTERRUPT (arm_current_func_type ()))
9184 if (IS_INTERRUPT (func_type))
9496 gcc_assert (IS_INTERRUPT (func_type) || TARGET_REALLY_IWMMXT);
9511 || ! IS_INTERRUPT (func_type)))
9571 if (IS_INTERRUPT (func_type))
9928 if (IS_INTERRUPT (func_type))
10609 if (IS_INTERRUPT (func_type))
13641 if (IS_INTERRUPT (func_type))

Completed in 226 milliseconds