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

Unified Diff: src/v8globals.h

Issue 11428137: ARM: Make use of d16-d31 when available. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Address more comments Created 8 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/v8globals.h
diff --git a/src/v8globals.h b/src/v8globals.h
index 5920d33aa87c0025a112f201017291db3b4fdc40..15dd74229835d7c66cc92e00ee81e230ae0cef5a 100644
--- a/src/v8globals.h
+++ b/src/v8globals.h
@@ -428,6 +428,7 @@ enum CpuFeature { SSE4_1 = 32 + 19, // x86
SUDIV = 4, // ARM
UNALIGNED_ACCESSES = 5, // ARM
MOVW_MOVT_IMMEDIATE_LOADS = 6, // ARM
+ VFP32DREGS = 7, // ARM
SAHF = 0, // x86
FPU = 1}; // MIPS
« src/platform-linux.cc ('K') | « src/serialize.cc ('k') | src/x64/assembler-x64.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698