Home
last modified time | relevance | path

Searched refs:MmxSave (Results 1 – 10 of 10) sorted by relevance

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/Ia32/
DEfiZeroMem.S54 # 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
DEfiZeroMem.asm52 ; 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
DEfiSetMem.c51 UINT64 MmxSave; in EfiCommonLibSetMem() local
101 movq MmxSave, mm0 in EfiCommonLibSetMem() local
118 movq mm0, MmxSave in EfiCommonLibSetMem()
DEfiSetMemSSE2.c51 UINT64 MmxSave; in EfiCommonLibSetMem() local
101 movq MmxSave, mm0 in EfiCommonLibSetMem() local
121 movq mm0, MmxSave in EfiCommonLibSetMem()
DEfiZeroMem.c48 UINT64 MmxSave; in EfiCommonLibZeroMem() local
84 movq MmxSave, mm0 in EfiCommonLibZeroMem() local
103 movq mm0, MmxSave in EfiCommonLibZeroMem()
DEfiSetMem.S60 …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
DEfiSetMem.asm57 … 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
DEfiCopyMem.S61 pushl %ecx # reserve space for Scratch Local variable UINT64 MmxSave
118 # Save mm0 to UINT64 MmxSave
145 # Restore mm0 from MmxSave
DEfiCopyMem.c50 UINT64 MmxSave; in EfiCommonLibCopyMem() local
107 movq MmxSave, mm0 in EfiCommonLibCopyMem() local
134 movq mm0, MmxSave in EfiCommonLibCopyMem()
DEfiCopyMem.asm59 push ecx ; reserve space for Scratch Local variable UINT64 MmxSave
116 ; Save mm0 to UINT64 MmxSave
143 ; Restore mm0 from MmxSave