Home
last modified time | relevance | path

Searched refs:IS_CMSE_ENTRY (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/
H A Darm.cc4439 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 …]
H A Dthumb2.md1210 "TARGET_THUMB2 && !IS_CMSE_ENTRY (arm_current_func_type ())"
1218 "TARGET_THUMB2 && IS_CMSE_ENTRY (arm_current_func_type ())"
H A Darm.h1564 #define IS_CMSE_ENTRY(t) (t & ARM_FT_CMSE_ENTRY) macro
H A Dthumb1.md1980 (match_test "IS_CMSE_ENTRY (arm_current_func_type ())")
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/
H A Darm.h1471 #define IS_CMSE_ENTRY(t) (t & ARM_FT_CMSE_ENTRY) macro
H A Dthumb2.md1163 "TARGET_THUMB2 && !IS_CMSE_ENTRY (arm_current_func_type ())"
1171 "TARGET_THUMB2 && IS_CMSE_ENTRY (arm_current_func_type ())"
H A Darm.c4334 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 …]
H A Dthumb1.md2016 (match_test "IS_CMSE_ENTRY (arm_current_func_type ())")
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-20162577 (IS_CMSE_ENTRY): Likewise.