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

Issue 2161513002: [x64] add Absps/d and Negps/d macro (Closed)

Created:
4 years, 5 months ago by Weiliang
Modified:
4 years, 5 months ago
CC:
v8-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[x64] add Absps/d and Negps/d macro BUG= Committed: https://crrev.com/b973a77775ae258820578838393d738c6d235f65 Cr-Commit-Position: refs/heads/master@{#37937}

Patch Set 1 #

Total comments: 2

Patch Set 2 : add Abspd and Negpd, and move constants to external reference #

Unified diffs Side-by-side diffs Delta from patch set Stats (+369 lines, -3 lines) Patch
M src/assembler.h View 1 1 chunk +6 lines, -0 lines 0 comments Download
M src/assembler.cc View 1 2 chunks +46 lines, -0 lines 0 comments Download
M src/external-reference-table.cc View 1 1 chunk +8 lines, -0 lines 0 comments Download
M src/x64/assembler-x64.h View 1 3 chunks +11 lines, -0 lines 0 comments Download
M src/x64/assembler-x64.cc View 1 4 chunks +49 lines, -0 lines 0 comments Download
M src/x64/disasm-x64.cc View 1 2 chunks +16 lines, -0 lines 0 comments Download
M src/x64/macro-assembler-x64.h View 1 3 chunks +13 lines, -3 lines 0 comments Download
M src/x64/macro-assembler-x64.cc View 1 2 chunks +38 lines, -0 lines 0 comments Download
M test/cctest/test-disasm-x64.cc View 1 3 chunks +9 lines, -0 lines 0 comments Download
M test/cctest/test-macro-assembler-x64.cc View 1 3 chunks +173 lines, -0 lines 0 comments Download

Messages

Total messages: 17 (6 generated)
Weiliang
PTAL
4 years, 5 months ago (2016-07-18 04:43:55 UTC) #2
Benedikt Meurer
https://codereview.chromium.org/2161513002/diff/1/src/x64/macro-assembler-x64.cc File src/x64/macro-assembler-x64.cc (right): https://codereview.chromium.org/2161513002/diff/1/src/x64/macro-assembler-x64.cc#newcode2986 src/x64/macro-assembler-x64.cc:2986: Set(kScratchRegister, reinterpret_cast<intptr_t>(&float_absolute_constant)); Can we somehow put this somewhere near ...
4 years, 5 months ago (2016-07-18 04:47:52 UTC) #4
bbudge
https://codereview.chromium.org/2161513002/diff/1/src/x64/macro-assembler-x64.cc File src/x64/macro-assembler-x64.cc (right): https://codereview.chromium.org/2161513002/diff/1/src/x64/macro-assembler-x64.cc#newcode2999 src/x64/macro-assembler-x64.cc:2999: Xorps(dst, Operand(kScratchRegister, 0)); It seems like we could avoid ...
4 years, 5 months ago (2016-07-18 14:08:09 UTC) #5
Weiliang
On 2016/07/18 04:47:52, Benedikt Meurer wrote: > https://codereview.chromium.org/2161513002/diff/1/src/x64/macro-assembler-x64.cc > File src/x64/macro-assembler-x64.cc (right): > > https://codereview.chromium.org/2161513002/diff/1/src/x64/macro-assembler-x64.cc#newcode2986 ...
4 years, 5 months ago (2016-07-19 08:24:01 UTC) #6
Weiliang
On 2016/07/18 14:08:09, bbudge wrote: > https://codereview.chromium.org/2161513002/diff/1/src/x64/macro-assembler-x64.cc > File src/x64/macro-assembler-x64.cc (right): > > https://codereview.chromium.org/2161513002/diff/1/src/x64/macro-assembler-x64.cc#newcode2999 > ...
4 years, 5 months ago (2016-07-19 08:28:01 UTC) #7
bbudge
On 2016/07/19 08:28:01, Weiliang wrote: > On 2016/07/18 14:08:09, bbudge wrote: > > > https://codereview.chromium.org/2161513002/diff/1/src/x64/macro-assembler-x64.cc ...
4 years, 5 months ago (2016-07-19 11:23:38 UTC) #8
Weiliang
PTAL
4 years, 5 months ago (2016-07-21 09:01:39 UTC) #10
Benedikt Meurer
LGTM.
4 years, 5 months ago (2016-07-21 09:03:06 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2161513002/20001
4 years, 5 months ago (2016-07-21 09:40:18 UTC) #13
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 5 months ago (2016-07-21 11:01:51 UTC) #15
commit-bot: I haz the power
4 years, 5 months ago (2016-07-21 11:02:53 UTC) #17
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/b973a77775ae258820578838393d738c6d235f65
Cr-Commit-Position: refs/heads/master@{#37937}

Powered by Google App Engine
This is Rietveld 408576698