Home
last modified time | relevance | path

Searched refs:cc_compound_ret (Results 1 – 7 of 7) sorted by relevance

/dports/devel/libfirm/libfirm-1.21.0/ir/ir/
H A Dirdumptxt.c566 if (cc & cc_compound_ret) fputs("compound_ret, ", F); in dump_entity_to_file_prefix()
568 cc &= ~(cc_compound_ret|cc_frame_on_caller_stk); in dump_entity_to_file_prefix()
810 if (cconv & cc_compound_ret) in dump_type_to_file()
/dports/devel/libfirm/libfirm-1.21.0/ir/be/sparc/
H A Dsparc_cconv.c223 (get_method_calling_convention(function_type) & cc_compound_ret)) { in sparc_decide_calling_convention()
H A Dsparc_emitter.c1057 char const *const offset = get_method_calling_convention(type) & cc_compound_ret ? "12" : "8"; in emit_sparc_Return()
H A Dsparc_transform.c1718 = get_method_calling_convention(type) & cc_compound_ret; in gen_Call()
/dports/devel/libfirm/libfirm-1.21.0/ir/lower/
H A Dlower_calls.c195 cconv |= cc_compound_ret; in lower_mtp()
/dports/devel/libfirm/libfirm-1.21.0/include/libfirm/
H A Dtyperep.h1693 cc_compound_ret = 0x10000000, /**< The method returns a compound type. */ enumerator
/dports/devel/libfirm/libfirm-1.21.0/ir/be/ia32/
H A Dbearch_ia32.c1931 if ( (get_method_calling_convention(method_type) & cc_compound_ret) in ia32_get_call_abi()