Home
last modified time | relevance | path

Searched refs:last_opcode (Results 1 – 5 of 5) sorted by relevance

/third_party/jerryscript/jerry-core/parser/js/
Djs-parser-util.c149 uint16_t last_opcode = context_p->last_cbc_opcode; in parser_flush_cbc() local
151 if (last_opcode == PARSER_CBC_UNAVAILABLE) in parser_flush_cbc()
156 JERRY_ASSERT (last_opcode != PARSER_TO_EXT_OPCODE (CBC_EXT_PUSH_SUPER)); in parser_flush_cbc()
160 if (PARSER_IS_BASIC_OPCODE (last_opcode)) in parser_flush_cbc()
162 cbc_opcode_t opcode = (cbc_opcode_t) last_opcode; in parser_flush_cbc()
172 cbc_ext_opcode_t opcode = (cbc_ext_opcode_t) PARSER_GET_EXT_OPCODE (last_opcode); in parser_flush_cbc()
235 PARSER_IS_BASIC_OPCODE (last_opcode) ? cbc_names[last_opcode] in parser_flush_cbc()
236 … : cbc_ext_names[PARSER_GET_EXT_OPCODE (last_opcode)]); in parser_flush_cbc()
255 if ((last_opcode == CBC_PUSH_NUMBER_POS_BYTE) in parser_flush_cbc()
256 || (last_opcode == PARSER_TO_EXT_OPCODE (CBC_EXT_PUSH_LITERAL_PUSH_NUMBER_POS_BYTE))) in parser_flush_cbc()
[all …]
Djs-parser.c921 cbc_opcode_t last_opcode = CBC_EXT_OPCODE; in parser_post_processing() local
1011 last_opcode = (cbc_opcode_t) (*opcode_p); in parser_post_processing()
1013 branch_offset_length = CBC_BRANCH_OFFSET_LENGTH (last_opcode); in parser_post_processing()
1014 flags = cbc_flags[last_opcode]; in parser_post_processing()
1017 if (last_opcode == CBC_EXT_OPCODE) in parser_post_processing()
1031 last_opcode = CBC_RETURN; in parser_post_processing()
1144 if (last_opcode == (cbc_opcode_t) (CBC_JUMP_FORWARD + PARSER_MAX_BRANCH_LENGTH - 1) in parser_post_processing()
1167 || !(PARSER_OPCODE_IS_RETURN (last_opcode))) in parser_post_processing()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_pm4.c33 state->last_opcode = opcode; in si_pm4_cmd_begin()
41 state->last_opcode = -1; in si_pm4_cmd_add()
48 state->pm4[state->last_pm4] = PKT3(state->last_opcode, count, predicate); in si_pm4_cmd_end()
82 if (opcode != state->last_opcode || reg != (state->last_reg + 1)) { in si_pm4_set_reg()
Dsi_pm4.h48 unsigned last_opcode; member
/third_party/mesa3d/docs/relnotes/
D20.2.0.rst3827 - aco: use num_opcodes instead of last_opcode