Home
last modified time | relevance | path

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

/PHP-8.2/ext/pcre/pcre2lib/sljit/
H A DsljitNativeX86_32.c434 EMIT_MOV(compiler, SLJIT_R0, 0, SLJIT_R2, 0); in sljit_emit_enter()
438 EMIT_MOV(compiler, SLJIT_S0, 0, SLJIT_R2, 0); in sljit_emit_enter()
462 EMIT_MOV(compiler, SLJIT_R2, 0, SLJIT_IMM, local_size >> 12); in sljit_emit_enter()
677 PUSH_REG(reg_map[SLJIT_R2]); in c_fast_call_with_args()
724 *inst++ = U8(XCHG_EAX_r | reg_map[SLJIT_R2]); in c_fast_call_with_args()
968 EMIT_MOV(compiler, SLJIT_R2, 0, SLJIT_MEM1(SLJIT_SP), 0); in tail_call_with_args()
1146 EMIT_MOV(compiler, SLJIT_R2, 0, SLJIT_MEM1(SLJIT_SP), 0); in tail_call_with_args()
1300 SLJIT_ASSERT(reg_map[SLJIT_R0] == 0 && reg_map[SLJIT_R2] == 1 && SLJIT_R0 == 1 && SLJIT_R2 == 3); in sljit_emit_icall()
1307 if ((src & REG_MASK) == SLJIT_R2 || OFFS_REG(src) == SLJIT_R2) { in sljit_emit_icall()
1309 if (((src & REG_MASK) | 0x2) == SLJIT_R2) in sljit_emit_icall()
[all …]
H A DsljitNativeX86_64.c431 tmp = SLJIT_R2; in sljit_emit_enter()
452 tmp = SLJIT_R2; in sljit_emit_enter()
693 if (src == SLJIT_R2) in call_with_args()
695 EMIT_MOV(compiler, TMP_REG1, 0, SLJIT_R2, 0); in call_with_args()
698 return emit_mov(compiler, SLJIT_R2, 0, SLJIT_R0, 0); 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.h673 #define SLJIT_PREF_SHIFT_REG SLJIT_R2
H A DsljitLir.h169 #define SLJIT_R2 3 macro
H A DsljitNativeX86_common.c1201 work_r = SLJIT_R2; in emit_mov_byte()
1209 work_r = SLJIT_R2; in emit_mov_byte()
/PHP-8.2/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c548 #if SLJIT_PREF_SHIFT_REG == SLJIT_R2
560 #define TMP3 SLJIT_R2
562 #define TMP2 SLJIT_R2
3209 OP2(SLJIT_SUB | SLJIT_SET_Z, SLJIT_R2, 0, SLJIT_R2, 0, SLJIT_IMM, 1); in reset_ovector()
3219 OP2(SLJIT_SUB | SLJIT_SET_Z, SLJIT_R2, 0, SLJIT_R2, 0, SLJIT_IMM, 1); in reset_ovector()
3386 …OP2(SLJIT_ADD, SLJIT_R2, 0, SLJIT_R2, 0, SLJIT_IMM, SLJIT_OFFSETOF(pcre2_match_data, ovector) - si… in copy_ovector()
3404 OP2(SLJIT_ADD, SLJIT_R2, 0, SLJIT_R2, 0, SLJIT_IMM, sizeof(PCRE2_SIZE)); in copy_ovector()
3462 OP1(SLJIT_MOV, SLJIT_R2, 0, SLJIT_MEM1(SLJIT_SP), in return_with_partial_match()
3473 OP2(SLJIT_SUB, SLJIT_R2, 0, SLJIT_R2, 0, SLJIT_S1, 0); in return_with_partial_match()
3475 OP2(SLJIT_ASHR, SLJIT_R2, 0, SLJIT_R2, 0, SLJIT_IMM, UCHAR_SHIFT); in return_with_partial_match()
[all …]
H A Dpcre2_jit_simd_inc.h876 OP1(SLJIT_MOV, SLJIT_R2, 0, SLJIT_IMM, offset); in fast_forward_char_simd()
1075 OP1(SLJIT_MOV_S32, SLJIT_R2, 0, SLJIT_IMM, offs1); in fast_forward_char_pair_simd()

Completed in 103 milliseconds