Searched refs:ix86_binary_operator_ok (Results 1 – 12 of 12) sorted by relevance
| /openbsd-src/gnu/gcc/gcc/config/i386/ |
| H A D | mmx.md | 218 "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 …]
|
| H A D | sse.md | 299 "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)" 1047 "TARGET_SSE && ix86_binary_operator_ok (UNKNOWN, V4SFmode, operands)" [all …]
|
| H A D | i386.md | 4754 "TARGET_64BIT && ix86_binary_operator_ok (PLUS, TImode, operands)" 4793 "!TARGET_64BIT && ix86_binary_operator_ok (PLUS, DImode, operands)" 4820 "TARGET_64BIT && ix86_binary_operator_ok (PLUS, DImode, operands)" 4833 "TARGET_64BIT && ix86_binary_operator_ok (PLUS, DImode, operands)" 4844 "ix86_binary_operator_ok (PLUS, QImode, operands)" 4856 "ix86_binary_operator_ok (PLUS, HImode, operands)" 4868 "ix86_binary_operator_ok (PLUS, SImode, operands)" 4881 "TARGET_64BIT && ix86_binary_operator_ok (PLUS, SImode, operands)" 4894 "ix86_binary_operator_ok (PLUS, SImode, operands)" 4906 "ix86_binary_operator_ok (PLUS, QImode, operands)" [all …]
|
| H A D | i386-protos.h | 89 extern int ix86_binary_operator_ok (enum rtx_code, enum machine_mode, rtx[]);
|
| H A D | i386.c | 9451 ix86_binary_operator_ok (enum rtx_code code, in ix86_binary_operator_ok() function 15792 else if (optimize || !ix86_binary_operator_ok (UNKNOWN, tmode, xops)) in ix86_expand_binop_builtin()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/i386/ |
| H A D | i386.md | 4711 "!TARGET_64BIT && ix86_binary_operator_ok (PLUS, DImode, operands)" 4738 "TARGET_64BIT && ix86_binary_operator_ok (PLUS, DImode, operands)" 4752 "TARGET_64BIT && ix86_binary_operator_ok (PLUS, DImode, operands)" 4763 "ix86_binary_operator_ok (PLUS, SImode, operands)" 4777 "TARGET_64BIT && ix86_binary_operator_ok (PLUS, SImode, operands)" 4791 "ix86_binary_operator_ok (PLUS, SImode, operands)" 4803 "ix86_binary_operator_ok (PLUS, QImode, operands)" 5013 "TARGET_64BIT && ix86_binary_operator_ok (PLUS, DImode, operands)" 5085 && ix86_binary_operator_ok (PLUS, DImode, operands) 5281 "ix86_binary_operator_ok (PLUS, SImode, operands)" [all …]
|
| H A D | i386-protos.h | 129 extern int ix86_binary_operator_ok PARAMS ((enum rtx_code, enum machine_mode,
|
| H A D | i386.c | 8182 ix86_binary_operator_ok (code, mode, operands) in ix86_binary_operator_ok() function
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | FSFChangeLog.10 | 561 * i386.c (ix86_binary_operator_ok): One memory operand is OK. 1765 ix86_binary_operator_ok, ix86_expand_unary_operator,
|
| H A D | ChangeLog | 10571 * config/i386/i386.md (subdi3_1): Add call to ix86_binary_operator_ok. 11224 * config/i386/i386.md (adddi3_1): Add call to ix86_binary_operator_ok.
|
| H A D | ChangeLog.0 | 1709 (ix86_binary_operator_ok): Likewise.
|
| H A D | ChangeLog.2 | 2329 (ix86_binary_operator_ok): Do not allow operand 1 to
|