Searched refs:MmxSave (Results 1 – 10 of 10) sorted by relevance
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/Ia32/ |
D | 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
|
D | 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
|
D | EfiSetMem.c | 51 UINT64 MmxSave; in EfiCommonLibSetMem() local 101 movq MmxSave, mm0 in EfiCommonLibSetMem() local 118 movq mm0, MmxSave in EfiCommonLibSetMem()
|
D | EfiZeroMem.c | 48 UINT64 MmxSave; in EfiCommonLibZeroMem() local 84 movq MmxSave, mm0 in EfiCommonLibZeroMem() local 103 movq mm0, MmxSave in EfiCommonLibZeroMem()
|
D | EfiSetMemSSE2.c | 51 UINT64 MmxSave; in EfiCommonLibSetMem() local 101 movq MmxSave, mm0 in EfiCommonLibSetMem() local 121 movq mm0, MmxSave in EfiCommonLibSetMem()
|
D | EfiSetMem.S | 60 …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
|
D | EfiSetMem.asm | 57 … 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
|
D | EfiCopyMem.c | 50 UINT64 MmxSave; in EfiCommonLibCopyMem() local 107 movq MmxSave, mm0 in EfiCommonLibCopyMem() local 134 movq mm0, MmxSave in EfiCommonLibCopyMem()
|
D | EfiCopyMem.S | 61 pushl %ecx # reserve space for Scratch Local variable UINT64 MmxSave 118 # Save mm0 to UINT64 MmxSave 145 # Restore mm0 from MmxSave
|
D | EfiCopyMem.asm | 59 push ecx ; reserve space for Scratch Local variable UINT64 MmxSave 116 ; Save mm0 to UINT64 MmxSave 143 ; Restore mm0 from MmxSave
|