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

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/Ipf/
EbcSupport.c 377 UINT64 BitI; // bits of MOVL immediate data
479 BitI = RShiftU64 (Addr, 63) & 0x01;
511 Code[2] = Code[2] | LShiftU64 (BitI, 36);
544 BitI = RShiftU64 (Addr, 63) & 0x01;
576 Code[2] = Code[2] | LShiftU64 (BitI, 36);
616 BitI = RShiftU64 (Addr, 63) & 0x01;
647 Code[2] = Code[2] | LShiftU64 (BitI, 36);
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 673 milliseconds