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

Issue 2600153002: [ARM] Add vrecpe, vrecps, vrsqrte, vrsqrts instructions to assembler. (Closed)

Created:
3 years, 11 months ago by bbudge
Modified:
3 years, 11 months ago
CC:
v8-reviews_googlegroups.com, v8-mips-ports_googlegroups.com, v8-ppc-ports_googlegroups.com
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[ARM] Add vrecpe, vrecps, vrsqrte, vrsqrts instructions to assembler. - Disassembler, simulator support too. LOG=N BUG=v8:4124 Review-Url: https://codereview.chromium.org/2600153002 Cr-Commit-Position: refs/heads/master@{#42176} Committed: https://chromium.googlesource.com/v8/v8/+/8dfea24e3d8c7137ffae3bcaa24ad282b82485e5

Patch Set 1 #

Patch Set 2 : Add vrsqrte, vrsqrts. #

Patch Set 3 : Fix formatting. #

Patch Set 4 : Fix FP exceptions, NaN behavior. #

Total comments: 2

Patch Set 5 : Rebase. #

Patch Set 6 : Add a comment for vrecpe, vrsqrte. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+162 lines, -1 line) Patch
M src/arm/assembler-arm.h View 1 2 3 4 5 1 chunk +7 lines, -0 lines 0 comments Download
M src/arm/assembler-arm.cc View 1 2 3 4 5 1 chunk +54 lines, -0 lines 0 comments Download
M src/arm/disasm-arm.cc View 1 2 3 4 2 chunks +16 lines, -0 lines 0 comments Download
M src/arm/simulator-arm.cc View 1 2 3 4 2 chunks +44 lines, -1 line 0 comments Download
M test/cctest/test-assembler-arm.cc View 1 3 chunks +33 lines, -0 lines 0 comments Download
M test/cctest/test-disasm-arm.cc View 1 1 chunk +8 lines, -0 lines 0 comments Download

Messages

Total messages: 26 (18 generated)
bbudge
3 years, 11 months ago (2016-12-27 01:45:13 UTC) #6
bbudge
+Martyn
3 years, 11 months ago (2017-01-06 11:46:27 UTC) #13
martyn.capewell
https://codereview.chromium.org/2600153002/diff/60001/src/arm/assembler-arm.cc File src/arm/assembler-arm.cc (right): https://codereview.chromium.org/2600153002/diff/60001/src/arm/assembler-arm.cc#newcode4246 src/arm/assembler-arm.cc:4246: // Qd = vadd(Qn, Qm) SIMD reciprocal estimate. It ...
3 years, 11 months ago (2017-01-06 17:48:51 UTC) #14
bbudge
Rebased, then added the comment as you suggested. https://codereview.chromium.org/2600153002/diff/60001/src/arm/assembler-arm.cc File src/arm/assembler-arm.cc (right): https://codereview.chromium.org/2600153002/diff/60001/src/arm/assembler-arm.cc#newcode4246 src/arm/assembler-arm.cc:4246: // ...
3 years, 11 months ago (2017-01-10 11:00:00 UTC) #19
martyn.capewell
lgtm
3 years, 11 months ago (2017-01-10 11:48:52 UTC) #20
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/2600153002/100001
3 years, 11 months ago (2017-01-10 12:35:26 UTC) #22
commit-bot: I haz the power
Committed patchset #6 (id:100001) as https://chromium.googlesource.com/v8/v8/+/8dfea24e3d8c7137ffae3bcaa24ad282b82485e5
3 years, 11 months ago (2017-01-10 12:37:07 UTC) #25
Michael Achenbach
3 years, 11 months ago (2017-01-12 11:06:03 UTC) #26
Message was sent while issue was closed.
This seems to break on chromebooks with arm:
https://build.chromium.org/p/client.v8.ports/builders/V8%20Arm%20-%20debug/bu...

Could you please take a look? Fails also on the release builder, but in the
build above, bisect nearly narrows it down to this CL.

Powered by Google App Engine
This is Rietveld 408576698