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

Unified Diff: src/IceInstX8632.cpp

Issue 1497033002: Fuse icmp/fcmp with select (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Code review changes. Created 5 years 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 side-by-side diff with in-line comments
Download patch
Index: src/IceInstX8632.cpp
diff --git a/src/IceInstX8632.cpp b/src/IceInstX8632.cpp
index 446651faf6d3342ad57c3fd5ee152162e49613f7..28fa07b61ceaef4f0da09692a1c6f7a4702aaab5 100644
--- a/src/IceInstX8632.cpp
+++ b/src/IceInstX8632.cpp
@@ -50,8 +50,8 @@ const MachineTraits<TargetX8632>::InstCmppsAttributesType
const MachineTraits<TargetX8632>::TypeAttributesType
MachineTraits<TargetX8632>::TypeAttributes[] = {
-#define X(tag, elementty, cvt, sdss, pack, width, fld) \
- { cvt, sdss, pack, width, fld } \
+#define X(tag, elementty, cvt, sdss, pdps, spsd, pack, width, fld) \
+ { cvt, sdss, pdps, spsd, pack, width, fld } \
,
ICETYPEX8632_TABLE
#undef X
« no previous file with comments | « src/IceAssemblerX86BaseImpl.h ('k') | src/IceInstX8632.def » ('j') | src/IceInstX86BaseImpl.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698