| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/ObjCARC/ |
| H A D | ObjCARCAPElim.cpp | 66 Instruction *Push = nullptr; in OptimizeBB() local 71 Push = Inst; in OptimizeBB() 76 if (Push && cast<CallInst>(Inst)->getArgOperand(0) == Push) { in OptimizeBB() 82 << " Push: " << *Push in OptimizeBB() 85 Push->eraseFromParent(); in OptimizeBB() 87 Push = nullptr; in OptimizeBB() 91 Push = nullptr; in OptimizeBB()
|
| /netbsd-src/lib/libc/arch/vax/sys/ |
| H A D | execle.S | 44 pushl (%ap)[%r0] # Push last arg (envp) 45 pushal 8(%ap) # Push pointer to argv vector 46 pushl 4(%ap) # Push path
|
| H A D | execlp.S | 43 pushal 8(%ap) # Push pointer to argv vector 44 pushl 4(%ap) # Push path
|
| H A D | execl.S | 43 pushal 8(%ap) # Push pointer to argv vector 44 pushl 4(%ap) # Push path
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86CallFrameOptimization.cpp | 510 MachineBasicBlock::iterator Push = nullptr; in adjustCallSequence() local 533 Push = BuildMI(MBB, Context.Call, DL, TII->get(PushOpcode)).add(PushOp); in adjustCallSequence() 534 Push->cloneMemRefs(MF, *Store); in adjustCallSequence() 561 Push = BuildMI(MBB, Context.Call, DL, TII->get(PushOpcode)); in adjustCallSequence() 565 Push->addOperand(DefMov->getOperand(i)); in adjustCallSequence() 566 Push->cloneMergedMemRefs(MF, {DefMov, &*Store}); in adjustCallSequence() 570 Push = BuildMI(MBB, Context.Call, DL, TII->get(PushOpcode)) in adjustCallSequence() 573 Push->cloneMemRefs(MF, *Store); in adjustCallSequence() 584 MBB, std::next(Push), DL, in adjustCallSequence()
|
| /netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/ |
| H A D | tsan_ilist.h | 68 void Push(Elem* e, INode* after); 83 Push(e, &node_); in PushFront() 88 Push(e, node_.prev_); in PushBack() 92 void IList<Base, Node, Elem>::Push(Elem* e, INode* after) { in Push() function
|
| /netbsd-src/external/gpl3/binutils.old/dist/gas/doc/ |
| H A D | c-nds32.texi | 257 Push contents of registers from ra5 to rb5 into stack. 260 Push content of register ra5 into stack. (same @samp{pushm ra5,ra5}). 263 Push value of double-word variable var into stack. 266 Push value of word variable var into stack. 269 Push value of half-word variable var into stack. 272 Push value of byte variable var into stack. 275 Push 32-bit address of variable var into stack. 278 Push 32-bit immediate value into stack.
|
| /netbsd-src/external/gpl3/binutils/dist/gas/doc/ |
| H A D | c-nds32.texi | 257 Push contents of registers from ra5 to rb5 into stack. 260 Push content of register ra5 into stack. (same @samp{pushm ra5,ra5}). 263 Push value of double-word variable var into stack. 266 Push value of word variable var into stack. 269 Push value of half-word variable var into stack. 272 Push value of byte variable var into stack. 275 Push 32-bit address of variable var into stack. 278 Push 32-bit immediate value into stack.
|
| /netbsd-src/sys/arch/atari/dev/ |
| H A D | hdfd_intr.s | 71 movb %a1@+,%a0@(fddata) | Push a byte 103 movb %a1@+,%a0@(fddata) | Push a byte
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/nds32/isr-library/ |
| H A D | save_all.inc | 42 smw.adm $r1, [$sp], $r2, #0x0 /* Push IPC, IPSW. */ 60 smw.adm $r1, [$sp], $r2, #0x0 /* Push IPC, IPSW. */
|
| H A D | save_partial.inc | 43 smw.adm $r1, [$sp], $r2, #0x0 /* Push IPC, IPSW. */ 63 smw.adm $r1, [$sp], $r2, #0x0 /* Push IPC, IPSW. */
|
| /netbsd-src/external/gpl3/gcc/dist/libgcc/config/nds32/isr-library/ |
| H A D | save_partial.inc | 43 smw.adm $r1, [$sp], $r2, #0x0 /* Push IPC, IPSW. */ 63 smw.adm $r1, [$sp], $r2, #0x0 /* Push IPC, IPSW. */
|
| H A D | save_all.inc | 42 smw.adm $r1, [$sp], $r2, #0x0 /* Push IPC, IPSW. */ 60 smw.adm $r1, [$sp], $r2, #0x0 /* Push IPC, IPSW. */
|
| /netbsd-src/external/bsd/nvi/dist/perl_scripts/ |
| H A D | make.pl | 10 $tagq->Push();
|
| /netbsd-src/sys/external/bsd/gnu-efi/dist/inc/ |
| H A D | efitcp.h | 154 BOOLEAN Push; member 327 BOOLEAN Push; member
|
| /netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
| H A D | sanitizer_lfstack.h | 34 void Push(T *p) { in Push() function
|
| /netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
| H A D | sanitizer_lfstack.h | 35 void Push(T *p) { in Push() function
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| H A D | sanitizer_lfstack.h | 36 void Push(T *p) { in Push() function
|
| /netbsd-src/sys/arch/sun2/conf/ |
| H A D | kern.ldscript | 28 * Push the rodata segment up to the next large page boundary so that we
|
| /netbsd-src/external/bsd/am-utils/dist/ |
| H A D | README.release | 12 - Push all commits and tags to the master repository
|
| /netbsd-src/sys/arch/amd64/conf/ |
| H A D | kern.ldscript | 33 * Push the rodata segment up to the next large page boundary so that we
|
| /netbsd-src/external/bsd/nvi/dist/perl_api/ |
| H A D | VI.pod | 230 =item * Push 232 $tagq->Push()
|
| /netbsd-src/sys/arch/hpcmips/stand/pbsdboot/ |
| H A D | README | 26 - Push [boot] button.
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/h8300/ |
| H A D | h8300.opt | 66 Push extended registers on stack in monitor functions.
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/h8300/ |
| H A D | h8300.opt | 66 Push extended registers on stack in monitor functions.
|