Lines Matching refs:els
13091 unsigned els; member
13195 for (j = 0; j < neon_shape_tab[shape].els; j++) in neon_select_shape()
13472 neon_check_type (unsigned els, enum neon_shape ns, ...) in neon_check_type() argument
13484 if (els > 1 && !inst.operands[1].present) in neon_check_type()
13489 for (i = 0; i < els; i++) in neon_check_type()
13504 for (i = 0; i < els; i++) in neon_check_type()
13515 if (inst.vectype.elems == 1 && els > 1) in neon_check_type()
13518 inst.vectype.elems = els; in neon_check_type()
13520 for (j = 0; j < els; j++) in neon_check_type()
13525 else if (inst.vectype.elems == 0 && els > 0) in neon_check_type()
13531 for (j = 0; j < els; j++) in neon_check_type()
13537 for (j = 0; j < els; j++) in neon_check_type()
13548 else if (inst.vectype.elems != els) in neon_check_type()
13556 for (i = 0; i < els; i++) in neon_check_type()