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

Unified Diff: src/opts/memset16_neon.S

Issue 455903002: Replace a pre-UAL instruction with its modern form. (Closed) Base URL: https://chromium.googlesource.com/skia.git@master
Patch Set: . Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/opts/memset16_neon.S
diff --git a/src/opts/memset16_neon.S b/src/opts/memset16_neon.S
index b1719fa1fa4de15ca31ae98138e0243fcb18f5f2..7473a40061f68276617c3d53775f98d91e55668e 100644
--- a/src/opts/memset16_neon.S
+++ b/src/opts/memset16_neon.S
@@ -15,6 +15,8 @@
***************************************************************************/
+ .syntax unified
+
.code 32
.fpu neon
.align 4
@@ -70,7 +72,7 @@ memset_gt4:
strcs r1, [r0], #4
strcs r1, [r0], #4
lsls r12, r12, #2
- strcsh r1, [r0], #2
+ strhcs r1, [r0], #2
memset_route:
/*
* Decide where to route for the maximum copy sizes. Note that we
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698