|
RTEMS 6.1-rc5
|
Loading...
Searching...
No Matches
Go to the documentation of this file.
38static inline void tic(
void)
43 "stw 0, ppc_tic_tac@sdarel(13);"
51static inline uint32_t tac(
void)
57 "lwz %1, ppc_tic_tac@sdarel(13);"
59 :
"=r" (ticks),
"=r" (tmp)
67static inline void boom(
void)
72 "stw 0, ppc_boom_bam@sdarel(13);"
80static inline uint32_t bam(
void)
86 "lwz %1, ppc_boom_bam@sdarel(13);"
88 :
"=r" (ticks),
"=r" (tmp)