HomeSort by: relevance | last modified time | path
    Searched refs:Save (Results 1 - 25 of 128) sorted by relevancy

1 2 3 4 5 6

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
ShrinkWrap.cpp 11 // The safe point for the prologue (resp. epilogue) is called Save
15 // between 2) two executions of the Save (resp. Restore) point there is an
16 // execution of the Restore (resp. Save) point.
20 // Save
24 // Indeed, the execution looks like Save -> Restore -> Save -> Restore ...
27 // Save
34 // Indeed, the execution looks like Save -> Save -> ... -> Restore -> Restore.
119 MachineBasicBlock *Save;
    [all...]
PrologEpilogInserter.cpp 107 // Save and Restore blocks of the current function. Typically there is a
108 // single save block, unless Windows EH funclets are involved.
358 // So set the save points for those.
363 assert(MFI.getRestorePoint() && "Both restore and save must be set");
373 // Save refs to entry and return blocks.
466 // - Anything that is not Save or Restore -> LiveThrough.
467 // - Save -> LiveIn.
474 MachineBasicBlock *Save = MFI.getSavePoint();
476 if (!Save)
477 Save = Entry
    [all...]
  /src/sys/arch/mips/mips/
cache_tx39_subr.S 55 mfc0 t0, MIPS_COP_0_STATUS # Save SR.
102 mfc0 t0, MIPS_COP_0_STATUS # Save SR.
cache_r3k_subr.S 150 mfc0 t0, MIPS_COP_0_STATUS # Save SR.
192 mfc0 t0, MIPS_COP_0_STATUS # Save SR.
  /src/external/gpl3/gcc/dist/libgcc/config/s390/
morestack.S 60 stm %r2, %r15, 0x8(%r15) # Save %r2-%r15.
74 st %r11, 0(%r15) # Save back chain.
75 lr %r8, %r0 # Save %r0 (static chain).
76 lr %r10, %r1 # Save %r1 (address of parameter block).
88 # We abuse one of caller's fpr save slots (which we don't use for fprs)
100 st %r11, 0(%r15) # Save back chain.
106 st %r2, 0x20(%r1) # Save the new stack boundary.
131 stm %r2, %r3, 0x8(%r11) # Save return registers.
137 # be passed wrong. Abuse fpr save area in caller's frame (we don't
138 # save actual fprs)
    [all...]
  /src/external/gpl3/gcc.old/dist/libgcc/config/s390/
morestack.S 60 stm %r2, %r15, 0x8(%r15) # Save %r2-%r15.
74 st %r11, 0(%r15) # Save back chain.
75 lr %r8, %r0 # Save %r0 (static chain).
76 lr %r10, %r1 # Save %r1 (address of parameter block).
88 # We abuse one of caller's fpr save slots (which we don't use for fprs)
100 st %r11, 0(%r15) # Save back chain.
106 st %r2, 0x20(%r1) # Save the new stack boundary.
131 stm %r2, %r3, 0x8(%r11) # Save return registers.
137 # be passed wrong. Abuse fpr save area in caller's frame (we don't
138 # save actual fprs)
    [all...]
  /src/sys/arch/atari/dev/
hdfd_intr.s 51 INTERRUPT_SAVEREG | Save scratch registers
80 INTERRUPT_SAVEREG | Save scratch registers
  /src/external/gpl2/gettext/dist/gettext-tools/tests/
msgexec-4 45 #~ msgid "Save As"
50 #~ msgid "Save As"
115 Save As
120 Save As
  /src/sys/arch/sgimips/stand/common/
start64.S 95 sd ra, CALLFRAME_RA * 2(sp) # Save RA
96 sd a0, 0(sp) # save argc
97 sd a1, 8(sp) # save argv
98 sd a2, 16(sp) # save envp
103 sd v0, _C_LABEL(ARCBIOS) # save ARCBIOS
  /src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_trampoline_arm.S 21 @ Save floating-point parameters of the instrumented function
51 @ Save the floating-point return value of the instrumented function
82 @ Save floating-point parameters of the instrumented function
  /src/usr.sbin/sysinst/
msg.pm.en 54 message savepm {Save changes}
70 appropriate type; 2) Create RAID/LVM VG/CGD using these partitions; 3) Save
  /src/crypto/external/apache2/openssl/lib/libcrypto/arch/riscv64/
sm4-riscv64-zvksed.S 132 # Save the ciphertext (in reverse element order)
177 # Save the ciphertext (in reverse element order)
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/windows/
ocidl.d 224 HRESULT Save(LPPROPERTYBAG, BOOL, BOOL);
230 HRESULT Save(LPPROPERTYBAG2, BOOL, BOOL);
237 HRESULT Save(LPSTREAM, BOOL);
245 HRESULT Save(PVOID, BOOL, ULONG);
  /src/external/gpl3/gcc/dist/libgcc/config/i386/
morestack.S 112 pushl %eax # Save %eax in case it is a parameter.
190 pushq %rax # Save %rax in case caller is using
312 # to save it here so the unwinder can restore the value used
314 # register, since we don't change it, we just have to save it
347 movl %eax,%gs:0x30 # Save the new stack boundary.
369 # Save the registers which may hold a return value. We
389 movl %eax,%gs:0x30 # Save the new stack boundary.
434 movl %eax,4(%esp) # Save exception header.
440 movl %ecx,%gs:0x30 # Save new stack boundary.
483 pushq %r10 # Save new frame size
    [all...]
  /src/external/gpl3/gcc.old/dist/libgcc/config/i386/
morestack.S 112 pushl %eax # Save %eax in case it is a parameter.
190 pushq %rax # Save %rax in case caller is using
312 # to save it here so the unwinder can restore the value used
314 # register, since we don't change it, we just have to save it
347 movl %eax,%gs:0x30 # Save the new stack boundary.
369 # Save the registers which may hold a return value. We
389 movl %eax,%gs:0x30 # Save the new stack boundary.
434 movl %eax,4(%esp) # Save exception header.
440 movl %ecx,%gs:0x30 # Save new stack boundary.
483 pushq %r10 # Save new frame size
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineFrameInfo.h 335 MachineBasicBlock *Save = nullptr;
770 MachineBasicBlock *getSavePoint() const { return Save; }
771 void setSavePoint(MachineBasicBlock *NewSave) { Save = NewSave; }
  /src/external/gpl3/gcc/dist/libgcc/config/microblaze/
muldi3_hard.S 61 # Save the input operands on the caller's stack
  /src/external/gpl3/gcc.old/dist/libgcc/config/microblaze/
muldi3_hard.S 61 # Save the input operands on the caller's stack
  /src/external/bsd/unbound/dist/contrib/
unbound_cache.cmd 3 rem -- DNS cache save/load script
96 echo s - Save - save Unbound DNS cache contents to plain file with domain names.
99 echo filename - file to save/load dumped cache. If not specified, %program_path%\%fname% will be used instead.
  /src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
SystemZFrameLowering.cpp 25 // The ABI-defined register save slots, relative to the CFA (i.e.
55 // 160. Instead of using a Local Area Offset, the Register save area will
59 // Create a mapping from register number to save slot offset.
60 // These offsets are relative to the start of the register save area.
94 // Save the range of call-saved registers, for use by the
98 // Also save the GPR varargs, if any. R6D is call-saved, so would
125 "8-byte alignment required for for all register save slots");
169 // save and restore the stack pointer at the same time, via STMG and LMG.
182 // Add GPR64 to the save instruction being built by MIB, which is in basic
211 // Save GPR
    [all...]
  /src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
tsan_rtl_amd64.S 17 # Save scratch registers.
68 mov %rsp, %rbx # save current rsp
135 # Save scratch registers.
186 mov %rsp, %rbx # save current rsp
265 // save env parameter
307 // save env parameter
349 // save env parameter
353 // save savesigs parameter
406 // save env parameter
410 // save savesigs paramete
    [all...]
  /src/external/lgpl3/gmp/dist/mpn/m68k/
aors_n.asm 58 C Save used registers on the stack.
84 subxl d0, d0 C d0 <= -cy; save cy as 0 or -1 in d0
  /src/external/lgpl3/gmp/dist/mpn/m68k/mc68020/
aorsmul_1.asm 62 C Save used registers on the stack.
mul_1.asm 51 C Save used registers on the stack.
  /src/external/lgpl3/gmp/dist/mpn/sparc32/v8/
addmul_1.asm 49 ` mov %o7,%g4 C Save return address register

Completed in 27 milliseconds

1 2 3 4 5 6