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

Issue 1875323002: Fix testing of the VEX.L (128/256-bit) flag in the x64 disassembler (Closed)

Created:
4 years, 8 months ago by Anna Henningsen
Modified:
4 years, 8 months ago
Reviewers:
Yang, Michael Hablich
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

Fix testing of the VEX.L (128/256-bit) flag in the x64 disassembler The current code for testing the VEX.L flag, indicating whether 128-bit or 256-bit registers are being accessed, was erroneous and always returned true (i.e. indicated 128-bit registers). This patch fixes this behaviour and checks the flag correctly. Ref: https://github.com/nodejs/node/issues/6151 BUG= Committed: https://crrev.com/6336cc6b2babae5bd5ff2e654848656d63ab54ba Cr-Commit-Position: refs/heads/master@{#35506}

Patch Set 1 #

Patch Set 2 : Fix testing of the VEX.L (128/256-bit) flag in the x64 disassembler #

Total comments: 1

Patch Set 3 : Apply previous commit to ia32 disassembler #

Patch Set 4 : Add me (addaleax@gmail.com) to the AUTHORS file #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -2 lines) Patch
M AUTHORS View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M src/ia32/disasm-ia32.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M src/x64/disasm-x64.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 18 (7 generated)
Anna Henningsen
The current code for testing the VEX.L flag, indicating whether 128-bit or 256-bit registers are ...
4 years, 8 months ago (2016-04-12 16:12:42 UTC) #2
Yang
https://codereview.chromium.org/1875323002/diff/20001/src/x64/disasm-x64.cc File src/x64/disasm-x64.cc (right): https://codereview.chromium.org/1875323002/diff/20001/src/x64/disasm-x64.cc#newcode362 src/x64/disasm-x64.cc:362: return (checked & 4) == 0; Same issue exists ...
4 years, 8 months ago (2016-04-14 11:35:10 UTC) #4
Anna Henningsen
On 2016/04/14 11:35:10, Yang wrote: > https://codereview.chromium.org/1875323002/diff/20001/src/x64/disasm-x64.cc > File src/x64/disasm-x64.cc (right): > > https://codereview.chromium.org/1875323002/diff/20001/src/x64/disasm-x64.cc#newcode362 > ...
4 years, 8 months ago (2016-04-14 19:46:03 UTC) #5
Yang
On 2016/04/14 19:46:03, addaleax wrote: > On 2016/04/14 11:35:10, Yang wrote: > > https://codereview.chromium.org/1875323002/diff/20001/src/x64/disasm-x64.cc > ...
4 years, 8 months ago (2016-04-14 20:05:43 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1875323002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1875323002/40001
4 years, 8 months ago (2016-04-14 20:05:54 UTC) #8
commit-bot: I haz the power
Try jobs failed on following builders: v8_presubmit on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_presubmit/builds/13670)
4 years, 8 months ago (2016-04-14 20:09:25 UTC) #10
noordhuis
On 2016/04/14 20:09:25, commit-bot: I haz the power wrote: > Try jobs failed on following ...
4 years, 8 months ago (2016-04-14 20:32:27 UTC) #11
Anna Henningsen
On 2016/04/14 20:32:27, noordhuis wrote: > Anna, you need to sign the CLA > (https://code.google.com/legal/individual-cla-v1.0.html ...
4 years, 8 months ago (2016-04-14 20:45:47 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1875323002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1875323002/60001
4 years, 8 months ago (2016-04-15 03:50:36 UTC) #15
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 8 months ago (2016-04-15 06:23:36 UTC) #16
commit-bot: I haz the power
4 years, 8 months ago (2016-04-15 06:24:41 UTC) #18
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/6336cc6b2babae5bd5ff2e654848656d63ab54ba
Cr-Commit-Position: refs/heads/master@{#35506}

Powered by Google App Engine
This is Rietveld 408576698