| /openbsd-src/gnu/usr.bin/binutils/gdb/doc/ |
| H A D | agentexpr.texi | 186 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 …]
|
| /openbsd-src/gnu/llvm/lldb/bindings/lua/ |
| H A D | lua-wrapper.swig | 31 // Pop error message from the stack. 60 // Pop error message from the stack.
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_lfstack.h | 47 T *Pop() { in Pop() function
|
| /openbsd-src/gnu/gcc/gcc/config/c4x/ |
| H A D | libgcc.S | 73 pop ar1 ; Pop return address 102 pop ar1 ; Pop return address
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/c4x/ |
| H A D | libgcc.S | 73 pop ar1 ; Pop return address 102 pop ar1 ; Pop return address
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
| H A D | LowerSwitch.cpp | 465 APInt &Pop = Popularity.insert({I.BB, APInt(UnsignedZero)}).first->second; in ProcessSwitchInst() local 466 if ((Pop += N).ugt(MaxPop)) { in ProcessSwitchInst() 467 MaxPop = Pop; in ProcessSwitchInst()
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerFork.cpp | 292 FuzzJob *Pop() { in Pop() function 304 while (auto Job = FuzzQ->Pop()) { in WorkerThread() 385 std::unique_ptr<FuzzJob> Job(MergeQ.Pop()); in FuzzWithFork()
|
| /openbsd-src/gnu/usr.bin/perl/dist/threads-shared/t/ |
| H A D | 0nothread.t | 53 is(pop(@array),$val[1],"Pop worked");
|
| H A D | av_refs.t | 67 ok(7, pop(@{$av->[1]}) eq "foo", 'Pop shared array');
|
| /openbsd-src/usr.bin/calendar/calendars/de_DE.UTF-8/ |
| H A D | calendar.musik | 54 /* Pop */
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/ARM/ |
| H A D | ARMScheduleV6.td | 142 // Pop, def is the 3rd operand. 145 // Pop + branch, def is the 3rd operand.
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/asan/ |
| H A D | asan_allocator.h | 105 AsanChunk *Pop();
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | tree-browser.def | 3 Contributed by Sebastian Pop <s.pop@laposte.net>
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
| H A D | AArch64FrameLowering.cpp | 1998 MachineBasicBlock::iterator Pop = std::prev(MBB.getFirstTerminator()); in emitEpilogue() local 1999 while (Pop->getOpcode() == TargetOpcode::CFI_INSTRUCTION || in emitEpilogue() 2000 AArch64InstrInfo::isSEHInstruction(*Pop)) in emitEpilogue() 2001 Pop = std::prev(Pop); in emitEpilogue() 2004 const MachineOperand &OffsetOp = Pop->getOperand(Pop->getNumOperands() - 1); in emitEpilogue() 2010 MBB, Pop, DL, TII, PrologueSaveSize, NeedsWinCFI, &HasWinCFI, EmitCFI, in emitEpilogue()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Core/ |
| H A D | IOHandler.h | 498 void Pop() { in Pop() function
|
| /openbsd-src/gnu/gcc/gcc/config/i386/ |
| H A D | sol2-c1.asm | 136 ! Pop the argc, argv, and environ arguments off the stack, push the
|
| H A D | sol2-gc1.asm | 149 ! Pop the argc, argv, and environ arguments off the stack, push the
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/i386/ |
| H A D | sol2-gc1.asm | 149 ! Pop the argc, argv, and environ arguments off the stack, push the
|
| H A D | sol2-c1.asm | 136 ! Pop the argc, argv, and environ arguments off the stack, push the
|
| /openbsd-src/gnu/llvm/clang/lib/AST/Interp/ |
| H A D | Opcodes.td | 505 def Pop : Opcode {
|
| /openbsd-src/etc/ |
| H A D | services | 176 kpop 1109/tcp # Pop with Kerberos
|
| /openbsd-src/gnu/usr.bin/gcc/ |
| H A D | MAINTAINERS | 230 Sebastian Pop s.pop@laposte.net
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/fr30/ |
| H A D | fr30.md | 137 ;;{{{ Push and Pop 147 ;; Pop a register off the stack
|
| /openbsd-src/gnu/gcc/gcc/config/fr30/ |
| H A D | fr30.md | 140 ;;{{{ Push and Pop 150 ;; Pop a register off the stack
|
| /openbsd-src/gnu/llvm/llvm/docs/tutorial/MyFirstLanguageFrontend/ |
| H A D | LangImpl09.rst | 369 // Pop off the lexical block for the function since we added it
|