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

/freebsd-10-stable/contrib/gcc/config/arm/
H A Darm.c145 static rtx emit_set_insn (rtx, rtx);
727 emit_set_insn (rtx x, rtx y)
1710 emit_set_insn (target, GEN_INT (val));
1717 emit_set_insn (temp, GEN_INT (val));
1721 emit_set_insn (target, gen_rtx_MINUS (mode, temp, source));
1723 emit_set_insn (target,
6834 emit_set_insn (cc_reg, gen_rtx_COMPARE (mode, x, y));
6888 emit_set_insn (base_plus, base);
6946 emit_set_insn (gen_rtx_SUBREG (SImode, operands[0], 0),
6954 emit_set_insn (gen_rtx_SUBRE
724 emit_set_insn (rtx x, rtx y) function
[all...]

Completed in 75 milliseconds