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

Unified Diff: src/IceTargetLoweringX8632.h

Issue 476323004: Start adding an integrated assembler. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: lit test to check encodings, swap complexi8 Created 6 years, 3 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 side-by-side diff with in-line comments
Download patch
Index: src/IceTargetLoweringX8632.h
diff --git a/src/IceTargetLoweringX8632.h b/src/IceTargetLoweringX8632.h
index 251baa205cd661b46db01ae802128aa621428939..14e9ee8b50b3c1cdd1f05436375c58c183f2faac 100644
--- a/src/IceTargetLoweringX8632.h
+++ b/src/IceTargetLoweringX8632.h
@@ -18,6 +18,7 @@
#include "IceDefs.h"
#include "IceTargetLowering.h"
+#include "assembler_ia32.h"
#include "IceInstX8632.h"
namespace Ice {
@@ -66,6 +67,7 @@ public:
size_t BasicFrameOffset, size_t &InArgsSizeBytes);
Operand *loOperand(Operand *Operand);
Operand *hiOperand(Operand *Operand);
+ x86::Address stackVarToAsmOperand(const Variable *Var) const;
enum Registers {
#define X(val, init, name, name16, name8, scratch, preserved, stackptr, \

Powered by Google App Engine
This is Rietveld 408576698