Home
last modified time | relevance | path

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

/external/swiftshader/third_party/astc-encoder/Source/
Dastc_mathlib_softfloat.cpp57 uint32_t clz32(uint32_t inp) in clz32() function
135 uint32_t leadingzeroes = clz32(mskval); in sf16_to_sf32()
Dastc_image_load_store.cpp96 int lz = clz32(p) - 16; in unorm16_to_sf16()
Dastc_mathlib.h155 uint32_t clz32(uint32_t p);
/external/llvm/test/CodeGen/Lanai/
Di32.ll110 ; CHECK-LABEL: clz32:
112 define i32 @clz32(i32 %x) {
/external/llvm-project/llvm/test/CodeGen/Lanai/
Di32.ll110 ; CHECK-LABEL: clz32:
112 define i32 @clz32(i32 %x) {
/external/llvm-project/llvm/test/CodeGen/WebAssembly/
Di32.ll155 ; CHECK-LABEL: clz32:
156 ; CHECK-NEXT: .functype clz32 (i32) -> (i32){{$}}
160 define i32 @clz32(i32 %x) {
/external/llvm/test/CodeGen/WebAssembly/
Di32.ll142 ; CHECK-LABEL: clz32:
147 define i32 @clz32(i32 %x) {