Home
last modified time | relevance | path

Searched refs:SLJIT_S0 (Results 1 – 14 of 14) sorted by relevance

/PHP-8.3/ext/pcre/pcre2lib/sljit/
H A DsljitNativeX86_64.c403 tmp = SLJIT_S0 - saveds; in sljit_emit_enter()
404 for (i = SLJIT_S0 - saved_arg_count; i > tmp; i--) { in sljit_emit_enter()
476 EMIT_MOV(compiler, SLJIT_S0 - saved_arg_count, 0, tmp, 0); in sljit_emit_enter()
640 tmp = SLJIT_S0 - SLJIT_KEPT_SAVEDS_COUNT(compiler->options); in emit_stack_frame_release()
641 for (i = SLJIT_S0 + 1 - compiler->saveds; i <= tmp; i++) { in emit_stack_frame_release()
683 …if ((src & SLJIT_MEM) || (src >= SLJIT_FIRST_SAVED_REG && src <= (SLJIT_S0 - SLJIT_KEPT_SAVEDS_COU… in sljit_emit_return_to()
848 …if (src >= SLJIT_FIRST_SAVED_REG && src <= (SLJIT_S0 - SLJIT_KEPT_SAVEDS_COUNT(compiler->options))… in sljit_emit_icall()
1087 …tmp = compiler->saveds < SLJIT_NUMBER_OF_SAVED_REGISTERS ? (SLJIT_S0 + 1 - compiler->saveds) : SLJ… in skip_frames_before_return()
1088 if (SLJIT_S0 >= tmp) in skip_frames_before_return()
1089 size += (SLJIT_S0 - tmp + 1) * SSIZE_OF(sw); in skip_frames_before_return()
H A DsljitNativeX86_32.c362 PUSH_REG(reg_map[SLJIT_S0]); in sljit_emit_enter()
399 EMIT_MOV(compiler, SLJIT_S0 - saved_arg_count, 0, SLJIT_MEM1(SLJIT_SP), args_size); in sljit_emit_enter()
564 POP_REG(reg_map[SLJIT_S0]); in emit_stack_frame_release()
606 …if ((src & SLJIT_MEM) || (src > SLJIT_R2 && src <= (SLJIT_S0 - SLJIT_KEPT_SAVEDS_COUNT(compiler->o… in sljit_emit_return_to()
890 EMIT_MOV(compiler, SLJIT_S0, 0, SLJIT_MEM1(SLJIT_SP), offset); in tail_call_with_args()
1060 …if ((src & SLJIT_MEM) || (src > SLJIT_R2 && src <= (SLJIT_S0 - SLJIT_KEPT_SAVEDS_COUNT(compiler->o… in sljit_emit_icall()
H A DsljitLir.h187 #define SLJIT_S0 (SLJIT_NUMBER_OF_REGISTERS) macro
207 #define SLJIT_FIRST_SAVED_REG (SLJIT_S0 - SLJIT_NUMBER_OF_SAVED_REGISTERS + 1)
H A DsljitNativeARM_64.c1004 tmp = SLJIT_S0 - saveds; in sljit_emit_enter()
1005 for (i = SLJIT_S0 - saved_arg_count; i > tmp; i--) { in sljit_emit_enter()
1068 FAIL_IF(push_inst(compiler, ORR | RD(SLJIT_S0 - saved_arg_count) | RN(TMP_ZERO) | RM(tmp))); in sljit_emit_enter()
1199 tmp = SLJIT_S0 - compiler->saveds; in emit_stack_frame_release()
1200 for (i = SLJIT_S0 - SLJIT_KEPT_SAVEDS_COUNT(compiler->options); i > tmp; i--) { in emit_stack_frame_release()
1274 …} else if (src >= SLJIT_FIRST_SAVED_REG && src <= (SLJIT_S0 - SLJIT_KEPT_SAVEDS_COUNT(compiler->op… in sljit_emit_return_to()
2073 …if (src >= SLJIT_FIRST_SAVED_REG && src <= (SLJIT_S0 - SLJIT_KEPT_SAVEDS_COUNT(compiler->options))… in sljit_emit_icall()
H A DsljitNativeMIPS_32.c270 …if (src >= SLJIT_FIRST_SAVED_REG && src <= (SLJIT_S0 - SLJIT_KEPT_SAVEDS_COUNT(compiler->options))… in sljit_emit_icall()
H A DsljitNativeMIPS_64.c285 …if (src >= SLJIT_FIRST_SAVED_REG && src <= (SLJIT_S0 - SLJIT_KEPT_SAVEDS_COUNT(compiler->options))… in sljit_emit_icall()
H A DsljitNativePPC_common.c814 tmp = SLJIT_S0 - saveds; in sljit_emit_enter()
815 for (i = SLJIT_S0 - saved_arg_count; i > tmp; i--) { in sljit_emit_enter()
840 tmp = SLJIT_S0 - saved_arg_count; in sljit_emit_enter()
851 …FAIL_IF(push_inst(compiler, OR | S(SLJIT_R0 + word_arg_count) | A(SLJIT_S0 - saved_arg_count) | B(… in sljit_emit_enter()
922 tmp = SLJIT_S0 - compiler->saveds; in emit_stack_frame_release()
923 for (i = SLJIT_S0 - SLJIT_KEPT_SAVEDS_COUNT(compiler->options); i > tmp; i--) { in emit_stack_frame_release()
966 …} else if (src >= SLJIT_FIRST_SAVED_REG && src <= (SLJIT_S0 - SLJIT_KEPT_SAVEDS_COUNT(compiler->op… in sljit_emit_return_to()
2403 …if (src >= SLJIT_FIRST_SAVED_REG && src <= (SLJIT_S0 - SLJIT_KEPT_SAVEDS_COUNT(compiler->options))… in sljit_emit_icall()
H A DsljitNativeARM_T2_32.c1157 tmp = SLJIT_S0 - saveds; in sljit_emit_enter()
1158 for (i = SLJIT_S0 - saved_arg_count; i > tmp; i--) in sljit_emit_enter()
1229 tmp = SLJIT_S0 - saved_arg_count; in sljit_emit_enter()
1279 …FAIL_IF(push_inst16(compiler, MOV | SET_REGS44(SLJIT_S0 - saved_arg_count, SLJIT_R0 + word_arg_cou… in sljit_emit_enter()
1424 tmp = SLJIT_S0 - compiler->saveds; in emit_stack_frame_release()
1425 i = SLJIT_S0 - SLJIT_KEPT_SAVEDS_COUNT(compiler->options); in emit_stack_frame_release()
1550 …} else if (src >= SLJIT_FIRST_SAVED_REG && src <= (SLJIT_S0 - SLJIT_KEPT_SAVEDS_COUNT(compiler->op… in sljit_emit_return_to()
2587 …if ((type & SLJIT_CALL_RETURN) && (src >= SLJIT_FIRST_SAVED_REG && src <= (SLJIT_S0 - SLJIT_KEPT_S… in sljit_emit_icall()
H A DsljitNativeRISCV_common.c637 tmp = SLJIT_S0 - saveds; in sljit_emit_enter()
638 for (i = SLJIT_S0 - saved_arg_count; i > tmp; i--) { in sljit_emit_enter()
680 FAIL_IF(push_inst(compiler, ADDI | RD(SLJIT_S0 - saved_arg_count) | RS1(tmp) | IMM_I(0))); in sljit_emit_enter()
742 tmp = SLJIT_S0 - compiler->saveds; in emit_stack_frame_release()
743 for (i = SLJIT_S0 - SLJIT_KEPT_SAVEDS_COUNT(compiler->options); i > tmp; i--) { in emit_stack_frame_release()
795 …} else if (src >= SLJIT_FIRST_SAVED_REG && src <= (SLJIT_S0 - SLJIT_KEPT_SAVEDS_COUNT(compiler->op… in sljit_emit_return_to()
2544 …if (src >= SLJIT_FIRST_SAVED_REG && src <= (SLJIT_S0 - SLJIT_KEPT_SAVEDS_COUNT(compiler->options))… in sljit_emit_icall()
H A DsljitNativeARM_32.c1080 tmp = SLJIT_S0 - saveds; in sljit_emit_enter()
1081 for (i = SLJIT_S0 - saved_arg_count; i > tmp; i--) in sljit_emit_enter()
1157 tmp = SLJIT_S0 - saved_arg_count; in sljit_emit_enter()
1203 …FAIL_IF(push_inst(compiler, MOV | RD(SLJIT_S0 - saved_arg_count) | RM(SLJIT_R0 + word_arg_count))); in sljit_emit_enter()
1300 tmp = SLJIT_S0 - compiler->saveds; in emit_stack_frame_release()
1301 i = SLJIT_S0 - SLJIT_KEPT_SAVEDS_COUNT(compiler->options); in emit_stack_frame_release()
1413 …} else if (src >= SLJIT_FIRST_SAVED_REG && src <= (SLJIT_S0 - SLJIT_KEPT_SAVEDS_COUNT(compiler->op… in sljit_emit_return_to()
3021 …if ((type & SLJIT_CALL_RETURN) && (src >= SLJIT_FIRST_SAVED_REG && src <= (SLJIT_S0 - SLJIT_KEPT_S… in sljit_emit_icall()
H A DsljitNativeMIPS_common.c869 tmp = SLJIT_S0 - saveds; in sljit_emit_enter()
870 for (i = SLJIT_S0 - saved_arg_count; i > tmp; i--) { in sljit_emit_enter()
944 tmp = SLJIT_S0 - saved_arg_count; in sljit_emit_enter()
984 tmp = SLJIT_S0 - saved_arg_count; in sljit_emit_enter()
1071 tmp = SLJIT_S0 - saveds; in emit_stack_frame_release()
1072 for (i = SLJIT_S0 - kept_saveds_count; i > tmp; i--) { in emit_stack_frame_release()
1133 …} else if (src >= SLJIT_FIRST_SAVED_REG && src <= (SLJIT_S0 - SLJIT_KEPT_SAVEDS_COUNT(compiler->op… in sljit_emit_return_to()
H A DsljitNativeS390X.c1686 SLJIT_ASSERT(gpr(SLJIT_FIRST_SAVED_REG) == r6 && gpr(SLJIT_S0) == r13); in sljit_emit_enter()
1755 FAIL_IF(push_inst(compiler, lgr(gpr(SLJIT_S0 - saved_arg_count), gpr(SLJIT_R0 + tmp)))); in sljit_emit_enter()
1873 …} else if (src >= SLJIT_FIRST_SAVED_REG && src <= (SLJIT_S0 - SLJIT_KEPT_SAVEDS_COUNT(compiler->op… in sljit_emit_return_to()
3475 …if (src >= SLJIT_FIRST_SAVED_REG && src <= (SLJIT_S0 - SLJIT_KEPT_SAVEDS_COUNT(compiler->options))… in sljit_emit_icall()
H A DsljitLir.c805 || ((r) > (SLJIT_S0 - compiler->saveds) && (r) <= SLJIT_S0))
/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c566 #define STR_END SLJIT_S0
3366 OP1(SLJIT_MOV, SLJIT_S0, 0, SLJIT_MEM1(SLJIT_SP), common->start_ptr); in copy_ovector()
3370 OP1(SLJIT_MOV, SLJIT_MEM1(SLJIT_R0), SLJIT_OFFSETOF(jit_arguments, startchar_ptr), SLJIT_S0, 0); in copy_ovector()
3378 OP1(SLJIT_MOV, SLJIT_S0, 0, SLJIT_MEM1(SLJIT_SP), common->start_ptr); in copy_ovector()
3383 OP1(SLJIT_MOV, SLJIT_MEM1(ARGUMENTS), SLJIT_OFFSETOF(jit_arguments, startchar_ptr), SLJIT_S0, 0); in copy_ovector()
3391 GET_LOCAL_BASE(SLJIT_S0, 0, OVECTOR_START - (has_pre ? sizeof(sljit_sw) : 0)); in copy_ovector()
3400 OP1(SLJIT_MOV, SLJIT_S1, 0, SLJIT_MEM1(SLJIT_S0), 0); in copy_ovector()
3401 OP2(SLJIT_ADD, SLJIT_S0, 0, SLJIT_S0, 0, SLJIT_IMM, sizeof(sljit_sw)); in copy_ovector()
3456 SLJIT_COMPILE_ASSERT(STR_END == SLJIT_S0, str_end_must_be_saved_reg0); in return_with_partial_match()
13933 OP1(SLJIT_MOV, ARGUMENTS, 0, SLJIT_S0, 0); in jit_compile()
[all …]

Completed in 151 milliseconds