TianoCore EDK2
master
Loading...
Searching...
No Matches
SwapBytes64.c
Go to the documentation of this file.
1
21
UINT64
22
EFIAPI
23
InternalMathSwapBytes64
(
24
IN
UINT64 Operand
25
)
26
{
27
_asm {
28
mov eax, dword ptr [Operand + 4]
29
mov edx, dword ptr [Operand + 0]
30
bswap eax
31
bswap edx
32
}
33
}
InternalMathSwapBytes64
UINT64 EFIAPI InternalMathSwapBytes64(IN UINT64 Operand)
Definition:
SwapBytes64.c:23
IN
#define IN
Definition:
Base.h:279
MdePkg
Library
BaseLib
Ia32
SwapBytes64.c
Generated on Fri Nov 15 2024 18:01:17 for TianoCore EDK2 by
1.9.6