Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitNativeX86_common.c129 #define REX 0x40 macro
2804 *inst++ = (reg_map[TMP_REG1] <= 7) ? REX : REX_B;
2808 *inst++ = REX | (reg_map[TMP_REG1] <= 7 ? 0 : REX_R) | (reg_map[dst] <= 7 ? 0 : REX_B);
2820 *inst++ = (reg_map[reg] <= 7) ? REX : REX_B;
H A DsljitNativeX86_64.c425 rex |= REX; in emit_x86_instruction()

Completed in 21 milliseconds