This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi,
Followed by the previous post of mine,
and advice given by sunil and brian, i did everything working fine as expected. Thanks for that.
Now i am implementing floating point exception handler.
FYI... In this i listed all the possible ways, VFP exception can occur. The results of all floating point operations are handled inside this function.
Now, i need to know how to find the address of the respective instruction responsible for this exception?
Thanks and Regards
Gowdham Natarajan
Hi,
After my study, i found those registers to get the address of exception generating instruction. Those registers are,
FPINST - Contains the exception generating instruction
FPINST2 - contains the bypassed instruction.
Thanks and Regards
Gowdham Natarajan