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

Side by Side Diff: src/IceInst.def

Issue 265703002: Add Om1 lowering with no optimizations (Closed) Base URL: https://gerrit.chromium.org/gerrit/p/native_client/pnacl-subzero.git@master
Patch Set: Merge changed from Karl's committed CL Created 6 years, 7 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/IceInst.cpp ('k') | src/IceInstX8632.h » ('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/IceInst.def - X-macros for ICE instructions -*- C++ -*-===// 1 //===- subzero/src/IceInst.def - X-macros for ICE 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 defines properties of ICE instructions in the form of 10 // This file defines properties of ICE instructions in the form of
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 X(Ugt, "ugt") \ 78 X(Ugt, "ugt") \
79 X(Uge, "uge") \ 79 X(Uge, "uge") \
80 X(Ult, "ult") \ 80 X(Ult, "ult") \
81 X(Ule, "ule") \ 81 X(Ule, "ule") \
82 X(Sgt, "sgt") \ 82 X(Sgt, "sgt") \
83 X(Sge, "sge") \ 83 X(Sge, "sge") \
84 X(Slt, "slt") \ 84 X(Slt, "slt") \
85 X(Sle, "sle") 85 X(Sle, "sle")
86 //#define X(tag, str) 86 //#define X(tag, str)
87 87
88
89 #endif // SUBZERO_SRC_ICEINST_DEF 88 #endif // SUBZERO_SRC_ICEINST_DEF
OLDNEW
« no previous file with comments | « src/IceInst.cpp ('k') | src/IceInstX8632.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698