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

Issue 425083003: Use (more) xor on FP register to load it with 0.0. (Closed)

Created:
6 years, 4 months ago by srdjan
Modified:
6 years, 4 months ago
Reviewers:
regis
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Use (more) xor on FP register to load it with 0.0. R=regis@google.com Committed: https://code.google.com/p/dart/source/detail?r=38706

Patch Set 1 #

Patch Set 2 : #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+53 lines, -17 lines) Patch
M runtime/vm/flow_graph_compiler_arm.cc View 1 chunk +17 lines, -6 lines 1 comment Download
M runtime/vm/flow_graph_compiler_arm64.cc View 1 1 chunk +12 lines, -4 lines 0 comments Download
M runtime/vm/flow_graph_compiler_ia32.cc View 2 chunks +4 lines, -0 lines 0 comments Download
M runtime/vm/flow_graph_compiler_x64.cc View 1 chunk +13 lines, -5 lines 0 comments Download
M runtime/vm/intermediate_language_arm64.cc View 1 chunk +7 lines, -2 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
srdjan
6 years, 4 months ago (2014-07-29 21:25:20 UTC) #1
regis
LGTM https://codereview.chromium.org/425083003/diff/20001/runtime/vm/flow_graph_compiler_arm.cc File runtime/vm/flow_graph_compiler_arm.cc (right): https://codereview.chromium.org/425083003/diff/20001/runtime/vm/flow_graph_compiler_arm.cc#newcode1615 runtime/vm/flow_graph_compiler_arm.cc:1615: __ veorq(qdst, qdst, qdst); Why not veord? Mmm, ...
6 years, 4 months ago (2014-07-29 21:43:17 UTC) #2
srdjan
6 years, 4 months ago (2014-07-29 22:13:24 UTC) #3
Message was sent while issue was closed.
Committed patchset #2 manually as r38706 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698