Searched refs:MODRM_REG (Results 1 – 1 of 1) sorted by relevance
54 #define MODRM_REG(b) ( ( ( b ) >> 3 ) & 7 ) macro530 uint8_t reg = (REX_R(u->_rex) << 3) | MODRM_REG(modrm(u)); in decode_modrm_reg()1191 idx = MODRM_REG(modrm(u)); in decode_ext()
Completed in 6 milliseconds