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

  /external/elfutils/libcpu/
i386_data.h 161 const uint8_t *data = &d->data[d->opoff1 / 8];
387 assert (d->opoff1 % 8 == 0);
388 uint_fast8_t modrm = d->data[d->opoff1 / 8];
391 assert (d->opoff1 / 8 == d->opoff2 / 8);
417 assert (d->opoff1 % 8 == 0);
418 uint_fast8_t modrm = d->data[d->opoff1 / 8];
421 assert (d->opoff1 / 8 == d->opoff2 / 8);
452 assert (d->opoff1 % 8 == 0);
453 assert (d->opoff1 / 8 == 1);
556 assert (d->opoff1 / 8 == 2)
    [all...]
i386_disasm.c 258 size_t opoff1; member in struct:output_data
880 output_data.opoff1 = (instrtab[cnt].off1_1
901 output_data.opoff1 = (instrtab[cnt].off2_1
922 output_data.opoff1 = (instrtab[cnt].off3_1

Completed in 689 milliseconds