Add complete assembler support for FMA3 instructions, with descriptions and encodings...
commit9e06f3b11ef8289ed6a4b6771e31f7b41df852a1
authorBruno Cardoso Lopes <bruno.cardoso@gmail.com>
Fri, 23 Jul 2010 00:54:35 +0000 (23 00:54 +0000)
committerBruno Cardoso Lopes <bruno.cardoso@gmail.com>
Fri, 23 Jul 2010 00:54:35 +0000 (23 00:54 +0000)
tree018b398bc83484bf63b3ba455eba21e9b9158756
parent6985f085869c6b99be0278e2d24c54be3e5a1612
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]