TianoCore EDK2 master
Loading...
Searching...
No Matches
WriteMm0.c
Go to the documentation of this file.
1
18VOID
19EFIAPI
21 IN UINT64 Value
22 )
23{
24 _asm {
25 movq mm0, qword ptr [Value]
26 emms
27 }
28}
#define IN
Definition: Base.h:279
VOID EFIAPI AsmWriteMm0(IN UINT64 Value)
Definition: WriteMm0.c:20