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

/freebsd-13-stable/sys/cddl/dev/dtrace/x86/
H A Ddis_tables.c612 const instable_t dis_op0F7123[4][8] = { variable
3277 dp = (instable_t *)&dis_op0F7123[opcode5][subcode];
3596 * Calculate our offset in dis_op0F7123
3598 if ((uintptr_t)dp - (uintptr_t)dis_op0F7123 >
3599 sizeof (dis_op0F7123))
3603 off = ((uintptr_t)dp - (uintptr_t)dis_op0F7123) /

Completed in 107 milliseconds