Lines Matching refs:opcode

34         uint16_t use_opcode = pkt->insn[i].opcode;  in check_new_value()
49 if (!GET_ATTRIB(pkt->insn[j].opcode, A_CVI)) { in check_new_value()
66 def_opcode = pkt->insn[def_idx].opcode; in check_new_value()
103 if (GET_ATTRIB(pkt->insn[i].opcode, A_CVI)) { in decode_mmvec_move_cvi_to_end()
105 uint16_t last_opcode = pkt->insn[last_inst].opcode; in decode_mmvec_move_cvi_to_end()
132 uint16_t opcode = pkt->insn[i].opcode; in decode_shuffle_for_execution_vops() local
133 if ((GET_ATTRIB(opcode, A_LOAD) && in decode_shuffle_for_execution_vops()
134 GET_ATTRIB(opcode, A_CVI_NEW)) || in decode_shuffle_for_execution_vops()
135 GET_ATTRIB(opcode, A_CVI_TMP)) { in decode_shuffle_for_execution_vops()
147 uint16_t opcode = pkt->insn[i].opcode; in decode_shuffle_for_execution_vops() local
148 if (GET_ATTRIB(opcode, A_STORE) && in decode_shuffle_for_execution_vops()
149 GET_ATTRIB(opcode, A_CVI_NEW) && in decode_shuffle_for_execution_vops()
150 !GET_ATTRIB(opcode, A_CVI_SCATTER_RELEASE)) { in decode_shuffle_for_execution_vops()
152 uint16_t last_opcode = pkt->insn[last_inst].opcode; in decode_shuffle_for_execution_vops()
176 int opcode = insn->opcode; in check_for_vhist() local
177 if (GET_ATTRIB(opcode, A_CVI) && GET_ATTRIB(opcode, A_CVI_4SLOT)) { in check_for_vhist()
188 SlotMask mmvec_ext_decode_find_iclass_slots(int opcode) in mmvec_ext_decode_find_iclass_slots() argument
190 if (GET_ATTRIB(opcode, A_CVI_VM)) { in mmvec_ext_decode_find_iclass_slots()
192 if (GET_ATTRIB(opcode, A_RESTRICT_SLOT0ONLY)) { in mmvec_ext_decode_find_iclass_slots()
194 } else if (GET_ATTRIB(opcode, A_RESTRICT_SLOT1ONLY)) { in mmvec_ext_decode_find_iclass_slots()
198 } else if (GET_ATTRIB(opcode, A_RESTRICT_SLOT2ONLY)) { in mmvec_ext_decode_find_iclass_slots()
200 } else if (GET_ATTRIB(opcode, A_CVI_VX)) { in mmvec_ext_decode_find_iclass_slots()
203 } else if (GET_ATTRIB(opcode, A_CVI_VS_VX)) { in mmvec_ext_decode_find_iclass_slots()