Searched refs:last_opcode (Results 1 – 5 of 5) sorted by relevance
149 uint16_t last_opcode = context_p->last_cbc_opcode; in parser_flush_cbc() local151 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 …]
921 cbc_opcode_t last_opcode = CBC_EXT_OPCODE; in parser_post_processing() local1011 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()
33 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()
48 unsigned last_opcode; member
3827 - aco: use num_opcodes instead of last_opcode