Add complete assembler support for FMA3 instructions, with descriptions and encodings...
authorBruno Cardoso Lopes <bruno.cardoso@gmail.com>
Fri, 23 Jul 2010 00:54:35 +0000 (00:54 +0000)
committerBruno Cardoso Lopes <bruno.cardoso@gmail.com>
Fri, 23 Jul 2010 00:54:35 +0000 (00:54 +0000)
commit6b7e9168a451a7c07ceda1c92470b3b691e35c20
tree018b398bc83484bf63b3ba455eba21e9b9158756
parentc76d23f2e2550c60aaa26ec23711aecebea7f533
Add complete assembler support for FMA3 instructions, with descriptions and encodings taken from the AVX manual

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@109204 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86InstrFMA.td [new file with mode: 0644]
lib/Target/X86/X86InstrFormats.td
lib/Target/X86/X86InstrInfo.td
test/MC/AsmParser/X86/x86_32-fma3-encoding.s [new file with mode: 0644]
test/MC/AsmParser/X86/x86_64-fma3-encoding.s [new file with mode: 0644]