Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ArmPkg/Library/BaseMemoryLibStm/AArch64/
DCopyMem.c42 volatile UINT32 *Destination32; in InternalMemCopyMem() local
91 Destination32 = (UINT32*)DestinationBuffer; in InternalMemCopyMem()
94 *(Destination32++) = *(Source32++); in InternalMemCopyMem()
99 Destination8 = (UINT8*)Destination32; in InternalMemCopyMem()
105 Destination32 = (UINT32*)((UINTN)DestinationBuffer + Length); in InternalMemCopyMem()
114 Destination8 = (UINT8*)Destination32; in InternalMemCopyMem()
121 Destination32 = (UINT32*)Destination8; in InternalMemCopyMem()
126 *(--Destination32) = *(--Source32); in InternalMemCopyMem()