Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-xtensa.c6405 vliw_insn v_copy = *vinsn; in xg_find_narrowest_format() local
6413 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 …]