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

/freebsd-current/sys/cddl/dev/dtrace/x86/
H A Ddis_tables.c678 const instable_t dis_op0F7123[4][8] = { variable
4152 dp = (instable_t *)&dis_op0F7123[opcode5][subcode];
4481 * Calculate our offset in dis_op0F7123
4483 if ((uintptr_t)dp - (uintptr_t)dis_op0F7123 >
4484 sizeof (dis_op0F7123))
4488 off = ((uintptr_t)dp - (uintptr_t)dis_op0F7123) /

Completed in 104 milliseconds