Home
last modified time | relevance | path

Searched refs:interrupt_p (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/config/epiphany/
H A Depiphany.cc1068 #define MUST_SAVE_REGISTER(regno, interrupt_p) \ argument
1070 || (interrupt_p && !crtl->is_leaf \
1073 || (interrupt_p && regno != GPR_SP)))
1089 int interrupt_p; in epiphany_compute_frame_size() local
1109 interrupt_p = EPIPHANY_INTERRUPT_P (fn_type); in epiphany_compute_frame_size()
1121 if (interrupt_p) in epiphany_compute_frame_size()
1129 if (!interrupt_p && first_slot < 0) in epiphany_compute_frame_size()
1136 if (MUST_SAVE_REGISTER (regno, interrupt_p)) in epiphany_compute_frame_size()
1145 else if (!interrupt_p && first_slot < 0) in epiphany_compute_frame_size()
1149 && (!interrupt_p || regno > GPR_1)) in epiphany_compute_frame_size()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/epiphany/
H A Depiphany.c1066 #define MUST_SAVE_REGISTER(regno, interrupt_p) \ argument
1068 || (interrupt_p && !crtl->is_leaf \
1071 || (interrupt_p && regno != GPR_SP)))
1087 int interrupt_p; in epiphany_compute_frame_size() local
1107 interrupt_p = EPIPHANY_INTERRUPT_P (fn_type); in epiphany_compute_frame_size()
1119 if (interrupt_p) in epiphany_compute_frame_size()
1127 if (!interrupt_p && first_slot < 0) in epiphany_compute_frame_size()
1134 if (MUST_SAVE_REGISTER (regno, interrupt_p)) in epiphany_compute_frame_size()
1143 else if (!interrupt_p && first_slot < 0) in epiphany_compute_frame_size()
1147 && (!interrupt_p || regno > GPR_1)) in epiphany_compute_frame_size()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/m32r/
H A Dm32r.c1527 #define MUST_SAVE_REGISTER(regno, interrupt_p) \ argument
1529 && (df_regs_ever_live_p (regno) && (!call_used_regs[regno] || interrupt_p)))
1550 int interrupt_p; in m32r_compute_frame_size() local
1565 interrupt_p = M32R_INTERRUPT_P (fn_type); in m32r_compute_frame_size()
1570 if (MUST_SAVE_REGISTER (regno, interrupt_p) in m32r_compute_frame_size()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/m32r/
H A Dm32r.cc1528 #define MUST_SAVE_REGISTER(regno, interrupt_p) \ argument
1530 && (df_regs_ever_live_p (regno) && (!call_used_regs[regno] || interrupt_p)))
1551 int interrupt_p; in m32r_compute_frame_size() local
1566 interrupt_p = M32R_INTERRUPT_P (fn_type); in m32r_compute_frame_size()
1571 if (MUST_SAVE_REGISTER (regno, interrupt_p) in m32r_compute_frame_size()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/m32c/
H A Dm32c.c68 static int interrupt_p (tree node);
71 static int interrupt_p (tree node);
2847 interrupt_p (tree node ATTRIBUTE_UNUSED) in interrupt_p() function
4069 if (interrupt_p (cfun->decl)) in m32c_emit_prologue()
4080 if (interrupt_p (cfun->decl)) in m32c_emit_prologue()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/m32c/
H A Dm32c.cc69 static int interrupt_p (tree node);
72 static int interrupt_p (tree node);
2851 interrupt_p (tree node ATTRIBUTE_UNUSED) in interrupt_p() function
4073 if (interrupt_p (cfun->decl)) in m32c_emit_prologue()
4084 if (interrupt_p (cfun->decl)) in m32c_emit_prologue()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/
H A Darm.c19386 bool interrupt_p = IS_INTERRUPT (arm_current_func_type ()); in arm_output_multireg_pop() local
19405 if ((regno_base == SP_REGNUM) && update && !(interrupt_p && return_pc)) in arm_output_multireg_pop()
19439 if (interrupt_p && return_pc) in arm_output_multireg_pop()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/
H A Darm.cc19593 bool interrupt_p = IS_INTERRUPT (arm_current_func_type ()); in arm_output_multireg_pop() local
19612 if ((regno_base == SP_REGNUM) && update && !(interrupt_p && return_pc)) in arm_output_multireg_pop()
19646 if (interrupt_p && return_pc) in arm_output_multireg_pop()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200913478 (interrupt_p): Likewise.
13481 (interrupt_p): Check for fast_interrupt too.