Home
last modified time | relevance | path

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

/netbsd/external/gpl3/gcc/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.c7737 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()
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()
26116 if (IS_CMSE_ENTRY (arm_current_func_type ())) in thumb_exit()
27219 if (IS_CMSE_ENTRY (arm_current_func_type ())) in thumb1_expand_epilogue()
27558 && !IS_CMSE_ENTRY (func_type) in arm_expand_epilogue()
[all …]
H A Darm.cc7862 if (IS_CMSE_ENTRY (arm_current_func_type ())) in arm_function_ok_for_sibcall()
21397 && !IS_CMSE_ENTRY (func_type) in output_return_instruction()
21538 if (IS_CMSE_ENTRY (func_type)) in output_return_instruction()
21714 if (IS_CMSE_ENTRY (func_type)) in arm_output_function_prologue()
25985 || IS_CMSE_ENTRY (arm_current_func_type ())) in thumb_pop()
26051 if (IS_CMSE_ENTRY (arm_current_func_type ())) in thumb_exit()
26071 && !IS_CMSE_ENTRY (arm_current_func_type ())) in thumb_exit()
26291 if (IS_CMSE_ENTRY (arm_current_func_type ())) in thumb_exit()
27394 if (IS_CMSE_ENTRY (arm_current_func_type ())) in thumb1_expand_epilogue()
27729 && !IS_CMSE_ENTRY (func_type) in arm_expand_epilogue()
[all …]
H A Dthumb1.md1980 (match_test "IS_CMSE_ENTRY (arm_current_func_type ())")
/netbsd/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.c7737 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()
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()
26116 if (IS_CMSE_ENTRY (arm_current_func_type ())) in thumb_exit()
27219 if (IS_CMSE_ENTRY (arm_current_func_type ())) in thumb1_expand_epilogue()
27558 && !IS_CMSE_ENTRY (func_type) in arm_expand_epilogue()
[all …]
H A Dthumb1.md2016 (match_test "IS_CMSE_ENTRY (arm_current_func_type ())")
/netbsd/external/gpl3/gcc/dist/gcc/
H A DChangeLog-20162577 (IS_CMSE_ENTRY): Likewise.