Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/binutils/gas/config/
Dtc-arm.c11079 unsigned i, pass, key_el = 0; in neon_check_type() local
11103 key_el = i; in neon_check_type()
11123 inst.vectype.el[key_el] = inst.vectype.el[0]; in neon_check_type()
11125 if (j != key_el) in neon_check_type()
11126 inst.vectype.el[j] = neon_type_promote (&inst.vectype.el[key_el], in neon_check_type()
11139 if (inst.operands[key_el].vectype.type != NT_invtype) in neon_check_type()
11143 inst.vectype.el[j] = neon_type_promote (&inst.vectype.el[key_el], in neon_check_type()
11239 return inst.vectype.el[key_el]; in neon_check_type()