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

/haiku/src/libs/udis86/
H A Ddecode.c42 #define REX_B(r) ( ( 0x1 & ( r ) ) >> 0 ) macro
553 rm = (REX_B(u->_rex) << 3) | MODRM_RM(modrm(u));
588 op->base = UD_R_RAX + (SIB_B(inp_curr(u)) | (REX_B(u->_rex) << 3));
631 op->base = UD_R_EAX + (SIB_B(inp_curr(u)) | (REX_B(u->pfx_rex) << 3));
812 (REX_B(u->_rex) << 3) | (type - OP_R0), size);

Completed in 30 milliseconds