Home
last modified time | relevance | path

Searched refs:SLJIT_R3 (Results 1 – 6 of 6) sorted by relevance

/PHP-8.2/ext/pcre/pcre2lib/sljit/
H A DsljitNativeX86_64.c440 tmp = SLJIT_R3; in sljit_emit_enter()
446 tmp = SLJIT_R3; in sljit_emit_enter()
677 SLJIT_ASSERT(reg_map[SLJIT_R1] == 6 && reg_map[SLJIT_R3] == 1 && reg_map[TMP_REG1] == 2); in call_with_args()
711 static sljit_u8 word_arg_regs[5] = { 0, SLJIT_R3, SLJIT_R1, SLJIT_R2, TMP_REG1 }; in call_with_args()
713 …SLJIT_ASSERT(reg_map[SLJIT_R3] == 1 && reg_map[SLJIT_R1] == 2 && reg_map[SLJIT_R2] == 8 && reg_map… in call_with_args()
H A DsljitConfigInternal.h688 #define SLJIT_PREF_SHIFT_REG SLJIT_R3
H A DsljitLir.h175 #define SLJIT_R3 4 macro
H A DsljitNativeX86_common.c80 if (p >= SLJIT_R3 && p <= SLJIT_S3) { \
82 w = compiler->scratches_offset + ((p) - SLJIT_R3) * SSIZE_OF(sw); \
2368 if (reg >= SLJIT_R3 && reg <= SLJIT_R8)
2950 if (!sljit_has_cpu_feature(SLJIT_HAS_CMOV) || (dst_reg >= SLJIT_R3 && dst_reg <= SLJIT_S3))
/PHP-8.2/ext/pcre/pcre2lib/
H A Dpcre2_jit_simd_inc.h1076 OP1(SLJIT_MOV_S32, SLJIT_R3, 0, SLJIT_IMM, offs2); in fast_forward_char_pair_simd()
H A Dpcre2_jit_compile.c550 #elif SLJIT_PREF_SHIFT_REG == SLJIT_R3
559 #define TMP2 SLJIT_R3
563 #define TMP3 SLJIT_R3

Completed in 58 milliseconds