Arm Community
Site
Search
User
Site
Search
User
Support forums
Arm Development Studio forum
ARM Intrinsics Syntax
Jump...
Cancel
Locked
Locked
Replies
3 replies
Subscribers
119 subscribers
Views
3013 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
ARM Intrinsics Syntax
Sajid Rabbani Avagundam
over 12 years ago
Parents
Martin Weidmann
over 12 years ago
Note: This was originally posted on 13th July 2011 at
http://forums.arm.com
AFAIK there are usually only intrinsics for instructions that it would be difficult or impossible for a compiler to generate from C code. Such as the accessing control registers, or NEON ops.
The intrinsics which do exist can be found here:
http://infocenter.arm.com/help/topic/com.arm.doc.dui0472c/CHDFGFAB.html
Otherwise you could look at inline or embedded assembler. But you should really think about what you are doing if you need an ADD instruction.
Cancel
Vote up
0
Vote down
Cancel
Reply
Martin Weidmann
over 12 years ago
Note: This was originally posted on 13th July 2011 at
http://forums.arm.com
AFAIK there are usually only intrinsics for instructions that it would be difficult or impossible for a compiler to generate from C code. Such as the accessing control registers, or NEON ops.
The intrinsics which do exist can be found here:
http://infocenter.arm.com/help/topic/com.arm.doc.dui0472c/CHDFGFAB.html
Otherwise you could look at inline or embedded assembler. But you should really think about what you are doing if you need an ADD instruction.
Cancel
Vote up
0
Vote down
Cancel
Children
No data