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

1 2 3 4 5

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
ShrinkWrap.cpp 12 // (resp. Restore).
15 // between 2) two executions of the Save (resp. Restore) point there is an
16 // execution of the Restore (resp. Save) point.
22 // Restore
24 // Indeed, the execution looks like Save -> Restore -> Save -> Restore ...
32 // Restore
34 // Indeed, the execution looks like Save -> Save -> ... -> Restore -> Restore.
124 MachineBasicBlock *Restore;
    [all...]
RegisterScavenging.cpp 78 SI.Restore = nullptr;
171 if (I.Restore != &MI)
175 I.Restore = nullptr;
249 if (I.Restore == &MI) {
251 I.Restore = nullptr;
324 // restore point.
341 // If we ran off the end, that's where we want to restore.
344 "No available scavenger restore location!");
393 // we have to spill, and can only place the restore after From then
492 // If the target knows how to save/restore the register, let it do so
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/Demangle/
Utility.h 144 T &Restore;
152 : Restore(Restore_), OriginalValue(Restore) {
153 Restore = std::move(NewVal);
157 Restore = std::move(OriginalValue);
166 Restore = std::move(OriginalValue);
  /src/external/gpl3/gcc/dist/libgcc/config/nds32/isr-library/
restore_all.inc 29 lmw.bim $r1, [$sp], $r2, #0x0 /* Restore IPC, IPSW. */
36 lmw.bim $r0, [$sp], $r10, #0x0 /* Restore all regs. */
39 lmw.bim $r0, [$sp], $r27, #0xf /* Restore all regs. */
restore_partial.inc 30 lmw.bim $r1, [$sp], $r2, #0x0 /* Restore IPC, IPSW. */
37 lmw.bim $r0, [$sp], $r5, #0x0 /* Restore all regs. */
41 lmw.bim $r15, [$sp], $r27, #0x2 /* Restore all regs. */
  /src/external/gpl3/gcc.old/dist/libgcc/config/nds32/isr-library/
restore_all.inc 29 lmw.bim $r1, [$sp], $r2, #0x0 /* Restore IPC, IPSW. */
36 lmw.bim $r0, [$sp], $r10, #0x0 /* Restore all regs. */
39 lmw.bim $r0, [$sp], $r27, #0xf /* Restore all regs. */
restore_partial.inc 30 lmw.bim $r1, [$sp], $r2, #0x0 /* Restore IPC, IPSW. */
37 lmw.bim $r0, [$sp], $r5, #0x0 /* Restore all regs. */
41 lmw.bim $r15, [$sp], $r27, #0x2 /* Restore all regs. */
  /src/sys/arch/mips/mips/
cache_tx39_subr.S 84 mtc0 t0, MIPS_COP_0_STATUS # Restore SR.
131 mtc0 t0, MIPS_COP_0_STATUS # Restore SR.
cache_r3k_subr.S 174 mtc0 t0, MIPS_COP_0_STATUS # Restore SR.
218 mtc0 t0, MIPS_COP_0_STATUS # Restore SR.
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.asm/
s390.inc 53 # Restore all our registers. This also pops the frame, and
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.asm/
s390.inc 53 # Restore all our registers. This also pops the frame, and
  /src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_trampoline_arm.S 35 @ Restore floating-point parameters of the instrumented function
66 @ Restore the floating-point return value of the instrumented function
98 @ Restore floating-point parameters of the instrumented function
  /src/external/gpl3/gcc/dist/libgcc/config/i386/
morestack.S 167 popl %eax # Restore %eax and stack.
176 popl %eax # Restore %eax and stack.
219 popq %rax # Restore register.
226 popq %rax # Restore register.
264 # We use a cleanup to restore the stack guard if an exception
312 # to save it here so the unwinder can restore the value used
313 # by the caller. Note that we don't have to restore the
351 movl -12(%ebp),%edx # Restore registers.
363 movl -8(%ebp),%eax # Restore the last register.
393 # We need to restore the old stack pointer, which is in %rbp
    [all...]
  /src/external/gpl3/gcc.old/dist/libgcc/config/i386/
morestack.S 167 popl %eax # Restore %eax and stack.
176 popl %eax # Restore %eax and stack.
219 popq %rax # Restore register.
226 popq %rax # Restore register.
264 # We use a cleanup to restore the stack guard if an exception
312 # to save it here so the unwinder can restore the value used
313 # by the caller. Note that we don't have to restore the
351 movl -12(%ebp),%edx # Restore registers.
363 movl -8(%ebp),%eax # Restore the last register.
393 # We need to restore the old stack pointer, which is in %rbp
    [all...]
  /src/sys/external/bsd/acpica/dist/compiler/
asltree.c 752 ACPI_PARSE_OBJECT *Restore = NULL;
767 Restore = Op->Asl.Next;
956 Op->Asl.Next = Restore;
966 Op->Asl.Next = Restore;
  /src/common/lib/libc/arch/sparc64/string/
memset.S 42 * 256 bytes, but to do that we need to properly save and restore the
123 mov %o4, %o0 ! Restore pointer for memset (ugh)
158 * On exiting this routine we undo the damage: restore the original
215 addcc %i2, 56, %i2 ! Restore the count
217 restore
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineFrameInfo.h 337 MachineBasicBlock *Restore = nullptr;
772 MachineBasicBlock *getRestorePoint() const { return Restore; }
773 void setRestorePoint(MachineBasicBlock *NewRestore) { Restore = NewRestore; }
RegisterScavenging.h 57 const MachineInstr *Restore = nullptr;
  /src/external/lgpl3/gmp/dist/mpn/m68k/
lshift.asm 139 C Restore used registers from stack frame.
167 lsrl #1, d0 C restore cy
171 C Restore used registers from stack frame.
rshift.asm 129 C Restore used registers from stack frame.
167 addl d0, d0 C restore cy
171 C Restore used registers from stack frame.
  /src/external/gpl3/gcc/dist/libgcc/config/aarch64/
crtn.S 36 # simple. Restore all the save resgisters, including the link
  /src/external/gpl3/gcc/dist/libgcc/config/arm/
crtn.S 49 # simple. Restore all the save registers, including the link
51 # We also save/restore r3 to ensure stack alignment.
  /src/external/gpl3/gcc.old/dist/libgcc/config/aarch64/
crtn.S 40 # simple. Restore all the save resgisters, including the link
  /src/external/gpl3/gcc.old/dist/libgcc/config/arm/
crtn.S 49 # simple. Restore all the save registers, including the link
51 # We also save/restore r3 to ensure stack alignment.
  /src/external/gpl3/gdb/dist/sim/testsuite/h8300/
extl.s 108 mov.l #0xffff0001, @pos ; Restore initial value
183 mov.l #0xffff0001, @pos ; Restore initial value
258 mov.l #0xffff0001, @pos ; Restore initial value
333 mov.l #0xffff0001, @pos ; Restore initial value
408 mov.l #0xffff0001, @pos ; Restore initial value
667 mov.l #0xffffff01, @pos2 ; Restore initial value
742 mov.l #0xffffff01, @pos2 ; Restore initial value
817 mov.l #0xffffff01, @pos2 ; Restore initial value
892 mov.l #0xffffff01, @pos2 ; Restore initial value
967 mov.l #0xffffff01, @pos2 ; Restore initial valu
    [all...]

Completed in 27 milliseconds

1 2 3 4 5