HomeSort by relevance Sort by last modified time
    Searched refs:Save (Results 101 - 125 of 413) sorted by null

1 2 3 45 6 7 8 91011>>

  /device/linaro/bootloader/edk2/IntelFspWrapperPkg/Library/BaseFspApiLib/X64/
Thunk64To32.asm 44 ; save IFLAG and disable it
50 ; save orignal GDTR and CS
63 ; Save general purpose register and rflag register
72 ; save CR3
86 ; Save parameters for 32-bit function call
93 ; save the 32-bit function entry and the return address into stack which will be
102 ; let rax save DS
146 mov ebx, eax ; save return status
  /device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/X64/
SmiEntry.asm 46 ; Constants relating to CPU State Save Area
164 ; Save FP registers
SmiEntry.S 40 # Constants relating to CPU State Save Area
166 # Save FP registers
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl_amd64.S 12 # Save scratch registers.
44 mov %rsp, %rbx # save current rsp
92 # Save scratch registers.
124 mov %rsp, %rbx # save current rsp
176 // save env parameter
217 // save env parameter
258 // save env parameter
262 // save savesigs parameter
314 // save env parameter
318 // save savesigs paramete
    [all...]
  /external/skia/experimental/xps_to_png/
xps_to_png.cs 63 encoder.Save(pageOutStream);
  /external/sonivox/arm-wt-22k/lib_src/
ARM-E_mastergain_gnu.s 55 .equ REG_SAVE_SZ, 0 @save-on-entry registers saved
68 STMFD sp!,{r4-r6,r14} @Save any save-on-entry registers that are used
86 STRH r4, [pnOutputBuffer], #NEXT_OUTPUT_PCM @save 1st output sample
92 STRH r5, [pnOutputBuffer], #NEXT_OUTPUT_PCM @save 2nd output sample
  /external/vboot_reference/cgpt/
cgpt.h 89 * sector_count -- number of sector to save
93 int Save(struct drive *drive, const uint8_t *buf,
cgpt_common.c 128 int Save(struct drive *drive, const uint8_t *buf,
209 if (CGPT_OK != Save(drive, drive->gpt.primary_header,
218 if(CGPT_OK != Save(drive, drive->gpt.secondary_header,
227 if (CGPT_OK != Save(drive, drive->gpt.primary_entries,
237 if (CGPT_OK != Save(drive, drive->gpt.secondary_entries,
    [all...]
  /external/webrtc/webrtc/base/
optionsfile.cc 64 bool OptionsFile::Save() {
  /device/linaro/bootloader/edk2/ArmPlatformPkg/PrePeiCore/Arm/
PrePeiCoreEntryPoint.asm 58 mov r6, r1 // Save base of the secondary stacks
  /external/skia/src/core/
SkRecords.h 51 M(Save) \
180 RECORD(Save, 0);
  /build/kati/cmd/kati/
main.go 69 flag.StringVar(&saveGOB, "save", "", "")
142 func save(g *kati.DepGraph, targets []string) error { func
145 err = kati.GOB.Save(g, saveGOB, targets)
148 serr := kati.JSON.Save(g, saveJSON, targets)
281 err = save(g, req.Targets)
297 return n.Save(g, "", req.Targets)
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/X64/
Thunk16.asm 236 push rbx ; Save ds segment register on the stack
238 push rbx ; Save es segment register on the stack
240 push rbx ; Save ss segment register on the stack
261 sidt fword ptr [rsp + 50h] ; save IDT stack in argument space
266 mov [rcx], ebp ; save CR4 in SavedCr4
Thunk16.S 258 pushq %rbx # Save ds segment register on the stack
260 pushq %rbx # Save es segment register on the stack
262 pushq %rbx # Save ss segment register on the stack
289 movl %ebp, (%rcx) # save CR4 in SavedCr4
  /device/linaro/bootloader/edk2/IntelFspWrapperPkg/Library/SecPeiFspPlatformSecLibSample/Ia32/
SecEntry.asm 63 ; MM5 = Save time-stamp counter value high32bit
64 ; MM6 = Save time-stamp counter value low32bit.
77 ; Save time-stamp counter value
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/FspSupport/Library/SecFspPlatformSecLibVlv2/Ia32/
SecEntry.asm 62 ; MM5 = Save time-stamp counter value high32bit
63 ; MM6 = Save time-stamp counter value low32bit.
76 ; Save time-stamp counter value
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
structuredquerycondition.h 255 HRESULT (STDMETHODCALLTYPE *Save)(
315 #define ICondition_Save(This,pStm,fClearDirty) (This)->lpVtbl->Save(This,pStm,fClearDirty)
348 return This->lpVtbl->Save(This,pStm,fClearDirty);
517 HRESULT (STDMETHODCALLTYPE *Save)(
588 #define ICondition2_Save(This,pStm,fClearDirty) (This)->lpVtbl->Save(This,pStm,fClearDirty)
624 return This->lpVtbl->Save(This,pStm,fClearDirty);
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Bds/
BootMenu.c 586 BOOLEAN Save;
617 // Wait for a move, save or cancel request
619 Save = FALSE;
633 Save = (Key.UnicodeChar == CHAR_LINEFEED) ||
652 } while ((!Move) && (!Save) && (!Cancel));
659 if (Save) {
667 // new order that has been just defined by the user. Save this new
    [all...]
  /external/llvm/lib/Target/AMDGPU/
SILowerControlFlow.cpp 33 /// %SGPR0 = S_AND_SAVEEXEC_B64 %VCC // Save and update the exec mask
464 // Update EXEC, save the original EXEC value to VCC
550 unsigned Save = SaveOp->getReg();
553 assert(AMDGPU::SReg_64RegClass.contains(Save) &&
556 // Save the EXEC mask
557 BuildMI(MBB, I, DL, TII->get(AMDGPU::S_MOV_B64), Save)
577 *RemainderBB, Save, *Idx);
583 .addReg(Save);
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/X64/
Thunk16.S 248 pushq %rbx # Save ds segment register on the stack
250 pushq %rbx # Save es segment register on the stack
252 pushq %rbx # Save ss segment register on the stack
274 sgdt 0x60(%rsp) # save GDT stack in argument space
279 movw %r10w, (SavedGdt - L_SavedCr4)(%rcx) # save the limit of shadowed GDT table
280 movq %r11, (SavedGdt - L_SavedCr4 + 0x2)(%rcx) # save the base address of shadowed GDT table
283 xchg %r10, %rcx # save rcx to r10 and initialize rcx to be the limit of GDT table
285 xchg %r11, %rdi # save rdi to r11 and initialize rdi to the base address of shadowed GDT table
297 movl %ebp, (%rcx) # save CR4 in SavedCr4
Thunk16.asm 238 push rbx ; Save ds segment register on the stack
240 push rbx ; Save es segment register on the stack
242 push rbx ; Save ss segment register on the stack
263 sgdt fword ptr [rsp + 60h] ; save GDT stack in argument space
268 mov word ptr [rcx + (SavedGdt - SavedCr4)], r10w ; save the limit of shadowed GDT table
269 mov qword ptr [rcx + (SavedGdt - SavedCr4) + 2], r11 ; save the base address of shadowed GDT table
272 xchg rcx, r10 ; save rcx to r10 and initialize rcx to be the limit of GDT table
274 xchg rdi, r11 ; save rdi to r11 and initialize rdi to the base address of shadowed GDT table
279 sidt fword ptr [rsp + 50h] ; save IDT stack in argument space
284 mov [rcx], ebp ; save CR4 in SavedCr4
    [all...]
  /external/llvm/tools/llvm-ar/
llvm-ar.cpp 733 enum class MRICommand { AddLib, AddMod, Create, Save, End, Invalid };
754 .Case("save", MRICommand::Save)
788 case MRICommand::Save:
  /external/ImageMagick/scripts/
xsnap 325 # Proc Save saves the snapped image to disk.
327 proc Save {} {
331 Alert grab "You must snap an image before you can save it!" {" OK " {}}
357 # Initialize save window.
359 catch {destroy .save}
360 toplevel .save -class Saves
361 wm title .save "Save As..."
362 wm group .save .
363 wm transient .save
    [all...]
  /device/linaro/bootloader/edk2/ArmPlatformPkg/ArmVExpressPkg/Library/ArmVExpressLibRTSM/Arm/
RTSMHelper.asm 78 mov r2, lr ; Save link register
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/Ia32/
EfiSetMem.asm 109 movq [ebp - 8], mm0 ; Save mm0 to MmxSave

Completed in 4662 milliseconds

1 2 3 45 6 7 8 91011>>