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

/haiku-fatelf/headers/libs/udis86/libudis86/
H A Ddecode.h60 #define MODRM_REG(b) ( ( ( b ) >> 3 ) & 7 ) macro
/haiku-fatelf/src/libs/udis86/
H A Ddecode.c249 index = MODRM_REG( peek );
529 reg = (REX_R(u->pfx_rex) << 3) | MODRM_REG(inp_curr(u));

Completed in 38 milliseconds