Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/config/arm/
H A Darm.c1463 if (ARM_FUNC_TYPE (cfun->machine->func_type) == ARM_FT_UNKNOWN) in arm_current_func_type()
9291 if (ARM_FUNC_TYPE (func_type) == ARM_FT_FIQ) in arm_compute_save_reg0_reg12_mask()
9396 && ARM_FUNC_TYPE (func_type) == ARM_FT_NORMAL in arm_compute_save_reg_mask()
9695 switch ((int) ARM_FUNC_TYPE (func_type)) in output_return_instruction()
9785 switch ((int) ARM_FUNC_TYPE (func_type)) in arm_output_function_prologue()
10006 && ARM_FUNC_TYPE (func_type) == ARM_FT_NORMAL in arm_output_epilogue()
10109 if (ARM_FUNC_TYPE (func_type) == ARM_FT_NORMAL in arm_output_epilogue()
10156 switch ((int) ARM_FUNC_TYPE (func_type)) in arm_output_epilogue()
H A Darm.h1370 #define ARM_FUNC_TYPE(t) (t & ARM_FT_TYPE_MASK) macro
/freebsd-12.1/contrib/gcc/
H A DChangeLog-20001206 (ARM_FUNC_TYPE): New macro.