Searched defs:dis_op0F (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/common/dis/i386/
H A Ddis_tables.c1757 const instable_t dis_op0F[16][16] = { variable
2172 /* [0,C] */ TNS("orb",IA), TS("or",IA), TSx("push",SEG), IND(dis_op0F),
3261 if (dp->it_indirect == (instable_t *)dis_op0F) {
3406 dp = (instable_t *)&dis_op0F[opcode4][opcode5];
3498 * Calculate our offset in dis_op0F
3500 if ((uintptr_t)dp - (uintptr_t)dis_op0F > sizeof (dis_op0F))
3503 off = ((uintptr_t)dp - (uintptr_t)dis_op0F) /
3606 * Calculate our offset in dis_op0F
3608 if ((uintptr_t)dp - (uintptr_t)dis_op0F
[all...]

Completed in 55 milliseconds