HomeSort by relevance Sort by last modified time
    Searched defs:isShiftedMask_32 (Results 1 - 5 of 5) sorted by null

  /external/capstone/
MathExtras.h 74 /// isShiftedMask_32 - This function returns true if the argument contains a
76 /// Ex. isShiftedMask_32(0x0000FF00U) == true.
77 static inline bool isShiftedMask_32(uint32_t Value) {
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
MathExtras.h 99 /// isShiftedMask_32 - This function returns true if the argument contains a
101 /// Ex. isShiftedMask_32(0x0000FF00U) == true.
102 inline bool isShiftedMask_32(uint32_t Value) {
  /external/llvm/include/llvm/Support/
MathExtras.h 362 /// isShiftedMask_32 - This function returns true if the argument contains a
364 /// Ex. isShiftedMask_32(0x0000FF00U) == true.
365 inline bool isShiftedMask_32(uint32_t Value) {
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
MathExtras.h 416 /// remainder zero (32 bit version.) Ex. isShiftedMask_32(0x0000FF00U) == true.
417 constexpr inline bool isShiftedMask_32(uint32_t Value) {
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
MathExtras.h 384 /// isShiftedMask_32 - This function returns true if the argument contains a
386 /// Ex. isShiftedMask_32(0x0000FF00U) == true.
387 constexpr inline bool isShiftedMask_32(uint32_t Value) {

Completed in 210 milliseconds