HomeSort by relevance Sort by last modified time
    Searched full:typeinfo_first (Results 1 - 1 of 1) sorted by null

  /toolchain/binutils/binutils-2.25/gas/config/
tc-aarch64.c 1048 struct neon_type_el typeinfo, typeinfo_first;
1064 typeinfo_first.defined = 0;
1065 typeinfo_first.type = NT_invtype;
1066 typeinfo_first.width = -1;
1067 typeinfo_first.index = 0;
1112 typeinfo_first = typeinfo;
1113 else if (! eq_neon_type_el (typeinfo_first, typeinfo))
1155 typeinfo_first.index = exp.X_add_number;
1177 *vectype = typeinfo_first;
1046 struct neon_type_el typeinfo, typeinfo_first; local
    [all...]

Completed in 559 milliseconds