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

/xnu-2782.1.97/bsd/dev/i386/
H A Ddis_tables.c519 const instable_t dis_op0F7123[4][8] = { variable
2097 dp = (instable_t *)&dis_op0F7123[opcode5][subcode];
2297 * Calculate our offset in dis_op0F7123
2299 if ((uintptr_t)dp - (uintptr_t)dis_op0F7123 >
2300 sizeof (dis_op0F7123))
2304 off = ((uintptr_t)dp - (uintptr_t)dis_op0F7123) /

Completed in 26 milliseconds