Home
last modified time | relevance | path

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

/external/capstone/
DMathExtras.h212 static inline unsigned CountTrailingOnes_32(uint32_t Value) { in CountTrailingOnes_32() function
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DMathExtras.h251 inline unsigned CountTrailingOnes_32(uint32_t Value) { in CountTrailingOnes_32() function
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86FloatingPoint.cpp1505 unsigned NumSTUses = CountTrailingOnes_32(STUses); in handleSpecialFP()
1512 unsigned NumSTDefs = CountTrailingOnes_32(STDefs); in handleSpecialFP()
1522 unsigned NumSTPopped = CountTrailingOnes_32(STPopped); in handleSpecialFP()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMISelDAGToDAG.cpp2067 unsigned Width = CountTrailingOnes_32(And_imm) - 1; in SelectV6T2BitfieldExtractOp()