Home
last modified time | relevance | path

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

/PHP-8.2/ext/pcre/pcre2lib/sljit/
H A DsljitNativeX86_32.c277 float_arg_count = 0; in sljit_emit_enter()
283 float_arg_count++; in sljit_emit_enter()
288 float_arg_count++; in sljit_emit_enter()
688 float_arg_count = 0; in c_fast_call_with_args()
793 float_arg_count++; in cdecl_call_with_args()
798 float_arg_count++; in cdecl_call_with_args()
860 float_arg_count = 0; in tail_call_with_args()
871 float_arg_count++; in tail_call_with_args()
875 float_arg_count++; in tail_call_with_args()
1128 float_arg_count--; in tail_call_with_args()
[all …]
H A DsljitNativeX86_64.c374 sljit_s32 float_arg_count = 0; in sljit_emit_enter() local
470 float_arg_count++; in sljit_emit_enter()
471 if (float_arg_count != float_arg_count + word_arg_count) in sljit_emit_enter()
473 float_arg_count, float_arg_count + word_arg_count, 0)); in sljit_emit_enter()
708 sljit_s32 float_arg_count = 0; in call_with_args() local
725 float_arg_count++; in call_with_args()
727 if (arg_count != float_arg_count) in call_with_args()
754 if (arg_count != float_arg_count) in call_with_args()
757 float_arg_count--; in call_with_args()
760 if (arg_count != float_arg_count) in call_with_args()
[all …]
H A DsljitNativeMIPS_32.c447 sljit_s32 float_arg_count = 0; in call_with_args() local
472 if (word_arg_count == 0 && float_arg_count <= 1) in call_with_args()
473 *offsets_ptr = (sljit_u8)(254 + float_arg_count); in call_with_args()
476 float_arg_count++; in call_with_args()
479 if (word_arg_count == 0 && float_arg_count <= 1) in call_with_args()
480 *offsets_ptr = (sljit_u8)(254 + float_arg_count); in call_with_args()
483 float_arg_count++; in call_with_args()
526 prev_ins = MFC1 | TA(6) | FS(float_arg_count) | (1 << 11); in call_with_args()
527 ins = MFC1 | TA(7) | FS(float_arg_count); in call_with_args()
533 float_arg_count--; in call_with_args()
[all …]
H A DsljitNativeMIPS_common.c867 float_arg_count = 0; in sljit_emit_enter()
879 float_arg_count++; in sljit_emit_enter()
883 if (word_arg_count == 0 && float_arg_count <= 2) { in sljit_emit_enter()
884 if (float_arg_count == 1) in sljit_emit_enter()
894 float_arg_count++; in sljit_emit_enter()
896 if (word_arg_count == 0 && float_arg_count <= 2) { in sljit_emit_enter()
897 if (float_arg_count == 1) in sljit_emit_enter()
931 float_arg_count++; in sljit_emit_enter()
932 if (arg_count != float_arg_count) in sljit_emit_enter()
938 float_arg_count++; in sljit_emit_enter()
[all …]
H A DsljitNativeMIPS_64.c570 sljit_s32 float_arg_count = 0; in call_with_args() local
586 float_arg_count++; in call_with_args()
600 if (arg_count != float_arg_count) in call_with_args()
601 ins = MOV_S | FMT_D | FS(float_arg_count) | FD(arg_count); in call_with_args()
605 float_arg_count--; in call_with_args()
608 if (arg_count != float_arg_count) in call_with_args()
609 ins = MOV_S | FMT_S | FS(float_arg_count) | FD(arg_count); in call_with_args()
613 float_arg_count--; in call_with_args()
H A DsljitNativeARM_T2_32.c1089 sljit_u32 float_arg_count; in sljit_emit_enter() local
1141 float_arg_count = 0; in sljit_emit_enter()
1154 float_arg_count++; in sljit_emit_enter()
1163 float_arg_count++; in sljit_emit_enter()
2109 sljit_u32 float_arg_count = 0; in softfloat_call_with_args() local
2129 float_arg_count++; in softfloat_call_with_args()
2134 float_arg_count++; in softfloat_call_with_args()
2171 float_arg_count--; in softfloat_call_with_args()
2184 | (float_arg_count << 12) | ((offset - 4 * sizeof(sljit_sw)) >> 2))); in softfloat_call_with_args()
2187 float_arg_count--; in softfloat_call_with_args()
[all …]
H A DsljitNativeARM_32.c1054 sljit_u32 float_arg_count; in sljit_emit_enter() local
1113 float_arg_count = 0; in sljit_emit_enter()
1126 float_arg_count++; in sljit_emit_enter()
1135 float_arg_count++; in sljit_emit_enter()
2536 sljit_u32 float_arg_count = 0; in softfloat_call_with_args() local
2555 float_arg_count++; in softfloat_call_with_args()
2560 float_arg_count++; in softfloat_call_with_args()
2595 float_arg_count--; in softfloat_call_with_args()
2608 | (float_arg_count << 12) | ((offset - 4 * sizeof(sljit_sw)) >> 2))); in softfloat_call_with_args()
2611 float_arg_count--; in softfloat_call_with_args()
[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 55 milliseconds