Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-arm.c14523 unsigned elno = NEON_SCALAR_INDEX (scalar); in neon_scalar_for_mul() local
14528 if (regno > 7 || elno > 3) in neon_scalar_for_mul()
14530 return regno | (elno << 3); in neon_scalar_for_mul()
14533 if (regno > 15 || elno > 1) in neon_scalar_for_mul()
14535 return regno | (elno << 4); in neon_scalar_for_mul()