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

Unified Diff: runtime/vm/assembler_macros_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
Index: runtime/vm/assembler_macros_arm.h
===================================================================
--- runtime/vm/assembler_macros_arm.h (revision 19404)
+++ runtime/vm/assembler_macros_arm.h (working copy)
@@ -44,6 +44,10 @@
static void EnterStubFrame(Assembler* assembler);
static void LeaveStubFrame(Assembler* assembler);
+ // Check whether we have an integer division instruction.
+ // After, rd will be non-zero if we have sdiv and udiv instructions.
+ static void HasDiv(Assembler* assembler, Register rd);
regis 2013/03/04 21:54:52 This method is not necessary. The code testing for
+
// Instruction pattern from entrypoint is used in dart frame prologs
// to set up the frame and save a PC which can be used to figure out the
// RawInstruction object corresponding to the code running in the frame.

Powered by Google App Engine
This is Rietveld 408576698