Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ArmPkg/Library/BaseMemoryLibStm/AArch64/
DCopyMem.c44 volatile UINT64 *Destination64; in InternalMemCopyMem() local
50 Destination64 = (UINT64*)DestinationBuffer; in InternalMemCopyMem()
53 *(Destination64++) = *(Source64++); in InternalMemCopyMem()
58 Destination8 = (UINT8*)Destination64; in InternalMemCopyMem()
64 Destination64 = (UINT64*)((UINTN)DestinationBuffer + Length); in InternalMemCopyMem()
73 Destination8 = (UINT8*)Destination64; in InternalMemCopyMem()
80 Destination64 = (UINT64*)Destination8; in InternalMemCopyMem()
85 *(--Destination64) = *(--Source64); in InternalMemCopyMem()