HomeSort by relevance Sort by last modified time
    Searched refs:CountTrailingOnes_32 (Results 1 - 4 of 4) sorted by null

  /external/capstone/
MathExtras.h 208 /// CountTrailingOnes_32 - this function performs the operation of
210 /// bit. Ex. CountTrailingOnes_32(0x00FF00FF) == 8.
212 static inline unsigned CountTrailingOnes_32(uint32_t Value) {
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
MathExtras.h 247 /// CountTrailingOnes_32 - this function performs the operation of
249 /// bit. Ex. CountTrailingOnes_32(0x00FF00FF) == 8.
251 inline unsigned CountTrailingOnes_32(uint32_t Value) {
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86FloatingPoint.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMISelDAGToDAG.cpp     [all...]

Completed in 127 milliseconds