Home
last modified time | relevance | path

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

/PHP-7.2/ext/pcre/pcrelib/sljit/
H A DsljitNativeX86_64.c120 *inst++ = REX_W; in sljit_emit_enter()
136 *inst++ = REX_W; in sljit_emit_enter()
141 *inst++ = REX_W; in sljit_emit_enter()
162 *inst++ = REX_W; in sljit_emit_enter()
177 *inst++ = REX_W; in sljit_emit_enter()
194 *inst++ = REX_W; in sljit_emit_enter()
203 *inst++ = REX_W; in sljit_emit_enter()
369 rex |= REX_W; in emit_x86_instruction()
561 *inst++ = REX_W; in call_with_args()
565 *inst++ = REX_W; in call_with_args()
[all …]
H A DsljitNativeX86_common.c112 #define REX_W 0x48 macro
817 *inst++ = REX_W; in sljit_emit_op0()
840 *inst++ = REX_W | ((op >= SLJIT_DIVMOD_UW) ? REX_B : 0); in sljit_emit_op0()
847 *inst++ = REX_W; in sljit_emit_op0()
1433 FAIL_IF(emit_do_imm32(compiler, (!compiler->mode32) ? REX_W : 0, (op_eax_imm), immw))
2656 *inst++ = REX_W | (reg_map[reg] <= 7 ? 0 : (REX_B | REX_R));

Completed in 16 milliseconds