Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativeX86_64.c176 rex |= REX_R; in emit_x86_instruction()
179 rex |= REX_R; in emit_x86_instruction()
1112 …inst[0] = U8(REX_W | ((reg_map[reg] >= 8) ? REX_R : 0) | ((reg_map[mem & REG_MASK] >= 8) ? REX_B :… in sljit_emit_mem()
1274 rex = freg_map[freg] >= 8 ? (REX_R | REX_B) : 0; in sljit_emit_fset()
1277 rex |= REX_R; in sljit_emit_fset()
1360 rex |= REX_R; in sljit_emit_fcopy()
H A DsljitNativeX86_common.c121 #define REX_R 0x44 macro
3493 inst[4] = U8(REX | (reg_map[TMP_REG1] <= 7 ? 0 : REX_R) | (reg_map[dst] <= 7 ? 0 : REX_B));
3509 inst[4] = REX_W | (reg_map[reg] <= 7 ? 0 : (REX_B | REX_R));

Completed in 19 milliseconds