Searched refs:tp0 (Results 1 – 4 of 4) sorted by relevance
21 timespec tp0; in main() local22 clock_gettime(CLOCK_MONOTONIC, &tp0); in main()28 (tp0.tv_sec * 1000000000ULL + tp0.tv_nsec); in main()
16 unsigned long long tp0, tp1; in main() local17 tp0 = monotonic_clock_ns(); in main()19 while (tp1 - tp0 < 3 * 1000000000ull) { in main()
108 tp0 = types.pop(0)109 self._roundtripTp = tp0111 types.append(tp0)112 funcTp = ir.FunctionType.get(inputs=[tp0], results=[tp0])
2597 "vmsr", "\tp0, $Rt", []>;