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

Unified Diff: src/IceInstARM32.h

Issue 1486263002: More coverage of load/stores in ARM integrated assembler. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Format and fix nits. 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/IceInstARM32.h
diff --git a/src/IceInstARM32.h b/src/IceInstARM32.h
index 58c0c5ba01daf62536aa4b8eeb9a2428815f73b1..316dc93339eae2104c2136332821f9aaea2d0a43 100644
--- a/src/IceInstARM32.h
+++ b/src/IceInstARM32.h
@@ -375,9 +375,9 @@ public:
Bic,
Br,
Call,
+ Clz,
Cmn,
Cmp,
- Clz,
Dmb,
Eor,
Label,

Powered by Google App Engine
This is Rietveld 408576698