Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/pcre2lib/sljit/
H A DsljitNativeX86_64.c132 rex |= REX_B; in emit_x86_instruction()
146 rex |= REX_B; in emit_x86_instruction()
149 rex |= REX_B; in emit_x86_instruction()
303 *code_ptr++ = short_addr ? REX_B : (REX_W | REX_B); in generate_far_jump_code()
316 *code_ptr++ = REX_B; in generate_far_jump_code()
410 *inst++ = REX_B; in sljit_emit_enter()
420 *inst++ = REX_B; in sljit_emit_enter()
636 *inst++ = REX_B; in emit_stack_frame_release()
647 *inst++ = REX_B; in emit_stack_frame_release()
886 *inst++ = REX_B; in sljit_emit_fast_enter()
[all …]
H A DsljitNativeX86_common.c123 #define REX_B 0x41 macro
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()
1037 …return emit_do_imm32(compiler, (reg_map[dst] >= 8) ? REX_B : 0, U8(MOV_r_i32 | reg_lmap[dst]), src… in emit_mov()
1174 *inst++ = REX_W | ((op >= SLJIT_DIVMOD_UW) ? REX_B : 0); in sljit_emit_op0()
1176 *inst++ = REX_B; in sljit_emit_op0()
3089 *inst++ = (reg_map[TMP_REG1] <= 7) ? REX : REX_B;
3093 *inst++ = U8(REX | (reg_map[TMP_REG1] <= 7 ? 0 : REX_R) | (reg_map[dst] <= 7 ? 0 : REX_B));
3105 *inst++ = (reg_map[reg] <= 7) ? REX : 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.c42 #define REX_B(r) ( ( 0x1 & ( r ) ) >> 0 ) macro
553 rm = (REX_B(u->_rex) << 3) | MODRM_RM(modrm(u)); in decode_modrm_rm()
588 op->base = UD_R_RAX + (SIB_B(inp_curr(u)) | (REX_B(u->_rex) << 3)); in decode_modrm_rm()
631 op->base = UD_R_EAX + (SIB_B(inp_curr(u)) | (REX_B(u->pfx_rex) << 3)); in decode_modrm_rm()
812 (REX_B(u->_rex) << 3) | (type - OP_R0), size); in decode_operand()

Completed in 25 milliseconds