Home
last modified time | relevance | path

Searched refs:float_arg_count (Results 1 – 8 of 8) sorted by relevance

/PHP-8.3/ext/pcre/pcre2lib/sljit/
H A DsljitNativeMIPS_32.c70 sljit_s32 float_arg_count = 0; in call_with_args() local
95 if (word_arg_count == 0 && float_arg_count <= 1) in call_with_args()
96 *offsets_ptr = (sljit_u8)(254 + float_arg_count); in call_with_args()
99 float_arg_count++; in call_with_args()
102 if (word_arg_count == 0 && float_arg_count <= 1) in call_with_args()
103 *offsets_ptr = (sljit_u8)(254 + float_arg_count); in call_with_args()
106 float_arg_count++; in call_with_args()
149 prev_ins = MFC1 | TA(6) | FS(float_arg_count) | (1 << 11); in call_with_args()
150 ins = MFC1 | TA(7) | FS(float_arg_count); in call_with_args()
156 float_arg_count--; in call_with_args()
[all …]
H A DsljitNativeMIPS_64.c155 sljit_s32 float_arg_count = 0; in call_with_args() local
171 float_arg_count++; in call_with_args()
185 if (arg_count != float_arg_count) in call_with_args()
186 ins = MOV_S | FMT_D | FS(float_arg_count) | FD(arg_count); in call_with_args()
190 float_arg_count--; in call_with_args()
193 if (arg_count != float_arg_count) in call_with_args()
194 ins = MOV_S | FMT_S | FS(float_arg_count) | FD(arg_count); in call_with_args()
198 float_arg_count--; in call_with_args()
H A DsljitNativeX86_32.c304 float_arg_count = 0; in sljit_emit_enter()
309 float_arg_count++; in sljit_emit_enter()
314 float_arg_count++; in sljit_emit_enter()
685 float_arg_count++; in call_with_args()
690 float_arg_count++; in call_with_args()
754 float_arg_count = 0; in tail_call_with_args()
765 float_arg_count++; in tail_call_with_args()
769 float_arg_count++; in tail_call_with_args()
798 float_arg_count--; in tail_call_with_args()
907 float_arg_count--; in tail_call_with_args()
[all …]
H A DsljitNativeX86_64.c384 sljit_s32 float_arg_count = 0; in sljit_emit_enter() local
483 float_arg_count++; in sljit_emit_enter()
484 if (float_arg_count != float_arg_count + word_arg_count) in sljit_emit_enter()
486 float_arg_count, float_arg_count + word_arg_count, 0)); in sljit_emit_enter()
739 sljit_s32 float_arg_count = 0; in call_with_args() local
756 float_arg_count++; in call_with_args()
758 if (arg_count != float_arg_count) in call_with_args()
785 if (arg_count != float_arg_count) in call_with_args()
788 float_arg_count--; in call_with_args()
791 if (arg_count != float_arg_count) in call_with_args()
[all …]
H A DsljitNativeARM_T2_32.c1146 sljit_u32 float_arg_count; in sljit_emit_enter() local
1201 float_arg_count = 0; in sljit_emit_enter()
1214 float_arg_count++; in sljit_emit_enter()
1223 float_arg_count++; in sljit_emit_enter()
2311 sljit_u32 float_arg_count = 0; in softfloat_call_with_args() local
2331 float_arg_count++; in softfloat_call_with_args()
2336 float_arg_count++; in softfloat_call_with_args()
2373 float_arg_count--; in softfloat_call_with_args()
2386 | (float_arg_count << 12) | ((offset - 4 * sizeof(sljit_sw)) >> 2))); in softfloat_call_with_args()
2389 float_arg_count--; in softfloat_call_with_args()
[all …]
H A DsljitNativeARM_32.c1067 sljit_u32 float_arg_count; in sljit_emit_enter() local
1129 float_arg_count = 0; in sljit_emit_enter()
1142 float_arg_count++; in sljit_emit_enter()
1151 float_arg_count++; in sljit_emit_enter()
2735 sljit_u32 float_arg_count = 0; in softfloat_call_with_args() local
2754 float_arg_count++; in softfloat_call_with_args()
2759 float_arg_count++; in softfloat_call_with_args()
2794 float_arg_count--; in softfloat_call_with_args()
2807 | (float_arg_count << 12) | ((offset - 4 * sizeof(sljit_sw)) >> 2))); in softfloat_call_with_args()
2810 float_arg_count--; in softfloat_call_with_args()
[all …]
H A DsljitNativeMIPS_common.c903 float_arg_count = 0; in sljit_emit_enter()
915 float_arg_count++; in sljit_emit_enter()
919 if (word_arg_count == 0 && float_arg_count <= 2) { in sljit_emit_enter()
920 if (float_arg_count == 1) in sljit_emit_enter()
930 float_arg_count++; in sljit_emit_enter()
932 if (word_arg_count == 0 && float_arg_count <= 2) { in sljit_emit_enter()
933 if (float_arg_count == 1) in sljit_emit_enter()
967 float_arg_count++; in sljit_emit_enter()
968 if (arg_count != float_arg_count) in sljit_emit_enter()
974 float_arg_count++; in sljit_emit_enter()
[all …]
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
770 float_arg_count = 0; in function_check_arguments()
772 if (word_arg_count + float_arg_count >= 4) in function_check_arguments()
791 float_arg_count++; in function_check_arguments()
798 return (word_arg_count <= scratches && float_arg_count <= fscratches); in function_check_arguments()
800 …return (saved_arg_count <= saveds && scratch_arg_end <= scratches && float_arg_count <= fscratches… in function_check_arguments()

Completed in 53 milliseconds