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

Issue 2818026: X64: A bunch of small fixes. (Closed)

Created:
10 years, 6 months ago by Lasse Reichstein
Modified:
9 years, 6 months ago
Reviewers:
Rico
CC:
v8-dev
Visibility:
Public.

Description

X64: A bunch of small fixes. Make push/pop use emit_optional_rex32. Fix bug in disassembler (swapped name of comisd/ucomisd). Use fstp in FCmp macro.

Patch Set 1 #

Total comments: 8

Patch Set 2 : Addressed review comments. As discussed, also fix call/jmp. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+28 lines, -31 lines) Patch
M src/x64/assembler-x64.h View 1 1 chunk +8 lines, -8 lines 0 comments Download
M src/x64/assembler-x64.cc View 1 8 chunks +15 lines, -18 lines 0 comments Download
M src/x64/disasm-x64.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/x64/macro-assembler-x64.h View 1 chunk +2 lines, -1 line 0 comments Download
M src/x64/macro-assembler-x64.cc View 1 chunk +1 line, -2 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Lasse Reichstein
10 years, 6 months ago (2010-06-23 10:54:39 UTC) #1
Rico
LGTM with loop fixed. http://codereview.chromium.org/2818026/diff/1/2 File src/x64/assembler-x64.cc (right): http://codereview.chromium.org/2818026/diff/1/2#newcode381 src/x64/assembler-x64.cc:381: nop(9); if delta is >= ...
10 years, 6 months ago (2010-06-23 11:28:25 UTC) #2
Lasse Reichstein
http://codereview.chromium.org/2818026/diff/1/2 File src/x64/assembler-x64.cc (right): http://codereview.chromium.org/2818026/diff/1/2#newcode381 src/x64/assembler-x64.cc:381: nop(9); Whoops, fixed. http://codereview.chromium.org/2818026/diff/1/3 File src/x64/assembler-x64.h (right): http://codereview.chromium.org/2818026/diff/1/3#newcode58 src/x64/assembler-x64.h:58: ...
10 years, 6 months ago (2010-06-23 11:39:46 UTC) #3
Rico
10 years, 6 months ago (2010-06-23 11:43:37 UTC) #4
LGTM

Powered by Google App Engine
This is Rietveld 408576698