Home
last modified time | relevance | path

Searched refs:Pop (Results 1 – 25 of 50) sorted by relevance

12

/NextBSD/contrib/gdb/gdb/doc/
HDagentexpr.texi186 Pop the top two numbers on the stack, multiply them, and push their
191 Pop the top two numbers, add them, and push the sum. Now the top of the
210 Pop the top two stack items, @var{a} and @var{b}, as integers; push
265 Pop two integers from the stack, and push their sum, as an integer.
268 Pop two integers from the stack, subtract the top value from the
272 Pop two integers from the stack, multiply them, and push the product on
278 Pop two signed integers from the stack; divide the next-to-top value by
283 Pop two unsigned integers from the stack; divide the next-to-top value
288 Pop two signed integers from the stack; divide the next-to-top value by
293 Pop two unsigned integers from the stack; divide the next-to-top value
[all …]
HDgdb.info-33794 Pop the top two numbers on the stack, multiply them, and push their
3799 Pop the top two numbers, add them, and push the sum. Now the top
3816 Pop the top two stack items, A and B, as integers; push their sum,
3861 Pop two integers from the stack, and push their sum, as an integer.
3864 Pop two integers from the stack, subtract the top value from the
3868 Pop two integers from the stack, multiply them, and push the
3874 Pop two signed integers from the stack; divide the next-to-top
3879 Pop two unsigned integers from the stack; divide the next-to-top
3884 Pop two signed integers from the stack; divide the next-to-top
3889 Pop two unsigned integers from the stack; divide the next-to-top
[all …]
/NextBSD/contrib/compiler-rt/lib/sanitizer_common/
HDsanitizer_lfstack.h48 T *Pop() { in Pop() function
HDsanitizer_allocator.h349 Batch *b = region->free_list.Pop(); in AllocateBatch()
520 Batch *b = region->free_list.Pop(); in PopulateFreeList()
/NextBSD/crypto/heimdal/etc/
HDservices.append21 kpop 1109/tcp # Pop with Kerberos
/NextBSD/contrib/llvm/lib/Transforms/Utils/
HDLowerSwitch.cpp460 unsigned &Pop = Popularity[I.BB]; in processSwitchInst() local
461 if ((Pop += N) > MaxPop) { in processSwitchInst()
462 MaxPop = Pop; in processSwitchInst()
/NextBSD/usr.bin/calendar/calendars/de_DE.ISO8859-1/
HDcalendar.musik63 /* Pop */
/NextBSD/contrib/compiler-rt/lib/asan/
HDasan_allocator.h98 AsanChunk *Pop();
/NextBSD/contrib/llvm/lib/Target/ARM/
HDARMScheduleV6.td143 // Pop, def is the 3rd operand.
146 // Pop + branch, def is the 3rd operand.
HDARMScheduleA8.td168 // Pop, def is the 3rd operand.
HDARMScheduleSwift.td347 // Pop, def is the 3rd operand.
354 // Pop + branch, def is the 3rd operand.
HDARMScheduleA9.td309 // Pop, def is the 3rd operand.
318 // Pop + branch, def is the 3rd operand.
/NextBSD/contrib/gcc/
HDtree-browser.def3 Contributed by Sebastian Pop <s.pop@laposte.net>
HDChangeLog.tree-ssa1291 2004-02-24 Sebastian Pop <sebastian.pop@cri.ensmp.fr>
3401 2003-12-26 Sebastian Pop <s.pop@laposte.net>
7039 block local varrays from walk_data. Pop entry off block local
9062 2003-08-04 Sebastian Pop <s.pop@laposte.net>
11078 2003-05-10 Sebastian Pop <s.pop@laposte.net>
11082 2003-05-09 Sebastian Pop <s.pop@laposte.net>
11516 2003-04-18 Sebastian Pop <s.pop@laposte.net>
11663 (pop_bsi): New. Pop a block_stmt_iterator off a stack.
14174 * c-decl.c (c_expand_body): Pop TV_EXPAND before running the tree
14258 2002-11-26 Sebastian Pop <s.pop@laposte.net>
[all …]
HDChangeLog-20064986 2006-05-29 Sebastian Pop <pop@cri.ensmp.fr>
5673 2006-05-17 Sebastian Pop <pop@cri.ensmp.fr>
5701 2006-05-17 Sebastian Pop <pop@cri.ensmp.fr>
7652 2006-04-07 Sebastian Pop <pop@cri.ensmp.fr>
7729 2006-04-05 Sebastian Pop <pop@cri.ensmp.fr>
7783 2006-04-04 Sebastian Pop <pop@cri.ensmp.fr>
7880 2006-04-02 Sebastian Pop <pop@cri.ensmp.fr>
7909 2006-04-02 Sebastian Pop <pop@cri.ensmp.fr>
7914 2006-04-02 Sebastian Pop <pop@cri.ensmp.fr>
7942 2006-04-02 Sebastian Pop <pop@cri.ensmp.fr>
[all …]
HDChangeLog-20051475 2005-12-14 Sebastian Pop <pop@cri.ensmp.fr>
1484 2005-12-14 Sebastian Pop <pop@cri.ensmp.fr>
1489 2005-12-14 Sebastian Pop <pop@cri.ensmp.fr>
4844 2005-11-05 Sebastian Pop <pop@cri.ensmp.fr>
4923 2005-11-04 Sebastian Pop <pop@cri.ensmp.fr>
5716 2005-10-12 Sebastian Pop <pop@cri.ensmp.fr>
6660 2005-09-26 Sebastian Pop <pop@cri.ensmp.fr>
7336 2005-09-09 Sebastian Pop <pop@cri.ensmp.fr>
7342 2005-09-09 Sebastian Pop <pop@cri.ensmp.fr>
7763 2005-09-01 Sebastian Pop <pop@cri.ensmp.fr>
[all …]
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Core/
HDIOHandler.h764 Pop () in Pop() function
/NextBSD/contrib/gcc/config/i386/
HDsol2-gc1.asm149 ! Pop the argc, argv, and environ arguments off the stack, push the
HDsol2-c1.asm136 ! Pop the argc, argv, and environ arguments off the stack, push the
/NextBSD/usr.bin/calendar/calendars/
HDcalendar.music120 06/16 The Monterey Pop festival opens, 1967
/NextBSD/contrib/llvm/tools/lldb/source/Core/
HDDebugger.cpp1070 m_input_reader_stack.Pop (); in PopIOHandler()
/NextBSD/contrib/llvm/tools/clang/include/clang/Parse/
HDParser.h1107 void Pop() { in Pop() function
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
HDSymbolFileDWARF.cpp180 void Pop () in Pop() function in DIEStack
204 m_die_stack.Pop(); in ~ScopedPopper()
/NextBSD/contrib/llvm/tools/clang/lib/Parse/
HDParseDeclCXX.cpp3079 ParsingDef.Pop(); in ParseCXXMemberSpecification()
/NextBSD/contrib/gcc/cp/
HDChangeLog-19992412 (pop_from_top_level): Pop function context if appropriate.
3075 (poplevel): Pop local labels. Use pop_labels.
5288 * semantics.c (finish_class_definition): Pop it here.
5343 (structsp): Adjust accordingly. Pop scope when required.

12