Home
last modified time | relevance | path

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

/PHP-8.1/ext/opcache/jit/libudis86/
H A Ddecode.c50 #define SIB_I(b) ( ( ( b ) >> 3 ) & 7 ) macro
589 op->index = UD_R_RAX + (SIB_I(inp_curr(u)) | (REX_X(u->_rex) << 3)); in decode_modrm_rm()
630 op->index = UD_R_EAX + (SIB_I(inp_curr(u)) | (REX_X(u->pfx_rex) << 3)); in decode_modrm_rm()

Completed in 26 milliseconds