Home
last modified time | relevance | path

Searched refs:libcall_type (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/gcc/gcc/
H A Dcalls.c143 static rtx emit_library_call_value_1 (int, rtx, rtx, enum libcall_type,
3263 enum libcall_type fn_type, in emit_library_call_value_1()
3985 emit_library_call (rtx orgfun, enum libcall_type fn_type, in emit_library_call()
4005 enum libcall_type fn_type, in emit_library_call_value()
H A Drtl.h2190 enum libcall_type enum
2202 extern void emit_library_call (rtx, enum libcall_type, enum machine_mode, int,
2204 extern rtx emit_library_call_value (rtx, rtx, enum libcall_type,
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dcalls.c219 enum libcall_type,
3496 enum libcall_type fn_type;
4317 emit_library_call VPARAMS((rtx orgfun, enum libcall_type fn_type, in emit_library_call()
4341 enum libcall_type fn_type, in emit_library_call_value()
H A Drtl.h2208 enum libcall_type enum
2221 extern void emit_library_call PARAMS ((rtx, enum libcall_type,
2224 extern rtx emit_library_call_value PARAMS ((rtx, rtx, enum libcall_type,
H A DChangeLog.48194 * rtl.h (enum libcall_type): New.
8196 be of type enum libcall_type.