Home
last modified time | relevance | path

Searched refs:POP_JUMP_FALSE (Results 1 – 8 of 8) sorted by relevance

/dports/lang/smalltalk/smalltalk-3.2.5/libgst/
H A Dbyte.def86 POP_JUMP_FALSE (ofs);
360 /* POP_JUMP_FALSE(*) */
363 dispatch POP_JUMP_FALSE (IP - IP0 + (arg | arg_lsb));
663 POP_JUMP_FALSE(*) */
667 dispatch POP_JUMP_FALSE (IP - IP0 + (arg | arg_lsb));
721 POP_JUMP_FALSE(*) */
725 dispatch POP_JUMP_FALSE (IP - IP0 + (arg | arg_lsb));
791 POP_JUMP_FALSE(*) */
1156 POP_JUMP_FALSE(*) */
1335 POP_JUMP_FALSE(*) */
[all …]
H A Dopt.c272 JUMP, POP_JUMP_TRUE, POP_JUMP_FALSE, in _gst_is_simple_return()
327 POP_JUMP_FALSE, in _gst_check_kind_of_block()
521 POP_JUMP_TRUE, POP_JUMP_FALSE { in _gst_optimize_bytecodes()
562 || kind == POP_JUMP_TRUE || kind == POP_JUMP_FALSE); in _gst_optimize_bytecodes()
596 || bp[-2] == POP_JUMP_TRUE || bp[-2] == POP_JUMP_FALSE) in _gst_optimize_bytecodes()
842 case POP_JUMP_FALSE: in optimize_basic_block()
1083 POP_JUMP_TRUE, POP_JUMP_FALSE { in _gst_compute_stack_positions()
1190 JUMP, POP_JUMP_TRUE, POP_JUMP_FALSE { in make_destination_table()
1584 POP_JUMP_TRUE, POP_JUMP_FALSE { in _gst_verify_method()
1824 POP_JUMP_TRUE, POP_JUMP_FALSE { in _gst_verify_method()
H A Dbyte.h107 POP_JUMP_FALSE = 43, enumerator
H A Dvm.def773 operation POP_JUMP_FALSE n ( tos -- ) {
1138 POP_JUMP_FALSE (arg);
1372 POP_JUMP_FALSE (arg);
1414 POP_JUMP_FALSE (arg);
1464 POP_JUMP_FALSE (arg);
1733 POP_JUMP_FALSE (arg);
1860 POP_JUMP_FALSE (arg);
2407 POP_JUMP_FALSE (arg);
H A Dbyte.c404 POP_JUMP_FALSE { in _gst_print_bytecode_name()
H A Dvm.inl2204 /* POP_JUMP_FALSE ( tos -- ) */
3737 /* POP_JUMP_FALSE ( tos -- ) */
4079 /* POP_JUMP_FALSE ( tos -- ) */
4488 /* POP_JUMP_FALSE ( tos -- ) */
6721 /* POP_JUMP_FALSE ( tos -- ) */
7774 /* POP_JUMP_FALSE ( tos -- ) */
12261 /* POP_JUMP_FALSE ( tos -- ) */
H A Dxlat.c3470 POP_JUMP_FALSE { in decode_bytecode()
3613 STORE_OUTER_TEMP, JUMP, POP_JUMP_TRUE, POP_JUMP_FALSE, in translate_method()
H A Dcomp.c1884 _gst_compile_byte (jumpType ? POP_JUMP_TRUE : POP_JUMP_FALSE, len); in compile_jump()