Searched refs:putmode (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/s390/
H A Ds390.c6352 machine_mode putmode;
6356 putmode = SImode;
6358 putmode = HImode;
6360 putsize = GET_MODE_BITSIZE (putmode);
6365 gen_int_mode (val, putmode));
6351 machine_mode putmode; local
/netbsd-current/external/gpl3/gcc/dist/gcc/config/s390/
H A Ds390.cc6459 machine_mode putmode;
6463 putmode = SImode;
6465 putmode = HImode;
6467 putsize = GET_MODE_BITSIZE (putmode);
6472 gen_int_mode (val, putmode));
6458 machine_mode putmode; local

Completed in 157 milliseconds