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

/darwin-on-arm/xnu/bsd/dev/i386/
H A Ddis_tables.c993 const instable_t dis_op0F[16][16] = { variable
1331 /* [0,C] */ TNS("orb",IA), TS("or",IA), TSx("push",SEG), IND(dis_op0F),
2114 if (dp->it_indirect == (instable_t *)dis_op0F) {
2200 dp = (instable_t *)&dis_op0F[opcode4][opcode5];
2291 * Calculate our offset in dis_op0F
2293 if ((uintptr_t)dp - (uintptr_t)dis_op0F > sizeof (dis_op0F))
2296 off = ((uintptr_t)dp - (uintptr_t)dis_op0F) /
2346 * Calculate our offset in dis_op0F
2348 if ((uintptr_t)dp - (uintptr_t)dis_op0F
[all...]

Completed in 20 milliseconds