Searched refs:interrupt_p (Results 1 – 9 of 9) sorted by relevance
1068 #define MUST_SAVE_REGISTER(regno, interrupt_p) \ argument1070 || (interrupt_p && !crtl->is_leaf \1073 || (interrupt_p && regno != GPR_SP)))1089 int interrupt_p; in epiphany_compute_frame_size() local1109 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 …]
1066 #define MUST_SAVE_REGISTER(regno, interrupt_p) \ argument1068 || (interrupt_p && !crtl->is_leaf \1071 || (interrupt_p && regno != GPR_SP)))1087 int interrupt_p; in epiphany_compute_frame_size() local1107 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 …]
1527 #define MUST_SAVE_REGISTER(regno, interrupt_p) \ argument1529 && (df_regs_ever_live_p (regno) && (!call_used_regs[regno] || interrupt_p)))1550 int interrupt_p; in m32r_compute_frame_size() local1565 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()
1528 #define MUST_SAVE_REGISTER(regno, interrupt_p) \ argument1530 && (df_regs_ever_live_p (regno) && (!call_used_regs[regno] || interrupt_p)))1551 int interrupt_p; in m32r_compute_frame_size() local1566 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()
68 static int interrupt_p (tree node);71 static int interrupt_p (tree node);2847 interrupt_p (tree node ATTRIBUTE_UNUSED) in interrupt_p() function4069 if (interrupt_p (cfun->decl)) in m32c_emit_prologue()4080 if (interrupt_p (cfun->decl)) in m32c_emit_prologue()
69 static int interrupt_p (tree node);72 static int interrupt_p (tree node);2851 interrupt_p (tree node ATTRIBUTE_UNUSED) in interrupt_p() function4073 if (interrupt_p (cfun->decl)) in m32c_emit_prologue()4084 if (interrupt_p (cfun->decl)) in m32c_emit_prologue()
19386 bool interrupt_p = IS_INTERRUPT (arm_current_func_type ()); in arm_output_multireg_pop() local19405 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()
19593 bool interrupt_p = IS_INTERRUPT (arm_current_func_type ()); in arm_output_multireg_pop() local19612 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()
13478 (interrupt_p): Likewise.13481 (interrupt_p): Check for fast_interrupt too.