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

Issue 1642253002: Add multi-source/dest VMOV to the integrated ARM assembler. (Closed)

Created:
4 years, 10 months ago by Karl
Modified:
4 years, 10 months ago
CC:
native-client-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Add multi-source/dest VMOV to the integrated ARM assembler. Implements moves between double and i64. It also completes the implementation of the IR "move" instruction, except for vectors. BUG= https://bugs.chromium.org/p/nativeclient/issues/detail?id=4334 R=eholk@chromium.org, jpp@chromium.org, stichnot@chromium.org Committed: https://gerrit.chromium.org/gerrit/gitweb?p=native_client/pnacl-subzero.git;a=commit;h=a880ac8fcb772331ae7e27712e4da797c6927caa

Patch Set 1 #

Patch Set 2 : Fix nits. #

Total comments: 4

Patch Set 3 : Fix nits. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+129 lines, -8 lines) Patch
M src/DartARM32/assembler_arm.h View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
M src/DartARM32/assembler_arm.cc View 1 2 3 chunks +3 lines, -3 lines 0 comments Download
M src/IceAssemblerARM32.h View 1 2 1 chunk +6 lines, -0 lines 0 comments Download
M src/IceAssemblerARM32.cpp View 1 2 1 chunk +50 lines, -0 lines 0 comments Download
M src/IceInstARM32.cpp View 1 2 1 chunk +9 lines, -5 lines 0 comments Download
A tests_lit/assembler/arm32/vmov-dbl.ll View 1 chunk +57 lines, -0 lines 0 comments Download

Messages

Total messages: 9 (3 generated)
Karl
4 years, 10 months ago (2016-01-28 22:28:06 UTC) #3
Eric Holk
lgtm
4 years, 10 months ago (2016-01-28 22:57:59 UTC) #4
Jim Stichnoth
lgtm https://codereview.chromium.org/1642253002/diff/20001/src/IceAssemblerARM32.cpp File src/IceAssemblerARM32.cpp (right): https://codereview.chromium.org/1642253002/diff/20001/src/IceAssemblerARM32.cpp#newcode2438 src/IceAssemblerARM32.cpp:2438: constexpr const char *Vmovdrr = "Vmovdrr"; Shouldn't this ...
4 years, 10 months ago (2016-01-29 00:54:39 UTC) #5
John
lgtm
4 years, 10 months ago (2016-01-29 01:32:58 UTC) #6
Karl
Committed patchset #3 (id:40001) manually as a880ac8fcb772331ae7e27712e4da797c6927caa (presubmit successful).
4 years, 10 months ago (2016-01-29 15:28:09 UTC) #8
Karl
4 years, 10 months ago (2016-01-29 15:28:20 UTC) #9
Message was sent while issue was closed.
https://codereview.chromium.org/1642253002/diff/20001/src/IceAssemblerARM32.cpp
File src/IceAssemblerARM32.cpp (right):

https://codereview.chromium.org/1642253002/diff/20001/src/IceAssemblerARM32.c...
src/IceAssemblerARM32.cpp:2438: constexpr const char *Vmovdrr = "Vmovdrr";
On 2016/01/29 00:54:39, stichnot wrote:
> Shouldn't this be lowercase?  (here and below)

Good catch. Fixing.

https://codereview.chromium.org/1642253002/diff/20001/src/IceInstARM32.cpp
File src/IceInstARM32.cpp (right):

https://codereview.chromium.org/1642253002/diff/20001/src/IceInstARM32.cpp#ne...
src/IceInstARM32.cpp:1287: // Combine code of emitIASSingleDestSingleSource,
emitIASCoreVFPMove,
On 2016/01/29 00:54:39, stichnot wrote:
> s/Combine/combine/

Done.

Powered by Google App Engine
This is Rietveld 408576698