Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/pcre2lib/sljit/
H A DsljitNativeX86_64.c40 *inst++ = REX_W | ((reg_map[reg] <= 7) ? 0 : REX_B); in emit_load_imm64()
92 rex |= REX_W; in emit_x86_instruction()
303 *code_ptr++ = short_addr ? REX_B : (REX_W | REX_B); in generate_far_jump_code()
335 SLJIT_ASSERT((code_ptr[0] & 0xf8) == REX_W); in generate_put_label_code()
354 SLJIT_ASSERT((code_ptr[0] & 0xf8) == REX_W); in generate_put_label_code()
358 SLJIT_ASSERT((code_ptr[0] & 0xf8) == REX_W); in generate_put_label_code()
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.c120 #define REX_W 0x48 macro
832 FAIL_IF(emit_do_imm32(compiler, (!compiler->mode32) ? REX_W : 0, (op_eax_imm), immw))
901 *inst++ = REX_W | (reg_map[reg] <= 7 ? 0 : REX_B); in emit_rdssp()
925 *inst++ = REX_W | (reg_map[reg] <= 7 ? 0 : REX_B); in emit_incssp()
1151 *inst++ = REX_W; in sljit_emit_op0()
1174 *inst++ = REX_W | ((op >= SLJIT_DIVMOD_UW) ? REX_B : 0); in sljit_emit_op0()
1181 *inst++ = REX_W; in sljit_emit_op0()
3109 *inst++ = REX_W | (reg_map[reg] <= 7 ? 0 : (REX_B | REX_R));
/PHP-8.3/ext/opcache/jit/libudis86/
H A Ddecode.c39 #define REX_W(r) ( ( 0xF & ( r ) ) >> 3 ) macro
1005 if (REX_W(u->_rex)) { in resolve_mode()
1169 idx = eff_opr_mode(u->dis_mode, REX_W(u->pfx_rex), u->pfx_opr) / 32; in decode_ext()

Completed in 27 milliseconds