DescriptionAdd "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. #
Messages
Total messages: 6 (3 generated)
|