Searched defs:DEF_VECTOR_TYPE (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/config/s390/ |
H A D | s390-builtins.h | 41 #define DEF_VECTOR_TYPE(INDEX, ...) INDEX, macro 61 #define DEF_VECTOR_TYPE(...) macro 81 #define DEF_VECTOR_TYPE(...) macro
|
H A D | s390-c.cc | 119 #define DEF_VECTOR_TYPE(...) macro
|
H A D | s390.cc | 707 #define DEF_VECTOR_TYPE(INDEX, INDEX_BASE, ELEMENTS) \ in s390_init_builtins() macro
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/s390/ |
H A D | s390-builtins.h | 41 #define DEF_VECTOR_TYPE(INDEX, ...) INDEX, macro 61 #define DEF_VECTOR_TYPE(...) macro 81 #define DEF_VECTOR_TYPE(...) macro
|
H A D | s390-c.c | 119 #define DEF_VECTOR_TYPE(...) macro
|
H A D | s390.c | 671 #define DEF_VECTOR_TYPE(INDEX, INDEX_BASE, ELEMENTS) \ in s390_init_builtins() macro
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/ |
H A D | aarch64-sve-builtins.cc | 419 #define DEF_VECTOR_TYPE(X) { TYPE_SUFFIX_ ## X, NUM_TYPE_SUFFIXES } macro
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/ |
H A D | aarch64-sve-builtins.cc | 419 #define DEF_VECTOR_TYPE(X) { TYPE_SUFFIX_ ## X, NUM_TYPE_SUFFIXES } macro
|