Home
last modified time | relevance | path

Searched refs:xops (Results 1 – 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/gcc/config/i386/
Dsse.md2872 rtx xops[6];
2875 xops[0] = operands[0];
2876 xops[1] = operands[1];
2877 xops[2] = operands[2];
2878 xops[3] = gen_rtx_GT (VOIDmode, operands[1], operands[2]);
2879 xops[4] = operands[1];
2880 xops[5] = operands[2];
2881 ok = ix86_expand_int_vcond (xops);
2892 rtx xops[6];
2895 xops[0] = operands[0];
[all …]
Di386.c5183 rtx xops[2]; in ix86_file_end() local
5233 xops[0] = gen_rtx_REG (SImode, regno); in ix86_file_end()
5234 xops[1] = gen_rtx_MEM (SImode, stack_pointer_rtx); in ix86_file_end()
5235 output_asm_insn ("mov{l}\t{%1, %0|%0, %1}", xops); in ix86_file_end()
5236 output_asm_insn ("ret", xops); in ix86_file_end()
5248 rtx xops[3]; in output_set_got() local
5250 xops[0] = dest; in output_set_got()
5251 xops[1] = gen_rtx_SYMBOL_REF (Pmode, GOT_SYMBOL_NAME); in output_set_got()
5255 xops[2] = gen_rtx_LABEL_REF (Pmode, label ? label : gen_label_rtx ()); in output_set_got()
5258 output_asm_insn ("mov{l}\t{%2, %0|%0, %2}", xops); in output_set_got()
[all …]
Di386.md19756 rtx xops[3];
19760 xops[0] = xops[1] = picreg;
19761 xops[2] = gen_rtx_CONST (SImode,
19765 ix86_expand_binary_operator (MINUS, SImode, xops);
/freebsd-12-stable/contrib/gcc/config/ia64/
Dia64.c1768 rtx xops[6]; in ia64_expand_vecint_minmax() local
1789 xops[0] = operands[0]; in ia64_expand_vecint_minmax()
1790 xops[4] = xops[1] = operands[1]; in ia64_expand_vecint_minmax()
1791 xops[5] = xops[2] = operands[2]; in ia64_expand_vecint_minmax()
1810 xops[3] = gen_rtx_fmt_ee (code, VOIDmode, operands[1], operands[2]); in ia64_expand_vecint_minmax()
1812 ia64_expand_vecint_cmov (xops); in ia64_expand_vecint_minmax()
/freebsd-12-stable/contrib/gcc/
DChangeLog-19999560 * i386.c (output_strlen_unroll): Don't write xops[7]
DChangeLog-200513857 (ia64_expand_vecint_minmax): Fix size of xops.