Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/Ipf/
DEbcSupport.c378 UINT64 BitIc; // bits of MOVL immediate data in EbcCreateThunks() local
483 BitIc = RShiftU64 (Addr, 21) & 0x01; in EbcCreateThunks()
508 Code[2] = Code[2] | LShiftU64 (BitIc, 21); in EbcCreateThunks()
548 BitIc = RShiftU64 (Addr, 21) & 0x01; in EbcCreateThunks()
573 Code[2] = Code[2] | LShiftU64 (BitIc, 21); in EbcCreateThunks()
620 BitIc = RShiftU64 (Addr, 21) & 0x01; in EbcCreateThunks()
644 Code[2] = Code[2] | LShiftU64 (BitIc, 21); in EbcCreateThunks()