Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libdtrace/i386/
H A Ddt_isadep.c55 #define DT_MODRM_REG(modrm) (((modrm) >> 3) & 0x7) macro
110 if ((text[i] == 0xff && DT_MODRM_REG(text[i + 1]) == 4) || in dt_pid_has_jump_table()
112 text[i + 1] == 0xff && DT_MODRM_REG(text[i + 2]) == 4)) { in dt_pid_has_jump_table()