OLD | NEW |
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 /// \file | 10 /// \file |
(...skipping 17 matching lines...) Expand all Loading... |
28 #ifndef SUBZERO_SRC_ICEINSTX8632_H | 28 #ifndef SUBZERO_SRC_ICEINSTX8632_H |
29 #define SUBZERO_SRC_ICEINSTX8632_H | 29 #define SUBZERO_SRC_ICEINSTX8632_H |
30 | 30 |
31 #include "IceDefs.h" | 31 #include "IceDefs.h" |
32 #include "IceInst.h" | 32 #include "IceInst.h" |
33 #include "IceInstX86Base.h" | 33 #include "IceInstX86Base.h" |
34 #include "IceOperand.h" | 34 #include "IceOperand.h" |
35 #include "IceTargetLoweringX8632Traits.h" | 35 #include "IceTargetLoweringX8632Traits.h" |
36 | 36 |
37 #endif // SUBZERO_SRC_ICEINSTX8632_H | 37 #endif // SUBZERO_SRC_ICEINSTX8632_H |
OLD | NEW |