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

Unified Diff: runtime/vm/assembler_arm.h

Issue 12378080: Adds mrc instruction to arm simulator, assembler, disassembler. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 10 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
« no previous file with comments | « no previous file | runtime/vm/assembler_arm.cc » ('j') | runtime/vm/assembler_arm.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/assembler_arm.h
===================================================================
--- runtime/vm/assembler_arm.h (revision 19404)
+++ runtime/vm/assembler_arm.h (working copy)
@@ -488,6 +488,10 @@
void bx(Register rm, Condition cond = AL);
void blx(Register rm, Condition cond = AL);
+ // MRC
regis 2013/03/04 21:54:52 Better to spell out MRC: Move to ARM core register
srdjan 2013/03/04 22:02:17 Also terminate all comments with a period.
+ void mrc(Register rd, int32_t coproc, int32_t opc1,
+ int32_t CRn, int32_t CRm, int32_t opc2, Condition cond = AL);
regis 2013/03/04 21:54:52 No upper case for locals.
+
// Macros.
// Branch to an entry address. Call sequence is never patched.
void Branch(const ExternalLabel* label, Condition cond = AL);
« no previous file with comments | « no previous file | runtime/vm/assembler_arm.cc » ('j') | runtime/vm/assembler_arm.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698