Home | History | Annotate | Download | only in config

Lines Matching full:elsize

1562 parse_scalar (char **ccp, int elsize, struct neon_type_el *type)
1578 else if (atype.index >= 64 / elsize)
14527 neon_scalar_for_mul (unsigned scalar, unsigned elsize)
14532 switch (elsize)
15564 unsigned elsize = (op == 2) ? 16 : (op == 1) ? 32 : (op == 0) ? 64 : 0;
15565 gas_assert (elsize != 0);
15566 constraint (et.size >= elsize,