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

  /src/external/gpl3/binutils/dist/gas/config/
tc-arm.c 2340 struct neon_typed_alias firsttype; local
2341 firsttype.defined = 0;
2342 firsttype.eltype.type = NT_invtype;
2343 firsttype.eltype.size = -1;
2344 firsttype.index = -1;
2369 firsttype = atype;
2386 if (! neon_alias_types_same (&atype, &firsttype))
2419 if (! neon_alias_types_same (&htype, &firsttype))
2478 *eltype = firsttype.eltype;
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-arm.c 2339 struct neon_typed_alias firsttype; local
2340 firsttype.defined = 0;
2341 firsttype.eltype.type = NT_invtype;
2342 firsttype.eltype.size = -1;
2343 firsttype.index = -1;
2368 firsttype = atype;
2385 if (! neon_alias_types_same (&atype, &firsttype))
2418 if (! neon_alias_types_same (&htype, &firsttype))
2477 *eltype = firsttype.eltype;

Completed in 62 milliseconds