Home
last modified time | relevance | path

Searched refs:IS_INTERRUPT (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/
H A Darm.h1187 (! IS_INTERRUPT (cfun->machine->func_type) || \
1466 #define IS_INTERRUPT(t) (t & ARM_FT_INTERRUPT) macro
H A Darm.c4243 if (IS_INTERRUPT (func_type) && (frame_pointer_needed || TARGET_THUMB)) in use_return_insn()
4313 if (TARGET_INTERWORK && saved_int_regs != 0 && !IS_INTERRUPT(func_type)) in use_return_insn()
7732 if (IS_INTERRUPT (func_type)) in arm_function_ok_for_sibcall()
19386 bool interrupt_p = IS_INTERRUPT (arm_current_func_type ()); in arm_output_multireg_pop()
20830 if (IS_INTERRUPT (func_type)) in arm_compute_save_reg0_reg12_mask()
21228 && (IS_INTERRUPT (func_type) || !TARGET_INTERWORK)) in output_return_instruction()
21247 gcc_assert (IS_INTERRUPT (func_type) || TARGET_REALLY_IWMMXT); in output_return_instruction()
21262 || ! IS_INTERRUPT (func_type))) in output_return_instruction()
21297 else if (IS_INTERRUPT (func_type)) in output_return_instruction()
21326 if (IS_INTERRUPT (func_type)) in output_return_instruction()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/
H A Darm.h1275 (! IS_INTERRUPT (cfun->machine->func_type) || \
1559 #define IS_INTERRUPT(t) (t & ARM_FT_INTERRUPT) macro
H A Darm.cc4307 if (IS_INTERRUPT (func_type)) in reg_needs_saving_p()
4348 if (IS_INTERRUPT (func_type) && (frame_pointer_needed || TARGET_THUMB)) in use_return_insn()
4418 if (TARGET_INTERWORK && saved_int_regs != 0 && !IS_INTERRUPT(func_type)) in use_return_insn()
7857 if (IS_INTERRUPT (func_type)) in arm_function_ok_for_sibcall()
19593 bool interrupt_p = IS_INTERRUPT (arm_current_func_type ()); in arm_output_multireg_pop()
21037 if (IS_INTERRUPT (func_type)) in arm_compute_save_reg0_reg12_mask()
21430 && (IS_INTERRUPT (func_type) || !TARGET_INTERWORK)) in output_return_instruction()
21449 gcc_assert (IS_INTERRUPT (func_type) || TARGET_REALLY_IWMMXT); in output_return_instruction()
21464 || ! IS_INTERRUPT (func_type))) in output_return_instruction()
21499 else if (IS_INTERRUPT (func_type)) in output_return_instruction()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-20001207 (IS_INTERRUPT): New macro.