Go to the documentation of this file.
15 #ifndef _ASM_TILE_TIMEX_H
16 #define _ASM_TILE_TIMEX_H
26 #define CLOCK_TICK_RATE 1000000
30 #if CHIP_HAS_SPLIT_CYCLE()
32 #define get_cycles_low() __insn_mfspr(SPR_CYCLE_LOW)
38 #define get_cycles_low() __insn_mfspr(SPR_CYCLE)