Home
last modified time | relevance | path

Searched refs:ctr (Results 1 – 2 of 2) sorted by relevance

/sysdeps/unix/sysv/linux/aarch64/
A Dsysconf.c30 unsigned ctr; in __sysconf() local
42 asm("mrs\t%0, ctr_el0" : "=r"(ctr)); in __sysconf()
43 return 4 << (ctr & 0xf); in __sysconf()
45 asm("mrs\t%0, ctr_el0" : "=r"(ctr)); in __sysconf()
46 return 4 << ((ctr >> 16) & 0xf); in __sysconf()
/sysdeps/powerpc/powerpc32/power7/
A Dmemcpy.S160 mtctr 8 # otherwise, load the ctr and begin.

Completed in 5 milliseconds