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

Issue 113997: Add miscellaneous operations to x64 assembler. (Closed)

Created:
11 years, 6 months ago by William Hesse
Modified:
9 years, 7 months ago
Reviewers:
Lasse Reichstein
CC:
v8-dev
Visibility:
Public.

Description

Add miscellaneous operations to x64 assembler. Committed: http://code.google.com/p/v8/source/detail?r=2089

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Total comments: 6

Patch Set 4 : '' #

Total comments: 2

Patch Set 5 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+261 lines, -19 lines) Patch
M src/memory.h View 1 chunk +4 lines, -0 lines 0 comments Download
M src/x64/assembler-x64.h View 1 2 3 9 chunks +20 lines, -13 lines 0 comments Download
M src/x64/assembler-x64.cc View 1 2 3 4 9 chunks +224 lines, -1 line 0 comments Download
M src/x64/assembler-x64-inl.h View 3 chunks +13 lines, -5 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
William Hesse
Oops - remove ia32 changes from this changelist, or else define V8_INT64_C for all platforms, ...
11 years, 6 months ago (2009-05-29 11:21:39 UTC) #1
William Hesse
11 years, 6 months ago (2009-06-02 08:04:44 UTC) #2
Lasse Reichstein
LGTM, except for first comment. http://codereview.chromium.org/113997/diff/1012/9 File src/x64/assembler-x64.cc (right): http://codereview.chromium.org/113997/diff/1012/9#newcode126 Line 126: __ movq(rdx, rcx); ...
11 years, 6 months ago (2009-06-02 08:57:20 UTC) #3
William Hesse
Your comments addressed, some additional changes made. Please check again. http://codereview.chromium.org/113997/diff/1012/9 File src/x64/assembler-x64.cc (right): http://codereview.chromium.org/113997/diff/1012/9#newcode126 ...
11 years, 6 months ago (2009-06-02 12:00:31 UTC) #4
Lasse Reichstein
11 years, 6 months ago (2009-06-02 12:31:44 UTC) #5
LGTM.

http://codereview.chromium.org/113997/diff/1017/1018
File src/x64/assembler-x64.cc (right):

http://codereview.chromium.org/113997/diff/1017/1018#newcode127
Line 127: __ movq(rdx, rcx);
The move to rdx is superfluous. The 64 bit return value is taken from rax alone.

http://codereview.chromium.org/113997/diff/1017/1019
File src/x64/assembler-x64.h (right):

http://codereview.chromium.org/113997/diff/1017/1019#newcode402
Line 402: void enter(Immediate size);
Good call. Neither Immediate nor ExternalReference has any reason to be passed
by reference.

Powered by Google App Engine
This is Rietveld 408576698