Home
last modified time | relevance | path

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

/PHP-5.6/ext/pcre/pcrelib/sljit/
H A DsljitNativeX86_64.c339 if (rex) in emit_do_imm32()
340 *inst++ = rex; in emit_do_imm32()
354 sljit_ub rex = 0; in emit_x86_instruction() local
376 rex |= REX_W; in emit_x86_instruction()
378 rex |= REX; in emit_x86_instruction()
406 rex |= REX_B; in emit_x86_instruction()
426 rex |= REX_B; in emit_x86_instruction()
453 rex |= REX_R; in emit_x86_instruction()
456 if (rex) in emit_x86_instruction()
470 if (rex) in emit_x86_instruction()
[all …]

Completed in 13 milliseconds