Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitNativeX86_64.c617 SLJIT_ASSERT(reg_map[SLJIT_R1] == 6 && reg_map[SLJIT_R3] == 1 && reg_map[TMP_REG1] == 2); in call_with_args()
656 static sljit_u8 word_arg_regs[5] = { 0, SLJIT_R3, SLJIT_R1, SLJIT_R2, TMP_REG1 }; in call_with_args()
658 …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.h649 #define SLJIT_PREF_SHIFT_REG SLJIT_R3
H A DsljitLir.h176 #define SLJIT_R3 4 macro
H A DsljitNativeARM_T2_32.c1140 FAIL_IF(load_immediate(compiler, SLJIT_R3, (local_size >> 12) - 1)); in sljit_emit_enter()
1143 SLJIT_ASSERT(reg_map[SLJIT_R3] < 7); in sljit_emit_enter()
1144 FAIL_IF(push_inst16(compiler, SUBSI8 | RDN3(SLJIT_R3) | 1)); in sljit_emit_enter()
H A DsljitNativeX86_common.c78 if (p >= SLJIT_R3 && p <= SLJIT_S3) { \
2390 if (reg >= SLJIT_R3 && reg <= SLJIT_R8)
2972 if (!sljit_has_cpu_feature(SLJIT_HAS_CMOV) || (dst_reg >= SLJIT_R3 && dst_reg <= SLJIT_S3))
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_jit_simd_inc.h1072 OP1(SLJIT_MOV_S32, SLJIT_R3, 0, SLJIT_IMM, offs2); in fast_forward_char_pair_simd()
H A Dpcre2_jit_compile.c547 #elif SLJIT_PREF_SHIFT_REG == SLJIT_R3
556 #define TMP2 SLJIT_R3
560 #define TMP3 SLJIT_R3

Completed in 56 milliseconds