Home
last modified time | relevance | path

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

/PHP-7.2/ext/pcre/pcrelib/sljit/
H A DsljitNativeX86_64.c332 if (rex) in emit_do_imm32()
333 *inst++ = rex; in emit_do_imm32()
347 sljit_u8 rex = 0; in emit_x86_instruction() local
369 rex |= REX_W; in emit_x86_instruction()
371 rex |= REX; in emit_x86_instruction()
398 rex |= REX_B; in emit_x86_instruction()
418 rex |= REX_B; in emit_x86_instruction()
445 rex |= REX_R; in emit_x86_instruction()
448 if (rex) in emit_x86_instruction()
462 if (rex) in emit_x86_instruction()
[all …]

Completed in 6 milliseconds