mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-15 04:30:12 +00:00
stub out a header to put 3dNow! instructions into.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@115429 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
4eac9247aa
commit
7330d97069
13
lib/Target/X86/X86Instr3DNow.td
Normal file
13
lib/Target/X86/X86Instr3DNow.td
Normal 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.
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
@ -4994,3 +4994,5 @@ include "X86InstrSSE.td"
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
include "X86InstrMMX.td"
|
||||
include "X86Instr3DNow.td"
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
//====- X86InstrMMX.td - Describe the X86 Instruction Set --*- tablegen -*-===//
|
||||
//====- X86InstrMMX.td - Describe the MMX Instruction Set --*- tablegen -*-===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
//
|
||||
|
Loading…
Reference in New Issue
Block a user