Home
last modified time | relevance | path

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

/NextBSD/contrib/gcc/config/i386/
HDmmx.md218 "TARGET_3DNOW && ix86_binary_operator_ok (PLUS, V2SFmode, operands)"
245 "TARGET_3DNOW && ix86_binary_operator_ok (MULT, V2SFmode, operands)"
254 "TARGET_3DNOW && ix86_binary_operator_ok (SMAX, V2SFmode, operands)"
263 "TARGET_3DNOW && ix86_binary_operator_ok (SMIN, V2SFmode, operands)"
393 "TARGET_3DNOW && ix86_binary_operator_ok (EQ, V2SFmode, operands)"
565 "TARGET_MMX && ix86_binary_operator_ok (PLUS, <MODE>mode, operands)"
576 "TARGET_SSE2 && ix86_binary_operator_ok (PLUS, DImode, operands)"
646 "TARGET_MMX && ix86_binary_operator_ok (MULT, V4HImode, operands)"
660 "TARGET_MMX && ix86_binary_operator_ok (MULT, V4HImode, operands)"
675 && ix86_binary_operator_ok (MULT, V4HImode, operands)"
[all …]
HDsse.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)"
1053 "TARGET_SSE && ix86_binary_operator_ok (UNKNOWN, V4SFmode, operands)"
[all …]
HDi386.md4794 "TARGET_64BIT && ix86_binary_operator_ok (PLUS, TImode, operands)"
4833 "!TARGET_64BIT && ix86_binary_operator_ok (PLUS, DImode, operands)"
4860 "TARGET_64BIT && ix86_binary_operator_ok (PLUS, DImode, operands)"
4873 "TARGET_64BIT && ix86_binary_operator_ok (PLUS, DImode, operands)"
4884 "ix86_binary_operator_ok (PLUS, QImode, operands)"
4896 "ix86_binary_operator_ok (PLUS, HImode, operands)"
4908 "ix86_binary_operator_ok (PLUS, SImode, operands)"
4921 "TARGET_64BIT && ix86_binary_operator_ok (PLUS, SImode, operands)"
4934 "ix86_binary_operator_ok (PLUS, SImode, operands)"
4946 "ix86_binary_operator_ok (PLUS, QImode, operands)"
[all …]
HDi386-protos.h89 extern int ix86_binary_operator_ok (enum rtx_code, enum machine_mode, rtx[]);
HDi386.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()
/NextBSD/contrib/gcc/
HDFSFChangeLog.10561 * i386.c (ix86_binary_operator_ok): One memory operand is OK.
1765 ix86_binary_operator_ok, ix86_expand_unary_operator,
HDChangeLog-200535172 commutative; use ix86_binary_operator_ok.
35178 Macroize from existing patterns; use ix86_binary_operator_ok.
35331 operands. Use ix86_binary_operator_ok.
HDChangeLog-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.
HDChangeLog-199810288 (ix86_binary_operator_ok): Likewise.
HDChangeLog-19992329 (ix86_binary_operator_ok): Do not allow operand 1 to
HDChangeLog-2004815 * config/i386/i386.md (sse2_movsd): Remove ix86_binary_operator_ok
39709 ix86_expand_binary_operator, ix86_binary_operator_ok):