Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/pcre2lib/sljit/
H A DsljitNativeX86_64.c177 rex |= REX_R; in emit_x86_instruction()
180 rex |= REX_R; in emit_x86_instruction()
1003 …inst[0] = U8(REX_W | ((reg_map[reg] >= 8) ? REX_R : 0) | ((reg_map[mem & REG_MASK] >= 8) ? REX_B :… in sljit_emit_mem()
H A DsljitNativeX86_common.c121 #define REX_R 0x44 macro
3093 *inst++ = U8(REX | (reg_map[TMP_REG1] <= 7 ? 0 : REX_R) | (reg_map[dst] <= 7 ? 0 : REX_B));
3109 *inst++ = REX_W | (reg_map[reg] <= 7 ? 0 : (REX_B | REX_R));
/PHP-8.3/ext/opcache/jit/libudis86/
H A Ddecode.c40 #define REX_R(r) ( ( 0x7 & ( r ) ) >> 2 ) macro
530 uint8_t reg = (REX_R(u->_rex) << 3) | MODRM_REG(modrm(u)); in decode_modrm_reg()

Completed in 25 milliseconds