Searched refs:push (Results 176 - 200 of 380) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/arm/
H A Dcomparesf2.S53 push {r6, lr}
H A Daddsf3.S27 push {r4, r5, r6, r7, lr}
178 push {r0, r1, r2, r3}
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dos_version_check.c93 #pragma clang diagnostic push
H A Demutls.c32 #pragma warning(push)
185 #pragma warning(push)
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_io.cpp30 #pragma warning(push)
/freebsd-11-stable/contrib/llvm-project/clang/tools/driver/
H A Dcc1_main.cpp92 #pragma GCC diagnostic push
/freebsd-11-stable/stand/i386/pxeldr/
H A Dpxeldr.S264 movl $(MEM_ARG_SIZE/4), %ecx # Number of words to push
/freebsd-11-stable/stand/i386/libi386/
H A Drelocater_tramp.S166 push %ax # IMR
168 push %ax # IMR
/freebsd-11-stable/usr.sbin/ppp/
H A Dlink.c256 * When we ``push'' a packet into the link, it gets processed by the
257 * ``push'' function in each layer starting at the top.
258 * We never expect the result of a ``push'' to be more than one
267 if (l->layer[layer - 1]->push != NULL)
268 bp = (*l->layer[layer - 1]->push)(b, l, bp, pri, &proto);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIModeRegister.cpp354 Phase2List.push(&B);
391 Phase2List.push(&BB);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DCompiler.h385 # define LLVM_PACKED(d) __pragma(pack(push, 1)) d __pragma(pack(pop))
386 # define LLVM_PACKED_START __pragma(pack(push, 1))
390 # define LLVM_PACKED_START _Pragma("pack(push, 1)")
/freebsd-11-stable/contrib/llvm-project/libcxx/src/filesystem/
H A Ddirectory_iterator.cpp291 __imp_->__stack_.push(move(new_s));
379 __imp_->__stack_.push(move(new_it));
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/Interp/
H A DEvalEmitter.cpp202 S.Stk.push<Pointer>(reinterpret_cast<Block *>(It->second.get()));
216 S.Stk.push<T>(*reinterpret_cast<T *>(B + 1));
/freebsd-11-stable/contrib/nvi/vi/
H A Dvi.c1100 CHAR_T push; local
1104 push = '$';
1108 push = '$';
1112 push = '_';
1116 push = '_';
1123 NULL, &push, 1, CH_NOMAP | CH_QUOTED) ? NULL : &vikeys[vp->key]);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpressions.h566 void push(const SCEV *S) { function in class:llvm::SCEVTraversal
575 push(Root);
586 push(cast<SCEVCastExpr>(S)->getOperand());
596 push(Op);
600 push(UDiv->getLHS());
601 push(UDiv->getRHS());
/freebsd-11-stable/contrib/ntp/scripts/monitoring/
H A Dntploopwatch1037 push(@offs,$F[$[+2]);
1038 push(@freq,$F[$[+3] * (2**20/10**6));
1039 push(@cmpl,$F[$[+5]);
1041 push(@break, (defined($lastT) && ($t - $lastT > $deltaT)));
1043 push(@time,$t);
1044 push(@loffset, tell(IN) - length($_));
1045 push(@filekey, $key);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Format/
H A DFormatTokenLexer.cpp434 StateStack.push(LexerState::NORMAL);
446 StateStack.push(LexerState::TEMPLATE_STRING);
464 StateStack.push(LexerState::NORMAL);
790 StateStack.push(LexerState::TOKEN_STASHED);
795 StateStack.push(LexerState::TOKEN_STASHED);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DPostRASchedulerList.cpp539 AvailableQueue.push(&SUnits[i]);
558 AvailableQueue.push(PendingQueue[i]);
599 // If we have a non-preferred node, push it back onto the available list.
608 AvailableQueue.push(NotPreferredSUnit);
/freebsd-11-stable/contrib/libxo/xohtml/external/
H A Djquery.js92 push = Array.prototype.push,
242 // Take an array of elements and push it onto the stack
249 push.apply( ret, elems );
318 push: push,
697 push.call( ret, array );
757 ret.push( elems[ i ] );
1050 list.push( elem );
1179 stack.push( [ contex
[all...]
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dmaint-tool260 push(@pending, split(' ', $deps{$p}));
/freebsd-11-stable/contrib/gcc/config/arm/
H A Dcrti.asm51 push {r3, r4, r5, r6, r7, lr}
H A Dlib1funcs.asm216 push { r1, lr }
718 push { work }
758 push {r0, r1, lr}
790 push { work }
826 push { work }
897 push {r0, r1, lr}
927 push { work }
931 push { dividend }
1191 _interwork_call_via_rN(), will push the return address onto the
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dmaint-tool260 push(@pending, split(' ', $deps{$p}));
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DBitTracker.h86 void push(MachineInstr *MI) { function in struct:llvm::BitTracker::UseQueueType
88 Uses.push(MI);
/freebsd-11-stable/contrib/ntp/scripts/
H A Dsummary.in272 push @lines, sprintf
358 push @lines, sprintf

Completed in 607 milliseconds

1234567891011>>