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

Unified Diff: runtime/vm/constants_arm.h

Issue 16638012: Switch code generation on ARM from softfp ABI to hardfp ABI. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 6 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 | « runtime/vm/code_generator.cc ('k') | runtime/vm/intermediate_language.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/constants_arm.h
===================================================================
--- runtime/vm/constants_arm.h (revision 23860)
+++ runtime/vm/constants_arm.h (working copy)
@@ -130,8 +130,8 @@
// Register aliases for floating point scratch registers.
-const DRegister DTMP = D0; // Overlaps with STMP.
-const SRegister STMP = S0;
+const DRegister DTMP = D15; // Overlaps with STMP.
+const SRegister STMP = S30;
// Architecture independent aliases.
typedef DRegister FpuRegister;
« no previous file with comments | « runtime/vm/code_generator.cc ('k') | runtime/vm/intermediate_language.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698