Home
last modified time | relevance | path

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

/PHP-8.2/ext/opcache/jit/libudis86/
H A Ddecode.c57 #define MODRM_RM(b) ( ( b ) & 7 ) macro
553 rm = (REX_B(u->_rex) << 3) | MODRM_RM(modrm(u)); in decode_modrm_rm()
1188 idx = MODRM_RM(modrm(u)); in decode_ext()

Completed in 6 milliseconds