Home
last modified time | relevance | path

Searched refs:ix86_binary_operator_ok (Results 1 – 11 of 11) sorted by relevance

/freebsd-12.1/contrib/gcc/config/i386/
H A Dmmx.md218 "TARGET_3DNOW && ix86_binary_operator_ok (PLUS, V2SFmode, operands)"
393 "TARGET_3DNOW && ix86_binary_operator_ok (EQ, V2SFmode, operands)"
576 "TARGET_SSE2 && ix86_binary_operator_ok (PLUS, DImode, operands)"
646 "TARGET_MMX && ix86_binary_operator_ok (MULT, V4HImode, operands)"
675 && ix86_binary_operator_ok (MULT, V4HImode, operands)"
743 && ix86_binary_operator_ok (UMAX, V8QImode, operands)"
753 && ix86_binary_operator_ok (SMAX, V4HImode, operands)"
763 && ix86_binary_operator_ok (UMIN, V8QImode, operands)"
773 && ix86_binary_operator_ok (SMIN, V4HImode, operands)"
1306 && ix86_binary_operator_ok (PLUS, V8QImode, operands)"
[all …]
H A Dsse.md299 "TARGET_SSE && ix86_binary_operator_ok (PLUS, V4SFmode, operands)"
311 "TARGET_SSE && ix86_binary_operator_ok (PLUS, V4SFmode, operands)"
355 "TARGET_SSE && ix86_binary_operator_ok (MULT, V4SFmode, operands)"
367 "TARGET_SSE && ix86_binary_operator_ok (MULT, V4SFmode, operands)"
481 && ix86_binary_operator_ok (SMAX, V4SFmode, operands)"
523 && ix86_binary_operator_ok (SMIN, V4SFmode, operands)"
784 "TARGET_SSE && ix86_binary_operator_ok (AND, V4SFmode, operands)"
809 "TARGET_SSE && ix86_binary_operator_ok (IOR, V4SFmode, operands)"
825 "TARGET_SSE && ix86_binary_operator_ok (XOR, V4SFmode, operands)"
1513 && ix86_binary_operator_ok (SMAX, V2DFmode, operands)"
[all …]
H A Di386.md4884 "ix86_binary_operator_ok (PLUS, QImode, operands)"
8213 "ix86_binary_operator_ok (AND, SImode, operands)"
8335 "ix86_binary_operator_ok (AND, HImode, operands)"
8381 "ix86_binary_operator_ok (AND, QImode, operands)"
8408 "ix86_binary_operator_ok (AND, QImode, operands)
8668 "ix86_binary_operator_ok (IOR, SImode, operands)"
8761 "ix86_binary_operator_ok (IOR, HImode, operands)"
8805 "ix86_binary_operator_ok (IOR, QImode, operands)"
9044 "ix86_binary_operator_ok (XOR, SImode, operands)"
9138 "ix86_binary_operator_ok (XOR, HImode, operands)"
[all …]
H A Di386-protos.h89 extern int ix86_binary_operator_ok (enum rtx_code, enum machine_mode, rtx[]);
H A Di386.c9679 ix86_binary_operator_ok (enum rtx_code code, in ix86_binary_operator_ok() function
16198 else if (optimize || !ix86_binary_operator_ok (UNKNOWN, tmode, xops)) in ix86_expand_binop_builtin()
/freebsd-12.1/contrib/gcc/
H A DFSFChangeLog.10561 * i386.c (ix86_binary_operator_ok): One memory operand is OK.
1765 ix86_binary_operator_ok, ix86_expand_unary_operator,
H A DChangeLog-200535172 commutative; use ix86_binary_operator_ok.
35178 Macroize from existing patterns; use ix86_binary_operator_ok.
35331 operands. Use ix86_binary_operator_ok.
H A DChangeLog-20024105 * config/i386/i386.md (subdi3_1): Add call to ix86_binary_operator_ok.
4819 * config/i386/i386.md (adddi3_1): Add call to ix86_binary_operator_ok.
H A DChangeLog-199810288 (ix86_binary_operator_ok): Likewise.
H A DChangeLog-19992329 (ix86_binary_operator_ok): Do not allow operand 1 to
H A DChangeLog-2004815 * config/i386/i386.md (sse2_movsd): Remove ix86_binary_operator_ok
39709 ix86_expand_binary_operator, ix86_binary_operator_ok):