Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_mathlib_softfloat.cpp68 uint32_t bsr; in clz32() local
69 __asm__("bsrl %1, %0": "=r"(bsr):"r"(inp | 1)); in clz32()
70 return 31 - bsr; in clz32()