Home
last modified time | relevance | path

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

/openbmc/qemu/hw/core/
H A Dptimer.c220 int clz1, clz2; in ptimer_get_count() local
244 clz1 = clz64(rem); in ptimer_get_count()
246 shift = clz1 < clz2 ? clz1 : clz2; in ptimer_get_count()