Home
last modified time | relevance | path

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

/openbmc/qemu/target/ppc/
H A Dint_helper.c2075 #define clzb(v) ((v) ? clz32((uint32_t)(v) << 24) : 8) macro
2078 VGENERIC_DO(clzb, u8)
2081 #undef clzb