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

Unified Diff: src/a64/codegen-a64.h

Issue 172483002: A64: Fix int32 use in Lithium string functions (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Fix typo in assertion. Created 6 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
« no previous file with comments | « src/a64/code-stubs-a64.cc ('k') | src/a64/codegen-a64.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/a64/codegen-a64.h
diff --git a/src/a64/codegen-a64.h b/src/a64/codegen-a64.h
index d66bd34a93665de8e5196047c929efa3d1576626..1bb9661f0b4b70d9e35d3a7f73186898063ac0c3 100644
--- a/src/a64/codegen-a64.h
+++ b/src/a64/codegen-a64.h
@@ -38,7 +38,8 @@ class StringCharLoadGenerator : public AllStatic {
public:
// Generates the code for handling different string types and loading the
// indexed character into |result|. We expect |index| as untagged input and
- // |result| as untagged output.
+ // |result| as untagged output. Register index is asserted to be a 32-bit W
+ // register.
static void Generate(MacroAssembler* masm,
Register string,
Register index,
« no previous file with comments | « src/a64/code-stubs-a64.cc ('k') | src/a64/codegen-a64.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698