TianoCore EDK2 master
Loading...
Searching...
No Matches
ReadMm5.c
Go to the documentation of this file.
1
18UINT64
19EFIAPI
21 VOID
22 )
23{
24 _asm {
25 push eax
26 push eax
27 movq [esp], mm5
28 pop eax
29 pop edx
30 emms
31 }
32}
UINT64 EFIAPI AsmReadMm5(VOID)
Definition: ReadMm5.c:20