Searched refs:Save (Results 1 - 25 of 44) sorted by relevance

12

/freebsd-11.0-release/contrib/llvm/lib/CodeGen/
H A DShrinkWrap.cpp12 // The safe point for the prologue (resp. epilogue) is called Save
16 // between 2) two executions of the Save (resp. Restore) point there is an
17 // execution of the Restore (resp. Save) point.
21 // Save
25 // Indeed, the execution looks like Save -> Restore -> Save -> Restore ...
28 // Save
35 // Indeed, the execution looks like Save -> Save -> ... -> Restore -> Restore.
55 // For property #1 for Save
107 MachineBasicBlock *Save; member in class:__anon2547::ShrinkWrap
[all...]
H A DPrologEpilogInserter.cpp74 // Save and Restore blocks of the current function. Typically there is a
150 // Save refs to entry and return blocks.
375 // - Anything that is not Save or Restore -> LiveThrough.
376 // - Save -> LiveIn.
383 MachineBasicBlock *Save = MFI->getSavePoint(); local
385 if (!Save)
386 Save = Entry;
388 if (Entry != Save) {
392 Visited.insert(Save);
398 // through Save
[all...]
/freebsd-11.0-release/libexec/rtld-elf/amd64/
H A Drtld_start.S86 pushfq # Save rflags
88 pushq %rax # Save %rax
91 pushq %rdx # Save %rdx
94 pushq %rcx # Save %rcx
97 pushq %rsi # Save %rsi
100 pushq %rdi # Save %rdi
103 pushq %r8 # Save %r8
106 pushq %r9 # Save %r9
109 pushq %r10 # Save %r10
112 pushq %r11 # Save
[all...]
/freebsd-11.0-release/libexec/rtld-elf/i386/
H A Drtld_start.S34 movl %esp,%eax # Save initial stack pointer
35 movl %esp,%esi # Save initial stack pointer
74 pushf # Save eflags
75 pushl %eax # Save %eax
76 pushl %edx # Save %edx
77 pushl %ecx # Save %ecx
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Host/
H A DTerminal.h93 /// Save the TTY state for \a fd.
95 /// Save the current state of the TTY for the file descriptor "fd"
111 Save (int fd, bool save_process_group);
117 /// previous call to TerminalState::Save(int,bool).
224 /// Save the TTY state information for the state at index \a idx.
244 Save (uint32_t idx, int fd, bool save_process_group);
/freebsd-11.0-release/usr.sbin/ppp/
H A Dlqr.c240 memcpy(&p->hdlc.lqm.lqr.prevSave, &p->hdlc.lqm.lqr.Save,
242 p->hdlc.lqm.lqr.Save.InLQRs = ++p->hdlc.lqm.lqr.InLQRs;
243 p->hdlc.lqm.lqr.Save.InPackets = p->hdlc.lqm.ifInUniPackets;
244 p->hdlc.lqm.lqr.Save.InDiscards = p->hdlc.lqm.ifInDiscards;
245 p->hdlc.lqm.lqr.Save.InErrors = p->hdlc.lqm.ifInErrors;
246 p->hdlc.lqm.lqr.Save.InOctets = p->hdlc.lqm.lqr.InGoodOctets;
395 (hdlc->lqm.lqr.Save.InPackets - hdlc->lqm.lqr.prevSave.InPackets);
397 (hdlc->lqm.lqr.Save.InOctets - hdlc->lqm.lqr.prevSave.InOctets);
496 lqr.PeerInLQRs = p->hdlc.lqm.lqr.Save.InLQRs;
497 lqr.PeerInPackets = p->hdlc.lqm.lqr.Save
[all...]
H A Dhdlc.h88 struct lqrsavedata Save; /* Our last LQR */ member in struct:hdlc::__anon14063::__anon14064
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Host/common/
H A DTerminal.cpp137 // Save the current state of the TTY for the file descriptor "fd"
142 TerminalState::Save (int fd, bool save_process_group) function in class:TerminalState
178 // previous call to Save().
197 // Save the original signal handler.
309 // Save the state at index "idx" for file descriptor "fd" and
315 TerminalStateSwitcher::Save (uint32_t idx, int fd, bool save_process_group) function in class:TerminalStateSwitcher
319 return m_ttystates[idx].Save(fd, save_process_group);
/freebsd-11.0-release/sys/boot/i386/btx/lib/
H A Dbtxv86.s51 __v86int: popl __v86ret # Save return address
67 pushl %eax # Save
75 movl %eax,0x8(%esp,1) # Save EBP
/freebsd-11.0-release/sys/boot/pc98/btx/lib/
H A Dbtxv86.s51 __v86int: popl __v86ret # Save return address
67 pushl %eax # Save
75 movl %eax,0x8(%esp,1) # Save EBP
/freebsd-11.0-release/sys/boot/i386/boot0/
H A Dboot0.S247 save_curdrive: movb %dl, (%bp) # Save drive number
323 print_drive: addb $'0'|0x80,%al # Save next
434 * Save the info in the original tables
437 movb %al,_OPT(%bp) # Save option
450 pushf # Save results for later
466 1: pushw %bx # Save
492 pushw %si # Save ptr to selected part.
538 pushw %bx # Save
546 pushw %dx # Save
565 pushw %si # Save
[all...]
/freebsd-11.0-release/sys/boot/pc98/cdboot/
H A Dcdboot.S347 mov %es:(DAUA),%al # Save BIOS boot device
349 mov %cx,cylinder # Save BIOS boot cylinder
373 load_vd: push %eax # Save %eax
391 lookup_path: push %si # Save file name pointer
432 push %eax # Save
458 push %edi # Save entry point for later
523 # Save the entry point so the client can get to it later on
586 mov %eax,rec_lba # Save LBA
587 mov %es:DIR_SIZE(%bx),%eax # Save size
590 push %si # Save
[all...]
/freebsd-11.0-release/contrib/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h270 MachineBasicBlock *Save; member in class:llvm::MachineFrameInfo
298 Save = nullptr;
636 MachineBasicBlock *getSavePoint() const { return Save; }
637 void setSavePoint(MachineBasicBlock *NewSave) { Save = NewSave; }
/freebsd-11.0-release/sys/boot/i386/zfsboot/
H A Dzfsldr.S109 main.5: mov %dx,MEM_ARG # Save args
113 main.6: pushal # Save params
220 push %dx # Save
235 hex8: push %ax # Save
244 stosb # Save char
/freebsd-11.0-release/sys/boot/i386/btx/btx/
H A Dbtx.S288 setpic: in $0x21,%al # Save master
290 in $0xa1,%al # Save slave
344 * Save a zero error code.
352 pushl %ds # Save
477 pusha # Save gp regs
478 pushl %gs # Save
487 movl %esp,MEM_ESPR-0x04 # Save kernel stack pointer
502 movl %edx,MEM_ESPR-0x08 # Save btx_v86 ptr
505 movl -0x08(%esi),%ebx # Save user flags in %ebx
559 pushl %esi # Save
[all...]
/freebsd-11.0-release/sys/boot/pc98/btx/btx/
H A Dbtx.S289 setpic: in $0x02,%al # Save master
291 in $0x0a,%al # Save slave
346 * Save a zero error code.
354 pushl %ds # Save
503 pusha # Save gp regs
504 pushl %gs # Save
513 movl %esp,MEM_ESPR-0x04 # Save kernel stack pointer
528 movl %edx,MEM_ESPR-0x08 # Save btx_v86 ptr
531 movl -0x08(%esi),%ebx # Save user flags in %ebx
585 pushl %esi # Save
[all...]
/freebsd-11.0-release/sys/boot/i386/kgzldr/
H A Dcrt.s46 pusha # Save
57 xchgl %eax,%ecx # Save char
/freebsd-11.0-release/contrib/llvm/lib/Target/SystemZ/
H A DSystemZFrameLowering.cpp155 // Save the range of call-saved registers, for use by the epilogue inserter.
173 // Save GPRs
201 // Save FPRs in the normal TargetInstrInfo way.
342 for (auto &Save : CSI) {
343 unsigned Reg = Save.getReg();
389 for (auto &Save : CSI) {
390 unsigned Reg = Save.getReg();
403 getFrameIndexReference(MF, Save.getFrameIdx(), IgnoredFrameReg);
/freebsd-11.0-release/sys/boot/i386/boot2/
H A Dboot1.S188 main.5: mov %dx,MEM_ARG # Save args
279 push %dx # Save
292 read.1: push %dx # Save
302 push %dx # Save
333 push %ax # Save
/freebsd-11.0-release/contrib/llvm/lib/Target/WebAssembly/
H A DWebAssemblyPEI.cpp83 // Save and Restore blocks of the current function. Typically there is a
164 // Save refs to entry and return blocks.
391 // - Anything that is not Save or Restore -> LiveThrough.
392 // - Save -> LiveIn.
399 MachineBasicBlock *Save = MFI->getSavePoint(); local
401 if (!Save)
402 Save = Entry;
404 if (Entry != Save) {
408 Visited.insert(Save);
414 // through Save
[all...]
/freebsd-11.0-release/contrib/llvm/lib/Target/AMDGPU/
H A DSILowerControlFlow.cpp33 /// %SGPR0 = S_AND_SAVEEXEC_B64 %VCC // Save and update the exec mask
334 unsigned Save = MI.getOperand(1).getReg(); local
349 assert(AMDGPU::SReg_64RegClass.contains(Save));
352 // Save the EXEC mask
353 BuildMI(MBB, &MI, DL, TII->get(AMDGPU::S_MOV_B64), Save)
393 .addReg(Save);
/freebsd-11.0-release/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_amd64.S12 # Save scratch registers.
92 # Save scratch registers.
/freebsd-11.0-release/sys/boot/i386/btx/btxldr/
H A Dbtxldr.S161 pushl %edi # Save load address
164 pushl %ecx # Save image size
218 pushl %esi # Save
269 hexout: pushl %eax # Save
272 pushl %esi # Save
275 pushl %edi # Save
304 pusha # Save
315 xchgl %eax,%ecx # Save char
345 hex32: pushl %eax # Save
350 hex16.1: xchgb %ah,%al # Save/restor
[all...]
/freebsd-11.0-release/sys/boot/pc98/boot0.5/
H A Dboot.s39 # Step 1: Save parameters
117 movw %ax, %di # Save %ax
/freebsd-11.0-release/contrib/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp683 enum class MRICommand { AddLib, AddMod, Create, Save, End, Invalid }; member in class:MRICommand
704 .Case("save", MRICommand::Save)
738 case MRICommand::Save:

Completed in 181 milliseconds

12