Hi,
I'm not AMMCLIB expert, I have just one general idea which sometimes causes troubles:
When IVOR4 is entered, FP and SPE bits in MSR register are automatically cleared. If user wants to use FP or SPE instructions, it must be enabled by the software again. For example:
void SPE_enable(void)
{
mfmsr r3
e_add2is r3,0x0200
mtmsr r3
}
Maybe this could help.
Regards,
Lukas