Home | History | Annotate | Download | only in config

Lines Matching full:parsetype

883   struct neon_type_el parsetype;
908 && parse_neon_operand_type (&parsetype, &str))
913 if (parsetype.width == 0)
922 atype.type = parsetype.type;
923 atype.width = parsetype.width;