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