Searched refs:POP_JUMP_FALSE (Results 1 – 8 of 8) sorted by relevance
/dports/lang/smalltalk/smalltalk-3.2.5/libgst/ |
H A D | byte.def | 86 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 D | opt.c | 272 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 D | byte.h | 107 POP_JUMP_FALSE = 43, enumerator
|
H A D | vm.def | 773 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 D | byte.c | 404 POP_JUMP_FALSE { in _gst_print_bytecode_name()
|
H A D | vm.inl | 2204 /* 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 D | xlat.c | 3470 POP_JUMP_FALSE { in decode_bytecode() 3613 STORE_OUTER_TEMP, JUMP, POP_JUMP_TRUE, POP_JUMP_FALSE, in translate_method()
|
H A D | comp.c | 1884 _gst_compile_byte (jumpType ? POP_JUMP_TRUE : POP_JUMP_FALSE, len); in compile_jump()
|