Searched defs:dis_op0FC7 (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/common/dis/i386/
H A Ddis_tables.c560 const instable_t dis_op0FC7[8] = { variable
1820 /* [C4] */ TNSZ("pinsrw",MMOPRM,2),TNS("pextrw",MMO3P), TNSZ("shufps",XMMOPM,16),IND(dis_op0FC7),
3541 * Calculate our offset in dis_op0FC7 (the group 9 table)
3543 if ((uintptr_t)dp - (uintptr_t)dis_op0FC7 > sizeof (dis_op0FC7))
3546 off = ((uintptr_t)dp - (uintptr_t)dis_op0FC7) /

Completed in 78 milliseconds