Searched refs:v_copy (Results 1 – 1 of 1) sorted by relevance
6405 vliw_insn v_copy = *vinsn; in xg_find_narrowest_format() local6413 v_copy = *vinsn; in xg_find_narrowest_format()6414 if (xtensa_format_num_slots (isa, format) == v_copy.num_slots) in xg_find_narrowest_format()6418 for (slot = 0; slot < v_copy.num_slots; slot++) in xg_find_narrowest_format()6420 if (v_copy.slots[slot].opcode == nop_opcode) in xg_find_narrowest_format()6422 v_copy.slots[slot].opcode = in xg_find_narrowest_format()6424 v_copy.slots[slot].ntok = 0; in xg_find_narrowest_format()6427 if (opcode_fits_format_slot (v_copy.slots[slot].opcode, in xg_find_narrowest_format()6430 else if (v_copy.num_slots > 1) in xg_find_narrowest_format()6434 if (!v_copy.slots[slot].keep_wide in xg_find_narrowest_format()[all …]