HomeSort by relevance Sort by last modified time
    Searched refs:opoff2 (Results 1 - 2 of 2) sorted by null

  /external/elfutils/libcpu/
i386_data.h 391 assert (d->opoff1 / 8 == d->opoff2 / 8);
392 assert (d->opoff2 % 8 == 5);
393 //uint_fast8_t byte = d->data[d->opoff2 / 8] & 7;
421 assert (d->opoff1 / 8 == d->opoff2 / 8);
422 assert (d->opoff2 % 8 == 5);
423 //uint_fast8_t byte = data[opoff2 / 8] & 7;
528 if ((d->data[d->opoff2 / 8] & (1 << (7 - (d->opoff2 & 7)))) != 0)
723 if ((d->data[d->opoff2 / 8] & (1 << (7 - (d->opoff2 & 7)))) != 0
    [all...]
i386_disasm.c 259 size_t opoff2; member in struct:output_data
882 output_data.opoff2 = (instrtab[cnt].off1_2
903 output_data.opoff2 = (instrtab[cnt].off2_2
924 output_data.opoff2 = (instrtab[cnt].off3_2

Completed in 17 milliseconds