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

Issue 1879463003: Add "vmov.<dt> <Qd>, #<imm>" to integrated ARM assembler. (Closed)

Created:
4 years, 8 months ago by Karl
Modified:
4 years, 8 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 "vmov.<dt> <Qd>, #<imm>" to integrated ARM assembler. Adds the VMOV instruction to the integrated assembler. Because #<imm> is complex, and we don't currently have a special ARM class to encode constants defined by ARM method AdvSIMDExpandImm(), it currently only accepts (nonnegative) integer32 constants that can fit into 8 bits. There are no tests for this instruction, since there currently no callers to this instruction. However, John will be checking in a CL shortly that will use this instruction. Add example generator for vector add. BUG= https://bugs.chromium.org/p/nativeclient/issues/detail?id=4334 R=jpp@chromium.org Committed: https://gerrit.chromium.org/gerrit/gitweb?p=native_client/pnacl-subzero.git;a=commit;h=b627f0945fd64e05a1b373e5b6be4bc17e4482ab

Patch Set 1 #

Patch Set 2 : Remove test code insertion. #

Patch Set 3 : Fix nits. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+69 lines, -6 lines) Patch
M src/DartARM32/assembler_arm.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/IceAssemblerARM32.h View 1 chunk +4 lines, -0 lines 0 comments Download
M src/IceAssemblerARM32.cpp View 2 chunks +52 lines, -0 lines 0 comments Download
M src/IceInstARM32.cpp View 1 2 1 chunk +12 lines, -6 lines 0 comments Download

Messages

Total messages: 6 (3 generated)
Karl
4 years, 8 months ago (2016-04-11 21:27:02 UTC) #3
John
lgtm
4 years, 8 months ago (2016-04-11 21:30:02 UTC) #4
Karl
4 years, 8 months ago (2016-04-11 21:32:19 UTC) #6
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as
b627f0945fd64e05a1b373e5b6be4bc17e4482ab (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698