Searched defs:bitwidths (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/s390/ |
H A D | s390.c | 726 int bitwidths[] = { 1, 2, 3, 4, 5, 8, 12, 16, 32 }; in s390_const_operand_ok() local 741 int bitwidths[] = { 2, 3, 4, 5, 8, 12, 16, 32 }; in s390_const_operand_ok() local
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/s390/ |
H A D | s390.cc | 762 unsigned HOST_WIDE_INT bitwidths[] = { 1, 2, 3, 4, 5, 8, 12, 16, 32, 4 }; in s390_const_operand_ok() local 803 int bitwidths[] = { 2, 3, 4, 5, 8, 12, 16, 32 }; in s390_const_operand_ok() local
|