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

Unified Diff: runtime/vm/constants_mips.h

Issue 12545024: Adds a few MIPS arithmetic instructions to the simulator, assembler, disassembler (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 9 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: runtime/vm/constants_mips.h
===================================================================
--- runtime/vm/constants_mips.h (revision 19704)
+++ runtime/vm/constants_mips.h (working copy)
@@ -218,6 +218,7 @@
enum SpecialFunction {
+ // SPECIAL
regis 2013/03/08 21:09:03 // SPECIAL opcodes.
SLL = 0,
MOVCI = 1,
SRL = 2,
@@ -256,6 +257,10 @@
TLTU = 51,
TEQ = 52,
TNE = 54,
+
+ // SPECIAL2
regis 2013/03/08 21:09:03 // SPECIAL2 opcodes.
+ CLZ = 32,
+ CLO = 33,
};

Powered by Google App Engine
This is Rietveld 408576698