Arm Community
Site
Search
User
Site
Search
User
Support forums
Arm Development Studio forum
Fast duplicate lane
Jump...
Cancel
Locked
Locked
Replies
7 replies
Subscribers
119 subscribers
Views
3920 views
Users
0 members are here
Options
Share
More actions
Cancel
Related
How was your experience today?
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion
Fast duplicate lane
Etienne SOBOLE
over 12 years ago
Note: This was originally posted on 17th April 2013 at
http://forums.arm.com
hi.
I have a little problem.
I have as input a Dn register with 8 byte.
[a, b, c, d, e, f, g, h]
I'd like to have 2 Dn Register with
[a, a, b, b, c, c, d, d]
and
[e, e, f, f, g, g, h, h]
The purpose is to try to do that with a minimum number of NEON register.
for the moment the best Way I found is something like
vmovl.u8 Qn, Dn @ convert byte to half word
vmul.u16 Qn, Qn, Qx @ Dx contain 8 * 257
I'm looking for a solution not using extra register !
do you nhave any idea ?
thank's
Parents
Peter Harris
over 12 years ago
Note: This was originally posted on 19th April 2013 at
http://forums.arm.com
Yes, looks good to me.
Cancel
Vote up
0
Vote down
Cancel
Reply
Peter Harris
over 12 years ago
Note: This was originally posted on 19th April 2013 at
http://forums.arm.com
Yes, looks good to me.
Cancel
Vote up
0
Vote down
Cancel
Children
No data