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 382 UINT64 BitI; // bits of MOVL immediate data
484 BitI = RShiftU64 (Addr, 63) & 0x01;
516 Code[2] = Code[2] | LShiftU64 (BitI, 36);
549 BitI = RShiftU64 (Addr, 63) & 0x01;
581 Code[2] = Code[2] | LShiftU64 (BitI, 36);
621 BitI = RShiftU64 (Addr, 63) & 0x01;
652 Code[2] = Code[2] | LShiftU64 (BitI, 36);
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 254 milliseconds