Home
last modified time | relevance | path

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

/freebsd/contrib/xz/src/common/
H A Dtuklib_integer.h796 bsr32(uint32_t n) in bsr32() function
/freebsd/contrib/xz/src/liblzma/common/
H A Dindex.c260 uint32_t up = tree->count ^ (UINT32_C(1) << bsr32(tree->count)); in index_tree_append()
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYInstrFormats.td56 // Instruction(1): bsr32
H A DCSKYInstrInfo.td849 def BSR32 : J<0x38, (outs), (ins call_symbol:$offset), "bsr32", []>;
851 def BSR32_BR : J<0x38, (outs), (ins call_symbol:$offset), "bsr32", []>{