Lines Matching refs:Pop
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
298 Pop two integers from the stack; let @var{a} be the next-to-top value,
303 Pop two integers from the stack; let @var{a} be the next-to-top value,
308 Pop two integers from the stack; let @var{a} be the next-to-top value,
313 Pop an integer from the stack; if it is zero, push the value one;
317 Pop two integers from the stack, and push their bitwise @code{and}.
320 Pop two integers from the stack, and push their bitwise @code{or}.
323 Pop two integers from the stack, and push their bitwise
327 Pop an integer from the stack, and push its bitwise complement.
330 Pop two integers from the stack; if they are equal, push the value one;
334 Pop two signed integers from the stack; if the next-to-top value is less
338 Pop two unsigned integers from the stack; if the next-to-top value is less
342 Pop an unsigned value from the stack; treating it as an @var{n}-bit
353 Pop an unsigned value from the stack; zero all but the bottom @var{n}
364 Pop an address @var{addr} from the stack. For bytecode
392 Pop an integer off the stack; if it is non-zero, branch to the given