Home
last modified time | relevance | path

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

/openbsd/gnu/gcc/gcc/config/arm/
H A Darm-protos.h36 extern unsigned long arm_current_func_type (void);
H A Darm.c1451 arm_current_func_type (void) in arm_current_func_type() function
1476 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 …]
/openbsd/gnu/usr.bin/gcc/gcc/config/arm/
H A Darm-protos.h39 extern unsigned long arm_current_func_type PARAMS ((void));
H A Darm.c899 arm_current_func_type () in arm_current_func_type() function
921 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 …]
/openbsd/gnu/usr.bin/gcc/gcc/
H A DChangeLog.41194 * config/arm/arm-protos.h (arm_current_func_type): Add
1213 (arm_current_func_type): New Function: Returns the type of the
1215 (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 and
1234 (arm_output_epilogue): Use arm_current_func_type and
1236 (arm_expand_prologue): Use arm_current_func_type and
1240 (thumb_expand_prologue): Use arm_current_func_type.
1241 (output_thumb_prologue): Use arm_current_func_type.