mfpc (move from peformance counter) not supported.
Posted: Sat Nov 20, 2004 11:41 pm
when doing:
__asm __volatile ("mfpc %0,0" :"=r"(x) :"r"(x) : "memory");
i get:
{standard input}:318: Error: opcode not supported on this processor: r5900 (mips3) `mfpc $2,0'
.emoon
__asm __volatile ("mfpc %0,0" :"=r"(x) :"r"(x) : "memory");
i get:
{standard input}:318: Error: opcode not supported on this processor: r5900 (mips3) `mfpc $2,0'
.emoon