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

Issue 1405283007: MIPS64: Implement the Word64Clz TurboFan operator. (Closed)

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

Description

MIPS64: Implement the Word64Clz TurboFan operator. Port https://codereview.chromium.org/1413463009/ Includes adding dclz instruction. BUG=

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+74 lines, -4 lines) Patch
M src/compiler/mips64/code-generator-mips64.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M src/compiler/mips64/instruction-codes-mips64.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/compiler/mips64/instruction-selector-mips64.cc View 1 chunk +5 lines, -0 lines 0 comments Download
M src/mips64/assembler-mips64.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/mips64/assembler-mips64.cc View 1 chunk +10 lines, -0 lines 0 comments Download
M src/mips64/constants-mips64.h View 4 chunks +6 lines, -0 lines 0 comments Download
M src/mips64/disasm-mips64.cc View 2 chunks +15 lines, -1 line 0 comments Download
M src/mips64/simulator-mips64.cc View 2 chunks +18 lines, -3 lines 0 comments Download
M test/unittests/compiler/mips64/instruction-selector-mips64-unittest.cc View 1 chunk +15 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (1 generated)
paul.l...
Andreas, here is a mips64 CL to be merged into your https://codereview.chromium.org/1413463009/ Since this is ...
5 years, 1 month ago (2015-11-06 06:29:16 UTC) #2
ahaas
5 years, 1 month ago (2015-11-10 09:24:51 UTC) #3
On 2015/11/06 at 06:29:16, paul.lind wrote:
> Andreas, here is a mips64 CL to be merged into your
https://codereview.chromium.org/1413463009/
> 
> Since this is based on master, there will be a tiny merge conflict with the
mips64 instruction selector change in your CL. It's trivial to resolve.

I included committed this CL in https://codereview.chromium.org/1413463009.

Powered by Google App Engine
This is Rietveld 408576698