Home
last modified time | relevance | path

Searched defs:UNITS_PER_SIMD_WORD (Results 1 – 5 of 5) sorted by relevance

/openbsd/gnu/gcc/gcc/
H A Ddefaults.h712 #define UNITS_PER_SIMD_WORD UNITS_PER_WORD macro
/openbsd/gnu/gcc/gcc/config/sparc/
H A Dsparc.h598 #define UNITS_PER_SIMD_WORD (TARGET_VIS ? 8 : UNITS_PER_WORD) macro
/openbsd/gnu/gcc/gcc/config/mips/
H A Dmips.h1025 #define UNITS_PER_SIMD_WORD (TARGET_PAIRED_SINGLE_FLOAT ? 8 : UNITS_PER_WORD) macro
/openbsd/gnu/gcc/gcc/config/i386/
H A Di386.h889 #define UNITS_PER_SIMD_WORD (TARGET_SSE ? 16 : UNITS_PER_WORD) macro
/openbsd/gnu/gcc/gcc/config/rs6000/
H A Drs6000.h826 #define UNITS_PER_SIMD_WORD \ macro