stub out a header to put 3dNow! instructions into.

llvm-svn: 115429
This commit is contained in:
Chris Lattner 2010-10-02 23:06:23 +00:00
parent 97c7571ef3
commit ae1a9de083
3 changed files with 16 additions and 1 deletions

View File

@ -0,0 +1,13 @@
//====- X86Instr3DNow.td - The 3DNow! Instruction Set ------*- tablegen -*-===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
//
// This file describes the 3DNow! instruction set, which extends MMX to support
// floating point and also adds a few more random instructions for good measure.
//
//===----------------------------------------------------------------------===//

View File

@ -4994,3 +4994,5 @@ include "X86InstrSSE.td"
//===----------------------------------------------------------------------===//
include "X86InstrMMX.td"
include "X86Instr3DNow.td"

View File

@ -1,4 +1,4 @@
//====- X86InstrMMX.td - Describe the X86 Instruction Set --*- tablegen -*-===//
//====- X86InstrMMX.td - Describe the MMX Instruction Set --*- tablegen -*-===//
//
// The LLVM Compiler Infrastructure
//