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

Issue 214493002: Introduce rolp, rorp, rclp, rcrp, shlp, shrp and sarp for x64 port (Closed)

Created:
6 years, 9 months ago by haitao.feng
Modified:
6 years, 9 months ago
Reviewers:
Toon Verwaest
CC:
v8-dev
Visibility:
Public.

Description

Introduce rolp, rorp, rclp, rcrp, shlp, shrp and sarp for x64 port R=verwaest@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=20320

Patch Set 1 #

Total comments: 8

Patch Set 2 : Addressed comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+126 lines, -190 lines) Patch
M src/x64/assembler-x64.h View 4 chunks +40 lines, -85 lines 0 comments Download
M src/x64/assembler-x64.cc View 2 chunks +10 lines, -30 lines 0 comments Download
M src/x64/builtins-x64.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/x64/code-stubs-x64.cc View 1 2 chunks +3 lines, -2 lines 0 comments Download
M src/x64/codegen-x64.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/x64/full-codegen-x64.cc View 3 chunks +4 lines, -4 lines 0 comments Download
M src/x64/ic-x64.cc View 1 2 chunks +3 lines, -3 lines 0 comments Download
M src/x64/lithium-codegen-x64.cc View 5 chunks +6 lines, -6 lines 0 comments Download
M src/x64/macro-assembler-x64.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/x64/macro-assembler-x64.cc View 25 chunks +36 lines, -36 lines 0 comments Download
M src/x64/regexp-macro-assembler-x64.cc View 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/test-assembler-x64.cc View 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/test-disasm-x64.cc View 1 chunk +13 lines, -13 lines 0 comments Download
M test/cctest/test-macro-assembler-x64.cc View 4 chunks +4 lines, -4 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
haitao.feng
PTAL. Shift instructions are different with the others as we have to handle the "_cl" ...
6 years, 9 months ago (2014-03-27 09:09:50 UTC) #1
Toon Verwaest
LGTM, I'm just not a 100% sure about the extensions you used when translating operations. ...
6 years, 9 months ago (2014-03-27 16:12:42 UTC) #2
haitao.feng
Good catch! Thanks for the review, Toon. Currently I am using a script (https://github.com/fenghaitao/v8/blob/x32/tools/generate-x64-sources.py) to ...
6 years, 9 months ago (2014-03-28 04:14:39 UTC) #3
haitao.feng
6 years, 9 months ago (2014-03-28 04:55:25 UTC) #4
Message was sent while issue was closed.
Committed patchset #2 manually as r20320 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698