Searched refs:MAX_BITS_PER_WORD (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/gcc/config/i386/
H A Ddarwin.h63 #undef MAX_BITS_PER_WORD macro
64 #define MAX_BITS_PER_WORD 64 macro
H A Di386.h588 #define MAX_BITS_PER_WORD 64 macro
590 #define MAX_BITS_PER_WORD 32
586 #define MAX_BITS_PER_WORD macro
/freebsd-11-stable/contrib/gcc/
H A Dexpmed.c74 MAX_BITS_PER_WORD contains the biggest value of BITS_PER_WORD. An example
77 #ifndef MAX_BITS_PER_WORD
78 #define MAX_BITS_PER_WORD BITS_PER_WORD macro
103 static int shift_cost[NUM_MACHINE_MODES][MAX_BITS_PER_WORD];
104 static int shiftadd_cost[NUM_MACHINE_MODES][MAX_BITS_PER_WORD];
105 static int shiftsub_cost[NUM_MACHINE_MODES][MAX_BITS_PER_WORD];
135 rtx pow2[MAX_BITS_PER_WORD];
136 rtx cint[MAX_BITS_PER_WORD];
142 for (m = 1; m < MAX_BITS_PER_WORD; m++)
175 XEXP (&all.sdiv_32, 1) = 32 < MAX_BITS_PER_WORD
[all...]
/freebsd-11-stable/contrib/gcc/config/s390/
H A Ds390.h168 #define MAX_BITS_PER_WORD 64 macro
/freebsd-11-stable/contrib/gcc/config/sparc/
H A Dsparc.h592 #define MAX_BITS_PER_WORD 64
588 #define MAX_BITS_PER_WORD macro
/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Drs6000.h415 #define MAX_BITS_PER_WORD 64
414 #define MAX_BITS_PER_WORD macro
/freebsd-11-stable/contrib/gcc/config/mips/
H A Dmips.h1033 #define MAX_BITS_PER_WORD 64
1027 #define MAX_BITS_PER_WORD macro

Completed in 125 milliseconds