Home
last modified time | relevance | path

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

/PHP-8.3/ext/opcache/jit/libudis86/
H A Ddecode.c41 #define REX_X(r) ( ( 0x3 & ( r ) ) >> 1 ) 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()
/PHP-8.3/ext/pcre/pcre2lib/sljit/
H A DsljitNativeX86_64.c140 rex |= REX_X; in emit_x86_instruction()
1003 …: 0) | ((reg_map[mem & REG_MASK] >= 8) ? REX_B : 0) | ((reg_map[OFFS_REG(mem)] >= 8) ? REX_X : 0)); in sljit_emit_mem()
H A DsljitNativeX86_common.c122 #define REX_X 0x42 macro

Completed in 20 milliseconds