Home
last modified time | relevance | path

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

/qemu/target/hexagon/mmvec/
H A Ddecode_ext_mmvec.c104 int last_inst = pkt->num_insns - 1; in decode_mmvec_move_cvi_to_end() local
105 uint16_t last_opcode = pkt->insn[last_inst].opcode; in decode_mmvec_move_cvi_to_end()
114 last_inst--; in decode_mmvec_move_cvi_to_end()
117 decode_send_insn_to(pkt, i, last_inst); in decode_mmvec_move_cvi_to_end()
151 int last_inst = pkt->num_insns - 1; in decode_shuffle_for_execution_vops() local
152 uint16_t last_opcode = pkt->insn[last_inst].opcode; in decode_shuffle_for_execution_vops()
161 last_inst--; in decode_shuffle_for_execution_vops()
164 decode_send_insn_to(pkt, i, last_inst); in decode_shuffle_for_execution_vops()