Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/pcrelib/sljit/
H A DsljitNativeX86_64.c378 rex |= REX; in emit_x86_instruction()
H A DsljitNativeX86_common.c114 #define REX 0x40 macro
2697 *inst++ = (reg_map[TMP_REG1] <= 7) ? REX : REX_B;
2701 *inst++ = REX | (reg_map[TMP_REG1] <= 7 ? 0 : REX_R) | (reg_map[dst] <= 7 ? 0 : REX_B);
2713 *inst++ = (reg_map[reg] <= 7) ? REX : REX_B;

Completed in 13 milliseconds