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

/freebsd-11-stable/contrib/gcc/config/i386/
H A Di386.c5196 rtx xops[2];
5246 xops[0] = gen_rtx_REG (SImode, regno);
5247 xops[1] = gen_rtx_MEM (SImode, stack_pointer_rtx);
5248 output_asm_insn ("mov{l}\t{%1, %0|%0, %1}", xops); local
5249 output_asm_insn ("ret", xops);
5261 rtx xops[3];
5263 xops[0] = dest;
5264 xops[1] = gen_rtx_SYMBOL_REF (Pmode, GOT_SYMBOL_NAME);
5268 xops[2] = gen_rtx_LABEL_REF (Pmode, label ? label : gen_label_rtx ());
5271 output_asm_insn ("mov{l}\t{%2, %0|%0, %2}", xops);
5183 rtx xops[2]; local
16149 rtx pat, xops[3]; local
18343 rtx xops[3]; local
[all...]
/freebsd-11-stable/contrib/gcc/config/ia64/
H A Dia64.c1773 rtx xops[6];
1794 xops[0] = operands[0];
1795 xops[4] = xops[1] = operands[1];
1796 xops[5] = xops[2] = operands[2];
1815 xops[3] = gen_rtx_fmt_ee (code, VOIDmode, operands[1], operands[2]);
1817 ia64_expand_vecint_cmov (xops);
1768 rtx xops[6]; local

Completed in 98 milliseconds