Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativeX86_64.c129 rex |= REX_B; in emit_x86_instruction()
142 rex |= REX_B; in emit_x86_instruction()
144 rex |= REX_B; in emit_x86_instruction()
377 code_ptr[0] = short_addr ? REX_B : (REX_W | REX_B); in detect_far_jump_type()
493 *inst++ = REX_B; in sljit_emit_enter()
503 *inst++ = REX_B; in sljit_emit_enter()
711 *inst++ = REX_B; in emit_stack_frame_release()
722 *inst++ = REX_B; in emit_stack_frame_release()
945 *inst++ = REX_B; in emit_fast_enter()
1279 rex |= REX_B; in sljit_emit_fset()
[all …]
H A DsljitNativeX86_common.c123 #define REX_B 0x41 macro
1171 *inst++ = REX_W | (reg_map[reg] <= 7 ? 0 : REX_B); in emit_rdssp()
1199 *inst++ = REX_W | (reg_map[reg] <= 7 ? 0 : REX_B); in emit_incssp()
1300 …return emit_do_imm32(compiler, (reg_map[dst] >= 8) ? REX_B : 0, U8(MOV_r_i32 | reg_lmap[dst]), src… in emit_mov()
1443 *inst++ = REX_W | ((op >= SLJIT_DIVMOD_UW) ? REX_B : 0); in sljit_emit_op0()
1445 *inst++ = REX_B; in sljit_emit_op0()
1770 rex |= REX_B; in emit_bswap()
3489 inst[0] = (reg_map[TMP_REG1] <= 7) ? REX : REX_B;
3493 inst[4] = U8(REX | (reg_map[TMP_REG1] <= 7 ? 0 : REX_R) | (reg_map[dst] <= 7 ? 0 : REX_B));
3505 inst[0] = (reg_map[reg] <= 7) ? REX : REX_B;
[all …]

Completed in 19 milliseconds