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

Unified Diff: src/IceInstX86Base.h

Issue 1543573002: Subzero. X8664. Fixes filetype=asm. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: git pull 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
« no previous file with comments | « src/IceInstX8664.cpp ('k') | src/IceInstX86BaseImpl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/IceInstX86Base.h
diff --git a/src/IceInstX86Base.h b/src/IceInstX86Base.h
index 0c36c498f933d9901d18c764dbe3fcdbd6be3571..de7b4052f8f1b9a2003d8958142e9cb0d202473b 100644
--- a/src/IceInstX86Base.h
+++ b/src/IceInstX86Base.h
@@ -1151,6 +1151,8 @@ public:
return new (Func->allocate<InstX86Movzx>()) InstX86Movzx(Func, Dest, Src);
}
+ void emit(const Cfg *Func) const override;
+
void emitIAS(const Cfg *Func) const override;
private:
@@ -1167,6 +1169,8 @@ public:
return new (Func->allocate<InstX86Movd>()) InstX86Movd(Func, Dest, Src);
}
+ void emit(const Cfg *Func) const override;
+
void emitIAS(const Cfg *Func) const override;
private:
« no previous file with comments | « src/IceInstX8664.cpp ('k') | src/IceInstX86BaseImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698