Home
last modified time | relevance | path

Searched refs:saved_arg_count (Results 1 – 10 of 10) sorted by relevance

/PHP-8.3/ext/pcre/pcre2lib/sljit/
H A DsljitNativeX86_32.c266 sljit_s32 word_arg_count, saved_arg_count, float_arg_count; in sljit_emit_enter() local
303 saved_arg_count = 0; in sljit_emit_enter()
322 saved_arg_count++; in sljit_emit_enter()
328 } else if (saved_arg_count == 4) { in sljit_emit_enter()
376 saved_arg_count = 0; in sljit_emit_enter()
399 EMIT_MOV(compiler, SLJIT_S0 - saved_arg_count, 0, SLJIT_MEM1(SLJIT_SP), args_size); in sljit_emit_enter()
400 saved_arg_count++; in sljit_emit_enter()
470 while (saved_arg_count > 3) { in sljit_emit_enter()
474 saved_arg_count--; in sljit_emit_enter()
H A DsljitNativeX86_64.c379 sljit_s32 saved_arg_count = SLJIT_KEPT_SAVEDS_COUNT(options); in sljit_emit_enter() local
401 saved_regs_size = GET_SAVED_REGISTERS_SIZE(scratches, saveds - saved_arg_count, 1); 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()
477 saved_arg_count++; in sljit_emit_enter()
H A DsljitNativeS390X.c1678 sljit_s32 saved_arg_count = SLJIT_KEPT_SAVEDS_COUNT(options); in sljit_emit_enter() local
1690 if (saved_arg_count == 0) { in sljit_emit_enter()
1694 FAIL_IF(push_inst(compiler, stmg(r6, r13 - (sljit_gpr)saved_arg_count, offset, r15))); in sljit_emit_enter()
1695 offset += (8 - saved_arg_count) * SSIZE_OF(sw); in sljit_emit_enter()
1706 if (saved_arg_count == 0) { in sljit_emit_enter()
1714 } else if (saveds > saved_arg_count) { in sljit_emit_enter()
1715 if (saveds == saved_arg_count + 1) { in sljit_emit_enter()
1720 offset += (saveds - saved_arg_count) * SSIZE_OF(sw); in sljit_emit_enter()
1725 if (saved_arg_count > 0) { in sljit_emit_enter()
1750 saved_arg_count = 0; in sljit_emit_enter()
[all …]
H A DsljitNativePPC_common.c756 sljit_s32 saved_arg_count = SLJIT_KEPT_SAVEDS_COUNT(options); in sljit_emit_enter() local
765 local_size += GET_SAVED_REGISTERS_SIZE(scratches, saveds - saved_arg_count, 0) in sljit_emit_enter()
815 for (i = SLJIT_S0 - saved_arg_count; i > tmp; i--) { in sljit_emit_enter()
833 saved_arg_count = 0; in sljit_emit_enter()
840 tmp = SLJIT_S0 - saved_arg_count; in sljit_emit_enter()
841 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()
852 saved_arg_count++; in sljit_emit_enter()
H A DsljitNativeARM_T2_32.c1142 sljit_s32 saved_arg_count = SLJIT_KEPT_SAVEDS_COUNT(options); in sljit_emit_enter() local
1158 for (i = SLJIT_S0 - saved_arg_count; i > tmp; i--) in sljit_emit_enter()
1170 size = GET_SAVED_REGISTERS_SIZE(scratches, saveds - saved_arg_count, 1); in sljit_emit_enter()
1196 saved_arg_count = 0; in sljit_emit_enter()
1229 tmp = SLJIT_S0 - saved_arg_count; in sljit_emit_enter()
1230 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()
1280 saved_arg_count++; in sljit_emit_enter()
H A DsljitNativeARM_64.c975 sljit_s32 saved_arg_count = SLJIT_KEPT_SAVEDS_COUNT(options); in sljit_emit_enter() local
982 saved_regs_size = GET_SAVED_REGISTERS_SIZE(scratches, saveds - saved_arg_count, 2); in sljit_emit_enter()
1005 for (i = SLJIT_S0 - saved_arg_count; i > tmp; i--) { in sljit_emit_enter()
1062 saved_arg_count = 0; 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()
1069 saved_arg_count++; in sljit_emit_enter()
H A DsljitNativeARM_32.c1065 sljit_s32 saved_arg_count = SLJIT_KEPT_SAVEDS_COUNT(options); in sljit_emit_enter() local
1081 for (i = SLJIT_S0 - saved_arg_count; i > tmp; i--) in sljit_emit_enter()
1098 size = GET_SAVED_REGISTERS_SIZE(scratches, saveds - saved_arg_count, 1); in sljit_emit_enter()
1124 saved_arg_count = 0; in sljit_emit_enter()
1157 tmp = SLJIT_S0 - saved_arg_count; in sljit_emit_enter()
1158 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()
1204 saved_arg_count++; in sljit_emit_enter()
H A DsljitNativeRISCV_common.c602 sljit_s32 saved_arg_count = SLJIT_KEPT_SAVEDS_COUNT(options); in sljit_emit_enter() local
608 local_size += GET_SAVED_REGISTERS_SIZE(scratches, saveds - saved_arg_count, 1); in sljit_emit_enter()
638 for (i = SLJIT_S0 - saved_arg_count; i > tmp; i--) { in sljit_emit_enter()
674 saved_arg_count = 0; 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()
681 saved_arg_count++; in sljit_emit_enter()
H A DsljitNativeMIPS_common.c807 sljit_s32 saved_arg_count = SLJIT_KEPT_SAVEDS_COUNT(options); in sljit_emit_enter() local
813 local_size += GET_SAVED_REGISTERS_SIZE(scratches, saveds - saved_arg_count, 1); 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()
945 saved_arg_count++; in sljit_emit_enter()
984 tmp = SLJIT_S0 - saved_arg_count; in sljit_emit_enter()
985 saved_arg_count++; in sljit_emit_enter()
H A DsljitLir.c753 sljit_s32 word_arg_count, scratch_arg_end, saved_arg_count, float_arg_count, curr_type; in function_check_arguments() local
769 saved_arg_count = 0; in function_check_arguments()
789 saved_arg_count++; in function_check_arguments()
800 …return (saved_arg_count <= saveds && scratch_arg_end <= scratches && float_arg_count <= fscratches… in function_check_arguments()

Completed in 86 milliseconds