Lines Matching defs:bits
467 char bitFieldStr[64]; /* This is more bits than needed for a 32-bit number */
754 * The number of bits is implicit with the Machine value.
775 uint16_t cpu, bits;
1030 getArchitecture(&cpu, &bits, &makeBigEndian, optMatchArch);
1031 printf("genccode: --match-arch cpu=%hu bits=%hu big-endian=%d\n", cpu, bits, makeBigEndian);
1070 if(bits==32) {
1089 } else /* bits==64 */ {