TianoCore EDK2 master
Loading...
Searching...
No Matches
ReadMm7.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], mm7
28 pop eax
29 pop edx
30 emms
31 }
32}
UINT64 EFIAPI AsmReadMm7(VOID)
Definition: ReadMm7.c:20