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

Unified Diff: src/mips64/lithium-codegen-mips64.h

Issue 371923006: Add mips64 port. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Rebase Created 6 years, 5 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 | « src/mips64/ic-mips64.cc ('k') | src/mips64/lithium-codegen-mips64.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/mips64/lithium-codegen-mips64.h
diff --git a/src/mips/lithium-codegen-mips.h b/src/mips64/lithium-codegen-mips64.h
similarity index 98%
copy from src/mips/lithium-codegen-mips.h
copy to src/mips64/lithium-codegen-mips64.h
index df0da84889102d4a434b4adb376bacf4cc1a7047..b2f8497b86d0a93242735272953c420aaabb5403 100644
--- a/src/mips/lithium-codegen-mips.h
+++ b/src/mips64/lithium-codegen-mips64.h
@@ -7,8 +7,8 @@
#include "src/deoptimizer.h"
#include "src/lithium-codegen.h"
-#include "src/mips/lithium-gap-resolver-mips.h"
-#include "src/mips/lithium-mips.h"
+#include "src/mips64/lithium-gap-resolver-mips64.h"
+#include "src/mips64/lithium-mips64.h"
#include "src/safepoint-table.h"
#include "src/scopes.h"
#include "src/utils.h"
@@ -76,7 +76,8 @@ class LCodeGen: public LCodeGenBase {
DoubleRegister EmitLoadDoubleRegister(LOperand* op,
FloatRegister flt_scratch,
DoubleRegister dbl_scratch);
- int32_t ToRepresentation(LConstantOperand* op, const Representation& r) const;
+ int32_t ToRepresentation_donotuse(LConstantOperand* op,
+ const Representation& r) const;
int32_t ToInteger32(LConstantOperand* op) const;
Smi* ToSmi(LConstantOperand* op) const;
double ToDouble(LConstantOperand* op) const;
« no previous file with comments | « src/mips64/ic-mips64.cc ('k') | src/mips64/lithium-codegen-mips64.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698