| /src/lib/libc/arch/vax/sys/ |
| 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
|
| execl.S | 43 pushal 8(%ap) # Push pointer to argv vector 44 pushl 4(%ap) # Push path
|
| execlp.S | 43 pushal 8(%ap) # Push pointer to argv vector 44 pushl 4(%ap) # Push path
|
| /src/external/apache2/llvm/dist/llvm/lib/Transforms/ObjCARC/ |
| ObjCARCAPElim.cpp | 66 Instruction *Push = nullptr; 71 Push = Inst; 74 // If this pop matches a push and nothing in between can autorelease, 76 if (Push && cast<CallInst>(Inst)->getArgOperand(0) == Push) { 78 LLVM_DEBUG(dbgs() << "ObjCARCAPElim::OptimizeBB: Zapping push pop " 82 << " Push: " << *Push 85 Push->eraseFromParent(); 87 Push = nullptr [all...] |
| /src/external/bsd/nvi/dist/perl_scripts/ |
| make.pl | 10 $tagq->Push();
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| X86CallFrameOptimization.cpp | 12 // 1) The push instruction encoding is much smaller than a stack-ptr-based mov. 13 // 2) It is possible to push memory arguments directly. So, if the 92 // True if this call site can use push instructions 227 // Now, for each push, we save ~3 bytes. For small constants, we actually, 319 // push. 326 // EDX, and then the call, after the transformation the push will use 330 // used by an earlier mov that will become a push. 404 // push a sequence of stack-slot-aligned values onto the stack, with 510 MachineBasicBlock::iterator Push = nullptr; 525 // PUSH instruction with a shorter encoding [all...] |
| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| sanitizer_lfstack.h | 12 // The memory passed to Push() must not be ever munmap'ed. 36 void Push(T *p) {
|
| /src/external/gpl3/gcc/dist/libgcc/config/nds32/isr-library/ |
| save_all.inc | 42 smw.adm $r1, [$sp], $r2, #0x0 /* Push IPC, IPSW. */ 60 smw.adm $r1, [$sp], $r2, #0x0 /* Push IPC, IPSW. */
|
| save_partial.inc | 43 smw.adm $r1, [$sp], $r2, #0x0 /* Push IPC, IPSW. */ 63 smw.adm $r1, [$sp], $r2, #0x0 /* Push IPC, IPSW. */
|
| /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
| sanitizer_lfstack.h | 11 // The memory passed to Push() must not be ever munmap'ed. 35 void Push(T *p) {
|
| /src/external/gpl3/gcc/dist/libsanitizer/tsan/ |
| tsan_ilist.h | 68 void Push(Elem* e, INode* after); 83 Push(e, &node_); 88 Push(e, node_.prev_); 92 void IList<Base, Node, Elem>::Push(Elem* e, INode* after) {
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/nds32/isr-library/ |
| save_all.inc | 42 smw.adm $r1, [$sp], $r2, #0x0 /* Push IPC, IPSW. */ 60 smw.adm $r1, [$sp], $r2, #0x0 /* Push IPC, IPSW. */
|
| save_partial.inc | 43 smw.adm $r1, [$sp], $r2, #0x0 /* Push IPC, IPSW. */ 63 smw.adm $r1, [$sp], $r2, #0x0 /* Push IPC, IPSW. */
|
| /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
| sanitizer_lfstack.h | 11 // The memory passed to Push() must not be ever munmap'ed. 35 void Push(T *p) {
|
| /src/external/gpl3/gcc.old/dist/libsanitizer/tsan/ |
| tsan_ilist.h | 68 void Push(Elem* e, INode* after); 83 Push(e, &node_); 88 Push(e, node_.prev_); 92 void IList<Base, Node, Elem>::Push(Elem* e, INode* after) {
|
| /src/sys/arch/atari/dev/ |
| hdfd_intr.s | 71 movb %a1@+,%a0@(fddata) | Push a byte 103 movb %a1@+,%a0@(fddata) | Push a byte
|
| /src/sys/external/bsd/gnu-efi/dist/inc/ |
| efitcp.h | 154 BOOLEAN Push; 327 BOOLEAN Push;
|
| /src/sys/external/bsd/compiler_rt/dist/lib/asan/ |
| asan_allocator.h | 105 void Push(AsanChunk *n);
|
| /src/external/gpl3/gcc/dist/libgcc/config/i386/ |
| morestack.S | 36 # there is enough space to push the parameter registers and to call 375 # Push the arguments to __generic_releasestack now so that the 379 leal 0(%esp),%eax # Push its address. 380 push %eax 406 pushl %eax # Push return value on old stack. 586 pushq %rax # Push return value on old stack.
|
| /src/external/gpl3/gcc/dist/libsanitizer/asan/ |
| asan_allocator.h | 103 void Push(AsanChunk *n);
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/i386/ |
| morestack.S | 36 # there is enough space to push the parameter registers and to call 375 # Push the arguments to __generic_releasestack now so that the 379 leal 0(%esp),%eax # Push its address. 380 push %eax 406 pushl %eax # Push return value on old stack. 586 pushq %rax # Push return value on old stack.
|
| /src/external/gpl3/gcc.old/dist/libsanitizer/asan/ |
| asan_allocator.h | 103 void Push(AsanChunk *n);
|
| /src/external/apache2/llvm/dist/clang/lib/Parse/ |
| ParsePragma.cpp | 951 if (PushPop == "push") 962 PP.Lex(Tok); // push | pop 1300 enum ActionType { Push, Pop, Attribute }; 1562 assert((Info->Action == PragmaAttributeInfo::Push || 1566 if (Info->Action == PragmaAttributeInfo::Push && Info->Tokens.empty()) { 1719 // Handle a mixed push/attribute by desurging to a push, then an attribute. 1720 if (Info->Action == PragmaAttributeInfo::Push) 1728 // 'push' '(' [visibility] ')' 1743 } else if (PushPop && PushPop->isStr("push")) { [all...] |
| /src/sys/arch/vax/vax/ |
| subr.S | 104 pushl $0x1f0000 # Push a nice PSL 222 pushl 4(%r0) # push argument 310 movq %r6,-(%sp) /* push old lwp and ipl onto stack */ 401 movq %r0,-(%sp) /* push oldl/newl */
|
| /src/external/apache2/llvm/dist/llvm/lib/Support/Windows/ |
| Path.inc | 314 // the null terminator, it will leave the output unterminated. Push a null 1336 // need to push 2 null terminators.
|