Added a variety of floating-point and SSE instructions.
authorSean Callanan <scallanan@apple.com>
Wed, 16 Sep 2009 01:13:52 +0000 (01:13 +0000)
committerSean Callanan <scallanan@apple.com>
Wed, 16 Sep 2009 01:13:52 +0000 (01:13 +0000)
commit5ab9403bc2c3f1f7fc4044ff4a7c394044a1c9e9
treef1a8adbdb3baf2731687e30f011f20fe27738067
parent25d812bd7d1f58f2ba1b598b1425a2e146e27381
Added a variety of floating-point and SSE instructions.
All of these do not have patterns (they're for the
disassembler).

Many of the floating-point instructions will probably
be rolled into definitions that have patterns, and may
eventually be superseded by mdefs.  So I put them
together and left a comment.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81979 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86InstrFPStack.td
lib/Target/X86/X86InstrSSE.td