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

  /device/linaro/bootloader/edk2/CorebootPayloadPkg/Library/PciHostBridgeLib/
PciHostBridgeSupport.c 196 UINTN LowBit;
267 LowBit = LowBitSet64 (Length);
268 Length = LShiftU64 (1ULL, LowBit);
  /device/linaro/bootloader/edk2/Nt32Pkg/Sec/
SecMain.c 189 INT32 LowBit;
211 LowBit = (INT32)LowBitSet32 (ProcessAffinityMask);
212 if (LowBit != -1) {
217 SetProcessAffinityMask (GetCurrentProcess (), (INTN)(BIT0 << LowBit));
    [all...]
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldChecker.cpp 618 unsigned LowBit = LowBitExpr.getValue();
619 uint64_t Mask = ((uint64_t)1 << (HighBit - LowBit + 1)) - 1;
620 uint64_t SlicedValue = (SubExprResult.getValue() >> LowBit) & Mask;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldChecker.cpp 618 unsigned LowBit = LowBitExpr.getValue();
619 uint64_t Mask = ((uint64_t)1 << (HighBit - LowBit + 1)) - 1;
620 uint64_t SlicedValue = (SubExprResult.getValue() >> LowBit) & Mask;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]

Completed in 245 milliseconds