Home
last modified time | relevance | path

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

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/googlebenchmark/googlebenchmark/
H A D0001-cycleclock-Fix-type-conversion-to-match-function-ret.patch10 208 | return (static_cast<uint64_t>(cycles_hi1) << 32) | cycles_lo;
27 : "=r"(cycles_hi0), "=r"(cycles_lo), "=r"(cycles_hi1));
28 - return (static_cast<uint64_t>(cycles_hi1) << 32) | cycles_lo;
30 + cycles_lo);
/openbmc/qemu/include/hw/xen/interface/
H A Dtrace.h277 uint32_t cycles_lo, cycles_hi; /* cycle counter timestamp */ member