Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVMatInt.cpp167 unsigned UpperTrailingOnes = llvm::countr_one(Hi_32(Val)); in extractRotateInfo() local
169 if (UpperTrailingOnes < 32 && in extractRotateInfo()
170 (UpperTrailingOnes + LowerLeadingOnes) > (64 - 12)) in extractRotateInfo()
171 return 32 - UpperTrailingOnes; in extractRotateInfo()