Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativeX86_64.c40 inst[0] = REX_W | ((reg_map[reg] <= 7) ? 0 : REX_B); in emit_load_imm64()
93 rex |= REX_W; in emit_x86_instruction()
377 code_ptr[0] = short_addr ? REX_B : (REX_W | REX_B); in detect_far_jump_type()
417 SLJIT_ASSERT((code_ptr[-3 - SSIZE_OF(s32)] & 0xf8) == REX_W); in generate_mov_addr_code()
420 code_ptr[-3 - SSIZE_OF(s32)] = U8(REX_W | ((code_ptr[-3 - SSIZE_OF(s32)] & 0x1) << 2)); in generate_mov_addr_code()
434 SLJIT_ASSERT((code_ptr[0] & 0xf8) == REX_W); in generate_mov_addr_code()
1112 …inst[0] = U8(REX_W | ((reg_map[reg] >= 8) ? REX_R : 0) | ((reg_map[mem & REG_MASK] >= 8) ? REX_B :… in sljit_emit_mem()
1343 return sljit_emit_fset(compiler, freg, REX_W, u.imm == 0); in sljit_emit_fset64()
1357 rex = REX_W; in sljit_emit_fcopy()
H A DsljitNativeX86_common.c120 #define REX_W 0x48 macro
1081 FAIL_IF(emit_do_imm32(compiler, (!compiler->mode32) ? REX_W : 0, (op_eax_imm), immw))
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()
1419 inst[0] = REX_W; in sljit_emit_op0()
1443 *inst++ = REX_W | ((op >= SLJIT_DIVMOD_UW) ? REX_B : 0); in sljit_emit_op0()
1450 *inst++ = REX_W; in sljit_emit_op0()
1767 rex = REX_W; in emit_bswap()
3509 inst[4] = REX_W | (reg_map[reg] <= 7 ? 0 : (REX_B | REX_R));

Completed in 20 milliseconds