Home
last modified time | relevance | path

Searched refs:BitImm9d (Results 1 – 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/Ipf/
DEbcSupport.c380 UINT64 BitImm9d; // bits of MOVL immediate data in EbcCreateThunks() local
491 BitImm9d = RShiftU64 (Addr, 7) & 0x1FF; in EbcCreateThunks()
510 Code[2] = Code[2] | LShiftU64 (BitImm9d, 27); in EbcCreateThunks()
556 BitImm9d = RShiftU64 (Addr, 7) & 0x1FF; in EbcCreateThunks()
575 Code[2] = Code[2] | LShiftU64 (BitImm9d, 27); in EbcCreateThunks()
628 BitImm9d = RShiftU64 (Addr, 7) & 0x1FF; in EbcCreateThunks()
646 Code[2] = Code[2] | LShiftU64 (BitImm9d, 27); in EbcCreateThunks()