Searched refs:hard_libcall_value (Results 1 – 14 of 14) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | explow.h | 125 extern rtx hard_libcall_value (machine_mode, rtx);
|
H A D | explow.cc | 2284 hard_libcall_value (machine_mode mode, rtx fun) in hard_libcall_value() function
|
H A D | calls.cc | 4651 ? hard_libcall_value (outmode, orgfun) : NULL_RTX); in emit_library_call_value_1()
|
H A D | optabs.cc | 3509 = GET_MODE (hard_libcall_value (TYPE_MODE (integer_type_node), in expand_unop()
|
H A D | ChangeLog-2009 | 14421 SYMBOL_REF to hard_libcall_value. 14448 * expr.h (hard_libcall_value): Pass the function RTX through. 14450 hard_libcall_value. 14451 * explow.c (hard_libcall_value): Use new target hook.
|
H A D | ChangeLog-2000 | 15061 of hard_libcall_value.
|
H A D | ChangeLog-2003 | 6523 hard_libcall_value.
|
H A D | ChangeLog-2002 | 7384 hard_libcall_value.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | explow.h | 121 extern rtx hard_libcall_value (machine_mode, rtx);
|
H A D | explow.c | 2252 hard_libcall_value (machine_mode mode, rtx fun) in hard_libcall_value() function
|
H A D | calls.c | 5651 ? hard_libcall_value (outmode, orgfun) : NULL_RTX); in emit_library_call_value_1()
|
H A D | optabs.c | 3059 = GET_MODE (hard_libcall_value (TYPE_MODE (integer_type_node), in expand_unop()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/sparc/ |
H A D | sparc.c | 8557 emit_move_insn (result, hard_libcall_value (mode, libfunc)); in sparc_emit_float_lib_cmp()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/sparc/ |
H A D | sparc.cc | 8489 emit_move_insn (result, hard_libcall_value (mode, libfunc)); in sparc_emit_float_lib_cmp()
|