Home
last modified time | relevance | path

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

/PHP-7.2/ext/pcre/pcrelib/sljit/
H A DsljitNativeX86_64.c371 rex |= REX; in emit_x86_instruction()
H A DsljitNativeX86_common.c116 #define REX 0x40 macro
2636 *inst++ = (reg_map[TMP_REG1] <= 7) ? REX : REX_B;
2640 *inst++ = REX | (reg_map[TMP_REG1] <= 7 ? 0 : REX_R) | (reg_map[dst] <= 7 ? 0 : REX_B);
2652 *inst++ = (reg_map[reg] <= 7) ? REX : REX_B;

Completed in 11 milliseconds