HomeSort by relevance Sort by last modified time
    Searched refs:MmxSave (Results 1 - 10 of 10) sorted by null

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/Ia32/
EfiSetMem.c 51 UINT64 MmxSave;
101 movq MmxSave, mm0
118 movq mm0, MmxSave
EfiSetMemSSE2.c 51 UINT64 MmxSave;
101 movq MmxSave, mm0
121 movq mm0, MmxSave
EfiZeroMem.c 48 UINT64 MmxSave;
84 movq MmxSave, mm0
103 movq mm0, MmxSave
EfiZeroMem.S 54 # UINT64 MmxSave;
57 pushl %ecx # Reserve space for local variable MmxSave
95 movq %mm0, -8(%ebp) # Save mm0 to MmxSave
114 movq -8(%ebp), %mm0 # Restore mm0 from MmxSave
EfiSetMem.S 60 subl $0x10, %esp # Reserve space for local variable UINT64 QWordValue @[ebp - 10H] & UINT64 MmxSave @[ebp - 18H]
113 movq %mm0, -8(%ebp) # Save mm0 to MmxSave
130 movq -8(%ebp), %mm0 # Restore MmxSave to mm0
EfiZeroMem.asm 52 ; UINT64 MmxSave;
55 push ecx ; Reserve space for local variable MmxSave
93 movq [ebp - 8], mm0 ; Save mm0 to MmxSave
112 movq mm0, [ebp - 8] ; Restore mm0 from MmxSave
EfiSetMem.asm 57 sub esp, 10h; Reserve space for local variable UINT64 QWordValue @[ebp - 10H] & UINT64 MmxSave @[ebp - 18H]
109 movq [ebp - 8], mm0 ; Save mm0 to MmxSave
126 movq mm0, [ebp - 8] ; Restore MmxSave to mm0
EfiCopyMem.S 61 pushl %ecx # reserve space for Scratch Local variable UINT64 MmxSave
118 # Save mm0 to UINT64 MmxSave
145 # Restore mm0 from MmxSave
EfiCopyMem.c 50 UINT64 MmxSave;
107 movq MmxSave, mm0
134 movq mm0, MmxSave
EfiCopyMem.asm 59 push ecx ; reserve space for Scratch Local variable UINT64 MmxSave
116 ; Save mm0 to UINT64 MmxSave
143 ; Restore mm0 from MmxSave

Completed in 83 milliseconds