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

Issue 1665323002: Clean up assembling MOV instructions in 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

Clean up assembling MOV instructions in the integrated ARM assembler. Flattens out MOV's emitIAS methods making it easier to see valid types for source/destination of the move. BUG=None R=stichnot@chromium.org Committed: https://gerrit.chromium.org/gerrit/gitweb?p=native_client/pnacl-subzero.git;a=commit;h=282d7afd1216597de73a2ef47b9669747260fdf2

Patch Set 1 #

Patch Set 2 : Format #

Total comments: 4

Patch Set 3 : Fix nits. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+99 lines, -111 lines) Patch
M src/IceInstARM32.h View 1 chunk +0 lines, -5 lines 0 comments Download
M src/IceInstARM32.cpp View 1 2 1 chunk +99 lines, -106 lines 0 comments Download

Messages

Total messages: 7 (3 generated)
Karl
4 years, 10 months ago (2016-02-04 22:06:37 UTC) #3
Jim Stichnoth
lgtm https://codereview.chromium.org/1665323002/diff/20001/src/IceInstARM32.cpp File src/IceInstARM32.cpp (right): https://codereview.chromium.org/1665323002/diff/20001/src/IceInstARM32.cpp#newcode1298 src/IceInstARM32.cpp:1298: case IceType_void: Consider just using "default:", for symmetry ...
4 years, 10 months ago (2016-02-05 00:56:23 UTC) #4
Karl
Committed patchset #3 (id:40001) manually as 282d7afd1216597de73a2ef47b9669747260fdf2 (presubmit successful).
4 years, 10 months ago (2016-02-05 15:26:48 UTC) #6
Karl
4 years, 10 months ago (2016-02-05 15:27:09 UTC) #7
Message was sent while issue was closed.
https://codereview.chromium.org/1665323002/diff/20001/src/IceInstARM32.cpp
File src/IceInstARM32.cpp (right):

https://codereview.chromium.org/1665323002/diff/20001/src/IceInstARM32.cpp#ne...
src/IceInstARM32.cpp:1298: case IceType_void:
On 2016/02/05 00:56:23, stichnot wrote:
> Consider just using "default:", for symmetry with the inner "switch (SrcTy)"
> statements.

Done.

https://codereview.chromium.org/1665323002/diff/20001/src/IceInstARM32.cpp#ne...
src/IceInstARM32.cpp:1329: } else if (const auto *FpImm =
On 2016/02/05 00:56:23, stichnot wrote:
> Don't use "else if" after a clause that ends with a return.
> 
> Here and below.

Done.

Powered by Google App Engine
This is Rietveld 408576698