Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-arm.c13475 unsigned i, pass, key_el = 0; in neon_check_type() local
13499 key_el = i; in neon_check_type()
13519 inst.vectype.el[key_el] = inst.vectype.el[0]; in neon_check_type()
13521 if (j != key_el) in neon_check_type()
13522 inst.vectype.el[j] = neon_type_promote (&inst.vectype.el[key_el], in neon_check_type()
13535 if (inst.operands[key_el].vectype.type != NT_invtype) in neon_check_type()
13539 inst.vectype.el[j] = neon_type_promote (&inst.vectype.el[key_el], in neon_check_type()
13645 return inst.vectype.el[key_el]; in neon_check_type()