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

/freebsd-9.3-release/sys/cddl/dev/dtrace/x86/
H A Ddis_tables.c553 const instable_t dis_op0F7123[4][8] = { variable
2846 dp = (instable_t *)&dis_op0F7123[opcode5][subcode];
3067 * Calculate our offset in dis_op0F7123
3069 if ((uintptr_t)dp - (uintptr_t)dis_op0F7123 >
3070 sizeof (dis_op0F7123))
3074 off = ((uintptr_t)dp - (uintptr_t)dis_op0F7123) /

Completed in 71 milliseconds