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

  /device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/HiKey960/HiKey960Dxe/
HiKey960Dxe.c 130 UINT16 Value1, Value0;
154 Value0 = (UINT16)MmioRead32 (HKADC_DSP_RD3_DATA);
156 Data = ((Value1 << 4) & HKADC_VALUE_HIGH) | ((Value0 >> 4) & HKADC_VALUE_LOW);
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 173 milliseconds