stub out a header to put 3dNow! instructions into.
[oota-llvm.git] / lib / Target / X86 / X86Instr3DNow.td
1 //====- X86Instr3DNow.td - The 3DNow! Instruction Set ------*- tablegen -*-===//
2 //
3 //                     The LLVM Compiler Infrastructure
4 //
5 // This file is distributed under the University of Illinois Open Source
6 // License. See LICENSE.TXT for details.
7 //
8 //===----------------------------------------------------------------------===//
9 //
10 // This file describes the 3DNow! instruction set, which extends MMX to support
11 // floating point and also adds a few more random instructions for good measure.
12 //
13 //===----------------------------------------------------------------------===//