Searched refs:cop0 (Results 1 – 1 of 1) sorted by relevance
80 #define CVMX_MF_COP0(val, cop0) \ argument81 asm("dmfc0 %[rt]," VASTR(cop0) : [rt] "=d" (val))82 #define CVMX_MT_COP0(val, cop0) \ argument83 asm("dmtc0 %[rt]," VASTR(cop0) : : [rt] "d" (val))
Completed in 4 milliseconds