Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DAPInt.cpp487 uint64_t retBits = U.pVal[loWord] >> loBit; in extractBitsAsZExtValue() local
488 retBits |= U.pVal[hiWord] << (wordBits - loBit); in extractBitsAsZExtValue()
489 retBits &= maskBits; in extractBitsAsZExtValue()
490 return retBits; in extractBitsAsZExtValue()