Home
last modified time | relevance | path

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

/PHP-8.0/ext/pcre/pcre2lib/sljit/
H A DsljitNativeX86_64.c192 inst[0] = REX_W | REX_R; in sljit_emit_enter()
198 inst[0] = REX_W | REX_R; in sljit_emit_enter()
504 rex |= REX_R; in emit_x86_instruction()
507 rex |= REX_R; in emit_x86_instruction()
H A DsljitNativeX86_common.c126 #define REX_R 0x44 macro
2808 *inst++ = REX | (reg_map[TMP_REG1] <= 7 ? 0 : REX_R) | (reg_map[dst] <= 7 ? 0 : REX_B);
2824 *inst++ = REX_W | (reg_map[reg] <= 7 ? 0 : (REX_B | REX_R));
/PHP-8.0/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 26 milliseconds