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

/freebsd-13-stable/sys/cddl/dev/dtrace/x86/
H A Ddis_tables.c564 const instable_t dis_op0FC7[8] = { variable
1824 /* [C4] */ TNSZ("pinsrw",MMOPRM,2),TNS("pextrw",MMO3P), TNSZ("shufps",XMMOPM,16),IND(dis_op0FC7),
3551 * Calculate our offset in dis_op0FC7 (the group 9 table)
3553 if ((uintptr_t)dp - (uintptr_t)dis_op0FC7 > sizeof (dis_op0FC7))
3556 off = ((uintptr_t)dp - (uintptr_t)dis_op0FC7) /

Completed in 121 milliseconds