Arm Community
Site
Search
User
Site
Search
User
Support forums
Arm Development Studio forum
Issues with loading to neon registers above q7
Jump...
Cancel
Locked
Locked
Replies
3 replies
Subscribers
119 subscribers
Views
2932 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
Issues with loading to neon registers above q7
Brett Park
over 12 years ago
Note: This was originally posted on 29th June 2010 at
http://forums.arm.com
Have you seen any issues with vld and registers q8-15?
For some reason, doing a load to registers below q8 work fine, but above q8 the registers don't get set.
For example, the first won't work but the second will.
in this case, r3 contains a pointer to a float array (4 floats)
vld1.32 {d16-d17}, [r3]
vld1.32 {d0-d1}, [r3]
any ideas?
Parents
suvir bhargav
over 12 years ago
Note: This was originally posted on 30th June 2010 at
http://forums.arm.com
confirm that ur code is not using other neon registers ,as that might be corrupting ur code during run time.
I have used d0-15,but never faced a problem.some one must b corrupting ur registers
Cancel
Vote up
0
Vote down
Cancel
Reply
suvir bhargav
over 12 years ago
Note: This was originally posted on 30th June 2010 at
http://forums.arm.com
confirm that ur code is not using other neon registers ,as that might be corrupting ur code during run time.
I have used d0-15,but never faced a problem.some one must b corrupting ur registers
Cancel
Vote up
0
Vote down
Cancel
Children
No data