Henrik Gramner b1496008ee x86inc: Improve FMA instruction handling
* Correctly handle FMA instructions with memory operands.
 * Print a warning if FMA instructions are used without the correct cpuflag.
 * Simplify the instantiation code.
 * Clarify documentation.

Only the last operand in FMA3 instructions can be a memory operand. When
converting FMA4 instructions to FMA3 instructions we can utilize the fact
that multiply is a commutative operation and reorder operands if necessary
to ensure that a memory operand is used only as the last operand.
2016-01-21 23:19:46 +01:00
..
2015-08-22 02:56:53 +02:00
2015-10-28 04:23:14 -05:00
2015-10-28 04:23:14 -05:00
2013-02-17 00:18:16 +01:00
2015-08-04 20:13:09 +02:00
2014-08-05 21:05:52 +02:00
2015-09-11 23:27:03 -03:00