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

/illumos-gate/usr/src/common/dis/i386/
H A Ddis_tables.c608 const instable_t dis_op0F7123[4][8] = { variable
3273 dp = (instable_t *)&dis_op0F7123[opcode5][subcode];
3586 * Calculate our offset in dis_op0F7123
3588 if ((uintptr_t)dp - (uintptr_t)dis_op0F7123 >
3589 sizeof (dis_op0F7123))
3593 off = ((uintptr_t)dp - (uintptr_t)dis_op0F7123) /

Completed in 72 milliseconds