Searched refs:tbu (Results 1 – 2 of 2) sorted by relevance
32 uint32_t tbu, tbl, temp; in read_time() local41 : "=r"(tbl), "=r"(tbu), "=r"(temp) in read_time()45 return (((uint64_t)tbu)<<32) | (uint64_t)tbl; in read_time()
73 int32_t tbu, tbl, tmp;81 : [ hi32 ] "=r"(tbu), [ lo32 ] "=r"(tbl), [ tmp ] "=r"(tmp));82 return (static_cast<int64_t>(tbu) << 32) | tbl;