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

Unified Diff: src/IceAssembler.h

Issue 1535233002: Refactor PUSH/POP in ARM assemblers. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Remove "#if 0' 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 | « no previous file | src/IceAssemblerARM32.h » ('j') | src/IceAssemblerARM32.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/IceAssembler.h
diff --git a/src/IceAssembler.h b/src/IceAssembler.h
index d2e9578ffe2d2a613fff1b76e907f282d15a2263..8adfb9c1f979828dc6f6b3594fa882034ca0f0cd 100644
--- a/src/IceAssembler.h
+++ b/src/IceAssembler.h
@@ -34,6 +34,9 @@ namespace Ice {
class Assembler;
+// Defines form that assembly instruction should be synthesized.
John 2016/01/04 15:27:49 This is ARM specific. Please so not add it to targ
Karl 2016/01/05 17:43:02 Moved to IceInstARM32.h
+enum AssemblyOutputForm { TextualAssembly, BinaryAssembly };
+
/// A Label can be in one of three states:
/// - Unused.
/// - Linked, unplaced and tracking the position of branches to the label.
« no previous file with comments | « no previous file | src/IceAssemblerARM32.h » ('j') | src/IceAssemblerARM32.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698