Searched refs:CCOUNT (Results 1 – 3 of 3) sorted by relevance
66 #define WSR_CCOUNT(r) asm volatile ("wsr %0,"__stringify(CCOUNT) :: "a" (r))67 #define RSR_CCOUNT(r) asm volatile ("rsr %0,"__stringify(CCOUNT) : "=a" (r))
63 #define CCOUNT 234 macro
98 wsr a0, CCOUNT # not really necessary, but nice