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

Issue 91333002: Refactor X64 movq assembler instruction (Closed)

Created:
7 years ago by haitao.feng
Modified:
7 years ago
Reviewers:
Toon Verwaest
CC:
v8-dev
Visibility:
Public.

Description

Refactor X64 movq assembler instruction R=verwaest@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=18216

Patch Set 1 #

Total comments: 1

Patch Set 2 : Addressed comment #

Patch Set 3 : Completed movq refactoring #

Total comments: 1

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+69 lines, -74 lines) Patch
M src/x64/assembler-x64.h View 1 2 3 5 chunks +48 lines, -16 lines 0 comments Download
M src/x64/assembler-x64.cc View 1 2 2 chunks +21 lines, -58 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
haitao.feng
Hi Toon, PTAL. I realized I could use template to distinguish x64 and x32. If ...
7 years ago (2013-11-27 12:08:38 UTC) #1
Toon Verwaest
I like it. LGTM (with a nit). https://codereview.chromium.org/91333002/diff/1/src/x64/assembler-x64.h File src/x64/assembler-x64.h (right): https://codereview.chromium.org/91333002/diff/1/src/x64/assembler-x64.h#newcode1681 src/x64/assembler-x64.h:1681: void moveInternal(Register ...
7 years ago (2013-11-27 13:35:03 UTC) #2
haitao.feng
Comments addressed. moveInternal is renamed to emit_mov, and move is renamed to mov as mov ...
7 years ago (2013-11-28 03:15:29 UTC) #3
haitao.feng
> I agree this is better than the macro assembler layer. Completed the refactoring of ...
7 years ago (2013-11-28 07:46:43 UTC) #4
Toon Verwaest
I like it. LGTM. https://codereview.chromium.org/91333002/diff/40001/src/x64/assembler-x64.h File src/x64/assembler-x64.h (right): https://codereview.chromium.org/91333002/diff/40001/src/x64/assembler-x64.h#newcode681 src/x64/assembler-x64.h:681: #undef DECLARE_INSTRUCTION Currently this seems ...
7 years ago (2013-11-28 10:19:30 UTC) #5
haitao.feng
Yes, I need to handle all the instructions listed in https://github.com/fenghaitao/v8/blob/x32/tools/generate-x32-sources.py#L143.
7 years ago (2013-11-28 12:14:41 UTC) #6
haitao.feng
Use the name "movp" as you have suggested.
7 years ago (2013-12-02 12:31:34 UTC) #7
haitao.feng
7 years ago (2013-12-03 03:49:55 UTC) #8
Message was sent while issue was closed.
Committed patchset #4 manually as r18216 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698