Searched refs:IS_CMSE_ENTRY (Results 1 – 9 of 9) sorted by relevance
4439 if (IS_CMSE_ENTRY (func_type) && (saved_int_regs || TARGET_HAVE_FPCXT_CMSE)) in use_return_insn()7862 if (IS_CMSE_ENTRY (arm_current_func_type ())) in arm_function_ok_for_sibcall()21429 && !IS_CMSE_ENTRY (func_type) in output_return_instruction()21570 if (IS_CMSE_ENTRY (func_type)) in output_return_instruction()21746 if (IS_CMSE_ENTRY (func_type)) in arm_output_function_prologue()22880 if (TARGET_HAVE_FPCXT_CMSE && IS_CMSE_ENTRY (func_type)) in arm_compute_frame_layout()23436 if (IS_CMSE_ENTRY (func_type)) in arm_expand_prologue()23628 if (TARGET_HAVE_FPCXT_CMSE && IS_CMSE_ENTRY (func_type)) in arm_expand_prologue()26062 || IS_CMSE_ENTRY (arm_current_func_type ())) in thumb_pop()26128 if (IS_CMSE_ENTRY (arm_current_func_type ())) in thumb_exit()[all …]
1210 "TARGET_THUMB2 && !IS_CMSE_ENTRY (arm_current_func_type ())"1218 "TARGET_THUMB2 && IS_CMSE_ENTRY (arm_current_func_type ())"
1564 #define IS_CMSE_ENTRY(t) (t & ARM_FT_CMSE_ENTRY) macro
1980 (match_test "IS_CMSE_ENTRY (arm_current_func_type ())")
1471 #define IS_CMSE_ENTRY(t) (t & ARM_FT_CMSE_ENTRY) macro
1163 "TARGET_THUMB2 && !IS_CMSE_ENTRY (arm_current_func_type ())"1171 "TARGET_THUMB2 && IS_CMSE_ENTRY (arm_current_func_type ())"
4334 if (IS_CMSE_ENTRY (func_type) && (saved_int_regs || TARGET_HAVE_FPCXT_CMSE)) in use_return_insn()7737 if (IS_CMSE_ENTRY (arm_current_func_type ())) in arm_function_ok_for_sibcall()21227 && !IS_CMSE_ENTRY (func_type) in output_return_instruction()21368 if (IS_CMSE_ENTRY (func_type)) in output_return_instruction()21544 if (IS_CMSE_ENTRY (func_type)) in arm_output_function_prologue()22679 if (TARGET_HAVE_FPCXT_CMSE && IS_CMSE_ENTRY (func_type)) in arm_compute_frame_layout()23383 if (TARGET_HAVE_FPCXT_CMSE && IS_CMSE_ENTRY (func_type)) in arm_expand_prologue()25810 || IS_CMSE_ENTRY (arm_current_func_type ())) in thumb_pop()25876 if (IS_CMSE_ENTRY (arm_current_func_type ())) in thumb_exit()25896 && !IS_CMSE_ENTRY (arm_current_func_type ())) in thumb_exit()[all …]
2016 (match_test "IS_CMSE_ENTRY (arm_current_func_type ())")
2577 (IS_CMSE_ENTRY): Likewise.