HomeSort by: relevance | last modified time | path
    Searched defs:parsetype (Results 1 - 5 of 5) sorted by relevancy

  /src/usr.sbin/mtree/
misc.c 143 parsetype(const char *name) function
  /src/external/gpl3/binutils/dist/gas/config/
tc-aarch64.c 1222 struct vector_type_el parsetype;
1260 if (!parse_vector_type_for_operand (type, &parsetype, &str))
1265 && reg->number * 8U >= parsetype.element_size)
1273 if (!parse_predication_for_operand (&parsetype, &str))
1284 gas_assert (parsetype.width == 0);
1287 else if (parsetype.width == 0)
1296 atype.type = parsetype.type;
1297 atype.width = parsetype.width;
1220 struct vector_type_el parsetype; local
tc-arm.c 1656 struct neon_type_el parsetype; local
1715 if (parse_neon_operand_type (&parsetype, &str) == SUCCESS)
1723 atype.eltype = parsetype;
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-aarch64.c 1217 struct vector_type_el parsetype;
1255 if (!parse_vector_type_for_operand (type, &parsetype, &str))
1260 && reg->number * 8U >= parsetype.element_size)
1268 if (!parse_predication_for_operand (&parsetype, &str))
1279 gas_assert (parsetype.width == 0);
1282 else if (parsetype.width == 0)
1291 atype.type = parsetype.type;
1292 atype.width = parsetype.width;
1215 struct vector_type_el parsetype; local
tc-arm.c 1655 struct neon_type_el parsetype; local
1714 if (parse_neon_operand_type (&parsetype, &str) == SUCCESS)
1722 atype.eltype = parsetype;

Completed in 78 milliseconds