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()
376 *code_ptr++ = short_addr ? REX_B : (REX_W | REX_B); in generate_far_jump_code()
489 *inst++ = REX_B; in sljit_emit_enter()
499 *inst++ = REX_B; in sljit_emit_enter()
707 *inst++ = REX_B; in emit_stack_frame_release()
718 *inst++ = REX_B; in emit_stack_frame_release()
941 *inst++ = REX_B; in emit_fast_enter()
1235 rex |= REX_B; in sljit_emit_fset()
[all …]
H A DsljitNativeX86_common.c130 #define REX_B 0x41 macro
1022 *inst++ = REX_W | (reg_map[reg] <= 7 ? 0 : REX_B); in emit_rdssp()
1050 *inst++ = REX_W | (reg_map[reg] <= 7 ? 0 : REX_B); in emit_incssp()
1151 …return emit_do_imm32(compiler, (reg_map[dst] >= 8) ? REX_B : 0, U8(MOV_r_i32 | reg_lmap[dst]), src… in emit_mov()
1294 *inst++ = REX_W | ((op >= SLJIT_DIVMOD_UW) ? REX_B : 0); in sljit_emit_op0()
1296 *inst++ = REX_B; in sljit_emit_op0()
1621 rex |= REX_B; in emit_bswap()
3325 inst[0] = (reg_map[TMP_REG1] <= 7) ? REX : REX_B;
3329 inst[4] = U8(REX | (reg_map[TMP_REG1] <= 7 ? 0 : REX_R) | (reg_map[dst] <= 7 ? 0 : REX_B));
3341 inst[0] = (reg_map[reg] <= 7) ? REX : REX_B;
[all …]

Completed in 25 milliseconds