Searched defs:BitI (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/EbcDxe/Ipf/
H A DEbcSupport.c377 UINT64 BitI; // bits of MOVL immediate data local
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);

Completed in 224 milliseconds