Home
last modified time | relevance | path

Searched refs:ARM_FUNC_TYPE (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/
H A Darm.h1465 #define ARM_FUNC_TYPE(t) (t & ARM_FT_TYPE_MASK) macro
H A Darm.c4045 if (ARM_FUNC_TYPE (cfun->machine->func_type) == ARM_FT_UNKNOWN) in arm_current_func_type()
20839 if (ARM_FUNC_TYPE (func_type) == ARM_FT_FIQ) in arm_compute_save_reg0_reg12_mask()
20988 && ARM_FUNC_TYPE (func_type) == ARM_FT_NORMAL in arm_compute_save_core_reg_mask()
21349 switch ((int) ARM_FUNC_TYPE (func_type)) in output_return_instruction()
21515 switch ((int) ARM_FUNC_TYPE (func_type)) in arm_output_function_prologue()
27332 && ARM_FUNC_TYPE (func_type) == ARM_FT_NORMAL in arm_expand_epilogue_apcs_frame()
27556 if (ARM_FUNC_TYPE (func_type) != ARM_FT_INTERWORKED in arm_expand_epilogue()
27557 && (TARGET_ARM || ARM_FUNC_TYPE (func_type) == ARM_FT_NORMAL) in arm_expand_epilogue()
H A Darm.md8901 && ARM_FUNC_TYPE (arm_current_func_type ()) == ARM_FT_NORMAL
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/
H A Darm.h1558 #define ARM_FUNC_TYPE(t) (t & ARM_FT_TYPE_MASK) macro
H A Darm.cc4124 if (ARM_FUNC_TYPE (cfun->machine->func_type) == ARM_FT_UNKNOWN) in arm_current_func_type()
21046 if (ARM_FUNC_TYPE (func_type) == ARM_FT_FIQ) in arm_compute_save_reg0_reg12_mask()
21194 && ARM_FUNC_TYPE (func_type) == ARM_FT_NORMAL in arm_compute_save_core_reg_mask()
21551 switch ((int) ARM_FUNC_TYPE (func_type)) in output_return_instruction()
21717 switch ((int) ARM_FUNC_TYPE (func_type)) in arm_output_function_prologue()
27634 && ARM_FUNC_TYPE (func_type) == ARM_FT_NORMAL in arm_expand_epilogue_apcs_frame()
27856 if (ARM_FUNC_TYPE (func_type) != ARM_FT_INTERWORKED in arm_expand_epilogue()
27857 && (TARGET_ARM || ARM_FUNC_TYPE (func_type) == ARM_FT_NORMAL) in arm_expand_epilogue()
H A Darm.md8902 && ARM_FUNC_TYPE (arm_current_func_type ()) == ARM_FT_NORMAL
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-20001206 (ARM_FUNC_TYPE): New macro.