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

/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/i386/
H A Ddt_isadep.c61 #define DT_MODRM_REG(modrm) (((modrm) >> 3) & 0x7) macro
126 if ((text[i] == 0xff && DT_MODRM_REG(text[i + 1]) == 4) ||
128 text[i + 1] == 0xff && DT_MODRM_REG(text[i + 2]) == 4)) {

Completed in 50 milliseconds