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

/darwin-on-arm/xnu/bsd/dev/i386/
H A Ddis_tables.c528 const instable_t dis_op0F7123[4][8] = { variable
2126 dp = (instable_t *)&dis_op0F7123[opcode5][subcode];
2326 * Calculate our offset in dis_op0F7123
2328 if ((uintptr_t)dp - (uintptr_t)dis_op0F7123 >
2329 sizeof (dis_op0F7123))
2333 off = ((uintptr_t)dp - (uintptr_t)dis_op0F7123) /

Completed in 10 milliseconds