Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(705)

Side by Side Diff: src/IceInstX8632.h

Issue 1179563004: Renames the assembler* files. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Changes the top comment for IceAssemblerX8632.cpp Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « src/IceInstARM32.cpp ('k') | src/IceInstX8632.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 //===- subzero/src/IceInstX8632.h - x86-32 machine instructions -*- C++ -*-===// 1 //===- subzero/src/IceInstX8632.h - x86-32 machine instructions -*- C++ -*-===//
2 // 2 //
3 // The Subzero Code Generator 3 // The Subzero Code Generator
4 // 4 //
5 // This file is distributed under the University of Illinois Open Source 5 // This file is distributed under the University of Illinois Open Source
6 // License. See LICENSE.TXT for details. 6 // License. See LICENSE.TXT for details.
7 // 7 //
8 //===----------------------------------------------------------------------===// 8 //===----------------------------------------------------------------------===//
9 // 9 //
10 // This file declares the InstX8632 and OperandX8632 classes and 10 // This file declares the InstX8632 and OperandX8632 classes and
11 // their subclasses. This represents the machine instructions and 11 // their subclasses. This represents the machine instructions and
12 // operands used for x86-32 code selection. 12 // operands used for x86-32 code selection.
13 // 13 //
14 //===----------------------------------------------------------------------===// 14 //===----------------------------------------------------------------------===//
15 15
16 #ifndef SUBZERO_SRC_ICEINSTX8632_H 16 #ifndef SUBZERO_SRC_ICEINSTX8632_H
17 #define SUBZERO_SRC_ICEINSTX8632_H 17 #define SUBZERO_SRC_ICEINSTX8632_H
18 18
19 #include "assembler_ia32.h" 19 #include "IceAssemblerX8632.h"
20 #include "IceConditionCodesX8632.h" 20 #include "IceConditionCodesX8632.h"
21 #include "IceDefs.h" 21 #include "IceDefs.h"
22 #include "IceInst.h" 22 #include "IceInst.h"
23 #include "IceInstX8632.def" 23 #include "IceInstX8632.def"
24 #include "IceOperand.h" 24 #include "IceOperand.h"
25 25
26 namespace Ice { 26 namespace Ice {
27 27
28 class TargetX8632; 28 class TargetX8632;
29 29
(...skipping 1675 matching lines...) Expand 10 before | Expand all | Expand 10 after
1705 template <> void InstX8632Pinsr::emitIAS(const Cfg *Func) const; 1705 template <> void InstX8632Pinsr::emitIAS(const Cfg *Func) const;
1706 template <> void InstX8632Movsx::emitIAS(const Cfg *Func) const; 1706 template <> void InstX8632Movsx::emitIAS(const Cfg *Func) const;
1707 template <> void InstX8632Movzx::emitIAS(const Cfg *Func) const; 1707 template <> void InstX8632Movzx::emitIAS(const Cfg *Func) const;
1708 template <> void InstX8632Pmull::emitIAS(const Cfg *Func) const; 1708 template <> void InstX8632Pmull::emitIAS(const Cfg *Func) const;
1709 template <> void InstX8632Pshufd::emitIAS(const Cfg *Func) const; 1709 template <> void InstX8632Pshufd::emitIAS(const Cfg *Func) const;
1710 template <> void InstX8632Shufps::emitIAS(const Cfg *Func) const; 1710 template <> void InstX8632Shufps::emitIAS(const Cfg *Func) const;
1711 1711
1712 } // end of namespace Ice 1712 } // end of namespace Ice
1713 1713
1714 #endif // SUBZERO_SRC_ICEINSTX8632_H 1714 #endif // SUBZERO_SRC_ICEINSTX8632_H
OLDNEW
« no previous file with comments | « src/IceInstARM32.cpp ('k') | src/IceInstX8632.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698