Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativeMIPS_32.c215 sljit_s32 float_arg_count = 0; in call_with_args() local
245 if (word_arg_count == 0 && float_arg_count <= 1) in call_with_args()
246 *offsets_ptr = (sljit_u8)(254 + float_arg_count); in call_with_args()
249 float_arg_count++; in call_with_args()
252 if (word_arg_count == 0 && float_arg_count <= 1) in call_with_args()
253 *offsets_ptr = (sljit_u8)(254 + float_arg_count); in call_with_args()
256 float_arg_count++; in call_with_args()
301 prev_ins = MFHC1 | f64_hi | FS(float_arg_count); in call_with_args()
308 ins = MFC1 | f64_lo | FS(float_arg_count); in call_with_args()
314 float_arg_count--; in call_with_args()
[all …]
H A DsljitNativeMIPS_64.c223 sljit_s32 float_arg_count = 0; in call_with_args() local
239 float_arg_count++; in call_with_args()
253 if (arg_count != float_arg_count) in call_with_args()
254 ins = MOV_fmt(FMT_D) | FS(float_arg_count) | FD(arg_count); in call_with_args()
258 float_arg_count--; in call_with_args()
261 if (arg_count != float_arg_count) in call_with_args()
262 ins = MOV_fmt(FMT_S) | FS(float_arg_count) | FD(arg_count); in call_with_args()
266 float_arg_count--; in call_with_args()
H A DsljitNativeX86_32.c355 float_arg_count = 0; in sljit_emit_enter()
360 float_arg_count++; in sljit_emit_enter()
365 float_arg_count++; in sljit_emit_enter()
730 float_arg_count++; in call_with_args()
735 float_arg_count++; in call_with_args()
799 float_arg_count = 0; in tail_call_with_args()
810 float_arg_count++; in tail_call_with_args()
814 float_arg_count++; in tail_call_with_args()
843 float_arg_count--; in tail_call_with_args()
952 float_arg_count--; in tail_call_with_args()
[all …]
H A DsljitNativeX86_64.c467 sljit_s32 float_arg_count = 0; in sljit_emit_enter() local
566 float_arg_count++; in sljit_emit_enter()
567 if (float_arg_count != float_arg_count + word_arg_count) in sljit_emit_enter()
569 float_arg_count, float_arg_count + word_arg_count, 0)); in sljit_emit_enter()
807 sljit_s32 float_arg_count = 0; in call_with_args() local
824 float_arg_count++; in call_with_args()
826 if (arg_count != float_arg_count) in call_with_args()
853 if (arg_count != float_arg_count) in call_with_args()
856 float_arg_count--; in call_with_args()
859 if (arg_count != float_arg_count) in call_with_args()
[all …]
H A DsljitNativeARM_T2_32.c1378 sljit_u32 float_arg_count; in sljit_emit_enter() local
1433 float_arg_count = 0; in sljit_emit_enter()
1446 float_arg_count++; in sljit_emit_enter()
1455 float_arg_count++; in sljit_emit_enter()
2703 sljit_u32 float_arg_count = 0; in softfloat_call_with_args() local
2723 float_arg_count++; in softfloat_call_with_args()
2728 float_arg_count++; in softfloat_call_with_args()
2765 float_arg_count--; in softfloat_call_with_args()
2778 | (float_arg_count << 12) | ((offset - 4 * sizeof(sljit_sw)) >> 2))); in softfloat_call_with_args()
2781 float_arg_count--; in softfloat_call_with_args()
[all …]
H A DsljitNativeARM_32.c1235 sljit_u32 float_arg_count; in sljit_emit_enter() local
1297 float_arg_count = 0; in sljit_emit_enter()
1310 float_arg_count++; in sljit_emit_enter()
1319 float_arg_count++; in sljit_emit_enter()
3138 sljit_u32 float_arg_count = 0; in softfloat_call_with_args() local
3157 float_arg_count++; in softfloat_call_with_args()
3162 float_arg_count++; in softfloat_call_with_args()
3197 float_arg_count--; in softfloat_call_with_args()
3210 | (float_arg_count << 12) | ((offset - 4 * sizeof(sljit_sw)) >> 2))); in softfloat_call_with_args()
3213 float_arg_count--; in softfloat_call_with_args()
[all …]
H A DsljitNativeMIPS_common.c1033 float_arg_count = 0; in sljit_emit_enter()
1045 float_arg_count++; in sljit_emit_enter()
1049 if (word_arg_count == 0 && float_arg_count <= 2) { in sljit_emit_enter()
1050 if (float_arg_count == 1) in sljit_emit_enter()
1069 float_arg_count++; in sljit_emit_enter()
1071 if (word_arg_count == 0 && float_arg_count <= 2) { in sljit_emit_enter()
1072 if (float_arg_count == 1) in sljit_emit_enter()
1106 float_arg_count++; in sljit_emit_enter()
1107 if (arg_count != float_arg_count) in sljit_emit_enter()
1113 float_arg_count++; in sljit_emit_enter()
[all …]
H A DsljitLir.c846 sljit_s32 word_arg_count, scratch_arg_end, saved_arg_count, float_arg_count, curr_type; in function_check_arguments() local
863 float_arg_count = 0; in function_check_arguments()
865 if (word_arg_count + float_arg_count >= 4) in function_check_arguments()
884 float_arg_count++; in function_check_arguments()
891 return (word_arg_count <= scratches && float_arg_count <= fscratches); in function_check_arguments()
893 …return (saved_arg_count <= saveds && scratch_arg_end <= scratches && float_arg_count <= fscratches… in function_check_arguments()

Completed in 102 milliseconds