Home
last modified time | relevance | path

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

/PHP-7.0/ext/pcre/pcrelib/sljit/
H A DsljitNativeX86_64.c141 *inst++ = REX_W | REX_R; in sljit_emit_enter()
146 *inst++ = REX_W | REX_R; in sljit_emit_enter()
453 rex |= REX_R; in emit_x86_instruction()
581 *inst++ = REX_W | REX_R; in call_with_args()
H A DsljitNativeX86_common.c111 #define REX_R 0x44 macro
1231 *inst++ = REX_W | (reg_map[dst_r] >= 8 ? REX_R : 0) | (reg_map[TMP_REG1] >= 8 ? REX_B : 0); in emit_clz()
2701 *inst++ = REX | (reg_map[TMP_REG1] <= 7 ? 0 : REX_R) | (reg_map[dst] <= 7 ? 0 : REX_B);
2717 *inst++ = REX_W | (reg_map[reg] <= 7 ? 0 : (REX_B | REX_R));

Completed in 14 milliseconds