Arm Community
Site
Search
User
Site
Search
User
Support forums
Arm Development Studio forum
How to use VCVT arm-cortex A8 instruction in c++ file?
Jump...
Cancel
Locked
Locked
Replies
2 replies
Subscribers
119 subscribers
Views
3601 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
How to use VCVT arm-cortex A8 instruction in c++ file?
Vanitha Nagarajan
over 12 years ago
Note: This was originally posted on 28th April 2011 at
http://forums.arm.com
Hi.....
I am facing some problem with using VCVT arm(cortex A8) instruction in c++ source file.
In some article, they mentioned like , The inline assembler does not provide direct support for VFP instructions like VCVT etc. So we need to use some equate assembly instructions.
I have tried with some equate instrcutions like FTOSI instruction also.It is not working.
I tried like,
__asm
{
VCVT.S32.F32 source, destination
}
kindly help me if u peoples have any idea and give me some examples that how to use this instruction in c++ file?
I need to use CORTEX-A8 assembly instruction which is converting from floating point to integer in c++ source file.
Parents
Ruben Buchatskiy
over 12 years ago
Note: This was originally posted on 4th May 2011 at
http://forums.arm.com
http://old.nabble.com/-PATCH--Vectorize-conversions-directly-td30297813.html
Cancel
Vote up
0
Vote down
Cancel
Reply
Ruben Buchatskiy
over 12 years ago
Note: This was originally posted on 4th May 2011 at
http://forums.arm.com
http://old.nabble.com/-PATCH--Vectorize-conversions-directly-td30297813.html
Cancel
Vote up
0
Vote down
Cancel
Children
No data