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

Unified Diff: src/mips/assembler-mips.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/mips/assembler-mips.h
diff --git a/src/mips/assembler-mips.h b/src/mips/assembler-mips.h
index 75d110a36cb2f3530e937fc90102a3dc4ca1dcfd..605746f585b396c28f521ed4a6bef4a19d31e2cb 100644
--- a/src/mips/assembler-mips.h
+++ b/src/mips/assembler-mips.h
@@ -200,6 +200,8 @@ struct FPURegister {
static const int kNumAllocatableRegisters = kNumRegisters / 2 -
kNumReservedRegisters;
+ static int NumAllocatableRegisters() { return kNumAllocatableRegisters; }
+
inline static int ToAllocationIndex(FPURegister reg);

Powered by Google App Engine
This is Rietveld 408576698