Searched refs:thistype (Results 1 – 1 of 1) sorted by relevance
1292 enum neon_el_type thistype = NT_untyped; in parse_neon_type() local1306 case 'i': thistype = NT_integer; break; in parse_neon_type()1307 case 'f': thistype = NT_float; break; in parse_neon_type()1308 case 'p': thistype = NT_poly; break; in parse_neon_type()1309 case 's': thistype = NT_signed; break; in parse_neon_type()1310 case 'u': thistype = NT_unsigned; break; in parse_neon_type()1312 thistype = NT_float; in parse_neon_type()1324 if (thistype == NT_float && !ISDIGIT (*ptr)) in parse_neon_type()1342 type->el[type->elems].type = thistype; in parse_neon_type()