Home
last modified time | relevance | path

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

/PHP-8.1/ext/opcache/jit/libudis86/
H A Ddecode.c49 #define SIB_S(b) ( ( b ) >> 6 ) macro
595 op->scale = (1 << SIB_S(inp_curr(u))) & ~1; in decode_modrm_rm()
629 op->scale = (1 << SIB_S(inp_curr(u))) & ~1; in decode_modrm_rm()

Completed in 7 milliseconds