Split instruction info into multiple files, one for each of x87, MMX, and SSE.
authorEvan Cheng <evan.cheng@apple.com>
Tue, 21 Feb 2006 19:13:53 +0000 (19:13 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Tue, 21 Feb 2006 19:13:53 +0000 (19:13 +0000)
commitffcb95beab063efd79208fc3fc6ba12c9fd2da47
tree2186989304ebeafe9caeb93d24a8fef5cb470305
parenta1532bc283a1aeddf42b5145e6e7f131dbad6032
Split instruction info into multiple files, one for each of x87, MMX, and SSE.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26300 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86InstrFPStack.td [new file with mode: 0644]
lib/Target/X86/X86InstrInfo.td
lib/Target/X86/X86InstrMMX.td [new file with mode: 0644]
lib/Target/X86/X86InstrSSE.td [new file with mode: 0644]