Home | History | Annotate | Download | only in libcpu

Lines Matching defs:bits

138   unsigned long int bits;
231 .name = "ax", .bits = 0, .tmp = 0
236 .name = "dx", .bits = 0, .tmp = 0
241 .name = "es_di", .bits = 0, .tmp = 0
246 .name = "ds_si", .bits = 0, .tmp = 0
251 .name = "ds_bx", .bits = 0, .tmp = 0
284 /* Number of bits used mnemonics. */
2246 newp->bits = num;
2263 /* Check that the number of bits is a multiple of 8. */
2278 total += runp->field->bits;
2298 error (0, 0, "%d: field '%s' not a multiple of 8 bits in size",
2503 bitoff += b->field->bits;
2567 static int total_bits = 2; // Already counted the rep/repe bits.
2693 // printf ("%d fct[%d], %d bits\n", nfct_names[i], i, nbitfct[i]);
2720 // printf ("%d suffixes, %d bits\n", nsuffixes, nbitsuf);
2940 totalbits += b->field->bits;
2945 zerobits += b->field->bits;
2987 unsigned long int remaining = b->field->bits;