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

Issue 391073: Changes to Intel shift functions... (Closed)

Created:
11 years, 1 month ago by Søren Thygesen Gjesse
Modified:
9 years, 7 months ago
Reviewers:
Lasse Reichstein
CC:
v8-dev
Visibility:
Public.

Description

Changes to Intel shift functions Change name of shifts picking the shift count from cl to sal_cl, shl_cl and shr_cl. Add special encoding of shift by one for shr which was missing it. Committed: http://code.google.com/p/v8/source/detail?r=3314

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+41 lines, -45 lines) Patch
M src/ia32/assembler-ia32.h View 1 chunk +2 lines, -3 lines 0 comments Download
M src/ia32/assembler-ia32.cc View 4 chunks +11 lines, -14 lines 2 comments Download
M src/ia32/codegen-ia32.cc View 6 chunks +10 lines, -10 lines 0 comments Download
M src/ia32/stub-cache-ia32.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/x64/assembler-x64.h View 3 chunks +6 lines, -6 lines 0 comments Download
M src/x64/codegen-x64.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M src/x64/macro-assembler-x64.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M src/x64/stub-cache-x64.cc View 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/test-disasm-ia32.cc View 1 chunk +3 lines, -3 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Søren Thygesen Gjesse
I also considered using a form taking two registers and asserting that the second (the ...
11 years, 1 month ago (2009-11-16 16:38:22 UTC) #1
Lasse Reichstein
LGTM http://codereview.chromium.org/391073/diff/1/4 File src/ia32/assembler-ia32.cc (left): http://codereview.chromium.org/391073/diff/1/4#oldcode1172 Line 1172: EMIT(0xD1); So this one was actually wrong ...
11 years, 1 month ago (2009-11-17 08:30:36 UTC) #2
Søren Thygesen Gjesse
11 years, 1 month ago (2009-11-17 08:35:10 UTC) #3
http://codereview.chromium.org/391073/diff/1/4
File src/ia32/assembler-ia32.cc (left):

http://codereview.chromium.org/391073/diff/1/4#oldcode1172
Line 1172: EMIT(0xD1);
On 2009/11/17 08:30:36, Lasse Reichstein wrote:
> So this one was actually wrong before. Was it used?

It was wrong but not used.

Powered by Google App Engine
This is Rietveld 408576698