Home
last modified time | relevance | path

Searched defs:type_suffix_info (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Daarch64-sve-builtins.h210 struct type_suffix_info struct
213 const char *string;
216 vector_type_index vector_type : 8;
219 type_class_index tclass : 8;
223 unsigned int element_bits : 8;
224 unsigned int element_bytes : 8;
227 unsigned int integer_p : 1;
229 unsigned int unsigned_p : 1;
231 unsigned int float_p : 1;
233 unsigned int bool_p : 1;
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64-sve-builtins.h210 struct type_suffix_info struct
213 const char *string;
216 vector_type_index vector_type : 8;
219 type_class_index tclass : 8;
223 unsigned int element_bits : 8;
224 unsigned int element_bytes : 8;
227 unsigned int integer_p : 1;
229 unsigned int unsigned_p : 1;
231 unsigned int float_p : 1;
233 unsigned int bool_p : 1;
[all …]