Searched refs:arm_current_func_type (Results 1 – 5 of 5) sorted by relevance
36 extern unsigned long arm_current_func_type (void);
1451 arm_current_func_type (void) in arm_current_func_type() function1476 func_type = arm_current_func_type (); in use_return_insn()9527 func_type = arm_current_func_type (); in output_return_instruction()9773 func_type = arm_current_func_type (); in arm_output_function_prologue()9846 func_type = arm_current_func_type (); in arm_output_epilogue()10532 func_type = arm_current_func_type (); in arm_get_frame_offsets()10681 func_type = arm_current_func_type (); in arm_expand_prologue()13453 if (IS_NAKED (arm_current_func_type ())) in thumb_unexpanded_epilogue()13707 func_type = arm_current_func_type (); in thumb_expand_prologue()13868 if (IS_NAKED (arm_current_func_type ())) in thumb_expand_epilogue()[all …]
39 extern unsigned long arm_current_func_type PARAMS ((void));
899 arm_current_func_type () in arm_current_func_type() function921 func_type = arm_current_func_type ();7281 func_type = arm_current_func_type ();7523 func_type = arm_current_func_type ();7595 func_type = arm_current_func_type ();8119 func_type = arm_current_func_type ();8327 func_type = arm_current_func_type (); in arm_expand_prologue()10102 if (IS_NAKED (arm_current_func_type ())) in thumb_unexpanded_epilogue()10396 func_type = arm_current_func_type (); in thumb_expand_prologue()10491 if (IS_NAKED (arm_current_func_type ())) in thumb_expand_epilogue()[all …]
1194 * config/arm/arm-protos.h (arm_current_func_type): Add1213 (arm_current_func_type): New Function: Returns the type of the1215 (use_return_insn): Use arm_current_func_type.1227 (output_arm_return_instruction): Use arm_current_func_type.1231 (output_arm_prologue): Use arm_current_func_type and1234 (arm_output_epilogue): Use arm_current_func_type and1236 (arm_expand_prologue): Use arm_current_func_type and1240 (thumb_expand_prologue): Use arm_current_func_type.1241 (output_thumb_prologue): Use arm_current_func_type.