Searched refs:ARM_FUNC_TYPE (Results 1 – 7 of 7) sorted by relevance
1465 #define ARM_FUNC_TYPE(t) (t & ARM_FT_TYPE_MASK) macro
4045 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()
8901 && ARM_FUNC_TYPE (arm_current_func_type ()) == ARM_FT_NORMAL
1558 #define ARM_FUNC_TYPE(t) (t & ARM_FT_TYPE_MASK) macro
4124 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()
8902 && ARM_FUNC_TYPE (arm_current_func_type ()) == ARM_FT_NORMAL
1206 (ARM_FUNC_TYPE): New macro.