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

/freebsd-9.3-release/sys/cddl/dev/dtrace/x86/
H A Ddis_tables.c1439 const instable_t dis_op0F[16][16] = { variable
1854 /* [0,C] */ TNS("orb",IA), TS("or",IA), TSx("push",SEG), IND(dis_op0F),
2834 if (dp->it_indirect == (instable_t *)dis_op0F) {
2940 dp = (instable_t *)&dis_op0F[opcode4][opcode5];
3032 * Calculate our offset in dis_op0F
3034 if ((uintptr_t)dp - (uintptr_t)dis_op0F > sizeof (dis_op0F))
3037 off = ((uintptr_t)dp - (uintptr_t)dis_op0F) /
3087 * Calculate our offset in dis_op0F
3089 if ((uintptr_t)dp - (uintptr_t)dis_op0F
[all...]

Completed in 97 milliseconds