Searched refs:emit_unop_insn (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.1-release/contrib/gcc/
H A Doptabs.h557 extern void emit_unop_insn (int, rtx, rtx, enum rtx_code);
H A Dexpr.c436 emit_unop_insn (code, to, from,
472 emit_unop_insn (trunc_optab->handlers[to_mode][full_mode].insn_code,
487 emit_unop_insn (sext_optab->handlers[full_mode][from_mode].insn_code,
493 emit_unop_insn (sext_optab->handlers[full_mode][from_mode].insn_code,
525 emit_unop_insn (code, to, from, equiv_code);
540 emit_unop_insn (code, to,
655 emit_unop_insn (code, to, from, equiv_code);
699 emit_unop_insn (trunc_optab->handlers[to_mode][from_mode].insn_code,
3405 emit_unop_insn (ic, x, trunc_y, UNKNOWN);
H A Doptabs.c3172 emit_unop_insn (int icode, rtx target, rtx op0, enum rtx_code code)
4562 emit_unop_insn (icode, target, from,
4759 emit_unop_insn (icode, target, from,
3160 emit_unop_insn (int icode, rtx target, rtx op0, enum rtx_code code) function

Completed in 165 milliseconds