Commit 21481f2c authored by Vineet Gupta's avatar Vineet Gupta

ARCv2: lib: memcpy: Missing PREFETCHW

Signed-off-by: default avatarVineet Gupta <vgupta@synopsys.com>
parent d05a76ab
...@@ -206,7 +206,7 @@ unalignedOffby3: ...@@ -206,7 +206,7 @@ unalignedOffby3:
ld.ab r6, [r1, 4] ld.ab r6, [r1, 4]
prefetch [r1, 28] ;Prefetch the next read location prefetch [r1, 28] ;Prefetch the next read location
ld.ab r8, [r1,4] ld.ab r8, [r1,4]
prefetch [r3, 32] ;Prefetch the next write location prefetchw [r3, 32] ;Prefetch the next write location
SHIFT_1 (r7, r6, 8) SHIFT_1 (r7, r6, 8)
or r7, r7, r5 or r7, r7, r5
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment