Home | History | Annotate | Download | only in libcpu

Lines Matching defs:bits

139   unsigned long int bits;
232 .name = "ax", .bits = 0, .tmp = 0
237 .name = "dx", .bits = 0, .tmp = 0
242 .name = "es_di", .bits = 0, .tmp = 0
247 .name = "ds_si", .bits = 0, .tmp = 0
252 .name = "ds_bx", .bits = 0, .tmp = 0
285 /* Number of bits used mnemonics. */
2284 newp->bits = num;
2301 /* Check that the number of bits is a multiple of 8. */
2316 total += runp->field->bits;
2336 error (0, 0, "%d: field '%s' not a multiple of 8 bits in size",
2541 bitoff += b->field->bits;
2605 static int total_bits = 2; // Already counted the rep/repe bits.
2731 // printf ("%d fct[%d], %d bits\n", nfct_names[i], i, nbitfct[i]);
2758 // printf ("%d suffixes, %d bits\n", nsuffixes, nbitsuf);
2978 totalbits += b->field->bits;
2983 zerobits += b->field->bits;
3025 unsigned long int remaining = b->field->bits;