Home
last modified time | relevance | path

Searched refs:operand0 (Results 1 – 3 of 3) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/config/i386/
H A Di386.c35198 ix86_expand_rint (rtx operand0, rtx operand1) in ix86_expand_rint() argument
35207 enum machine_mode mode = GET_MODE (operand0); in ix86_expand_rint()
35228 emit_move_insn (operand0, res); in ix86_expand_rint()
35290 emit_move_insn (operand0, res); in ix86_expand_floorceildf_32()
35351 emit_move_insn (operand0, res); in ix86_expand_floorceil()
35424 emit_move_insn (operand0, res); in ix86_expand_rounddf_32()
35430 ix86_expand_trunc (rtx operand0, rtx operand1) in ix86_expand_trunc() argument
35468 emit_move_insn (operand0, res); in ix86_expand_trunc()
35526 emit_move_insn (operand0, res); in ix86_expand_truncdf_32()
35532 ix86_expand_round (rtx operand0, rtx operand1) in ix86_expand_round() argument
[all …]
/dragonfly/contrib/gcc-8.0/gcc/config/i386/
H A Di386.c45578 machine_mode mode = GET_MODE (operand0); in ix86_expand_rint()
45608 emit_move_insn (operand0, res); in ix86_expand_rint()
45630 machine_mode mode = GET_MODE (operand0); in ix86_expand_floorceildf_32()
45670 emit_move_insn (operand0, res); in ix86_expand_floorceildf_32()
45693 machine_mode mode = GET_MODE (operand0); in ix86_expand_floorceil()
45731 emit_move_insn (operand0, res); in ix86_expand_floorceil()
45756 machine_mode mode = GET_MODE (operand0); in ix86_expand_rounddf_32()
45803 emit_move_insn (operand0, res); in ix86_expand_rounddf_32()
45848 emit_move_insn (operand0, res); in ix86_expand_trunc()
45906 emit_move_insn (operand0, res); in ix86_expand_truncdf_32()
[all …]
/dragonfly/contrib/gcc-4.7/gcc/doc/
H A Dmd.texi4284 operand0[i][j] = operand1[j * c + i];
4309 operand0[j * c + i] = operand1[i][j];