aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/X86/X86InstrFMA.td
Commit message (Expand)AuthorAgeFilesLines
* Add intrinsic forms for FMA instructions to opcode folding tables.Craig Topper2012-06-041-4/+4
* Rename fma4 intrinsics to just fma since they are now used for both FMA4 and ...Craig Topper2012-06-031-54/+54
* Use sse_load_f32/64 for scalar FMA3 intrinsic patterns instead of 128-bit loa...Craig Topper2012-06-031-36/+30
* Add neverHasSideEffects and mayLoad to FMA3 instructions.Craig Topper2012-06-031-0/+5
* Remove fadd(fmul) patterns for FMA3. This needs to be implemented by paying a...Craig Topper2012-06-011-212/+0
* Tidy up. Remove trailing spaces and fix the worst of the 80 column violations.Craig Topper2012-06-011-74/+90
* Added FMA3 Intel instructions.Elena Demikhovsky2012-05-311-42/+321
* some comment fix for X86 and ARMJia Liu2012-02-191-1/+1
* Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu2012-02-181-1/+1
* Mark scalar FMA4 instructions as ignoring the VEX.L bit.Craig Topper2012-01-051-4/+4
* Add FMA4 instructions to disassembler.Craig Topper2011-12-301-38/+53
* Separate the concept of having memory access in operand 4 from the concept of...Craig Topper2011-12-301-6/+6
* Combine FMA4 SS/SD patterns with the instruction definitions.Craig Topper2011-12-301-97/+24
* Combine FMA4 PS/PD patterns with the instruction definitions.Craig Topper2011-12-301-219/+42
* Change FMA4 memory forms to use memopv* instead of alignedloadv*. No need to ...Craig Topper2011-12-301-58/+48
* Fix load size for FMA4 SS/SD instructions. They need to use f32 and f64 size,...Craig Topper2011-12-301-60/+43
* Fix execution domains for PS/PD FMA3 instructions. Add SS/SD forms o FMA3 ins...Craig Topper2011-12-291-18/+54
* Expose FMA3 instructions to the disassembler.Craig Topper2011-12-291-17/+15
* Src2 and src3 were accidentally swapped for the FMA4 rr patterns. Undo this a...Jan Sjödin2011-12-081-3/+3
* Support for encoding all FMA4 instructions and tablegen patterns for allJan Sjödin2011-11-301-0/+349
* This patch contains support for encoding FMA4 instructions andBruno Cardoso Lopes2011-11-251-0/+39
* Add complete assembler support for FMA3 instructions, with descriptions and e...Bruno Cardoso Lopes2010-07-231-0/+60