Home
last modified time | relevance | path

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

/PHP-8.2/ext/pcre/pcre2lib/sljit/
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
755 curr_type = (arg_types & SLJIT_ARG_FULL_MASK); in function_check_arguments()
757 if (curr_type >= SLJIT_ARG_TYPE_F64) { in function_check_arguments()
758 if (curr_type > SLJIT_ARG_TYPE_F32 || fscratches == 0) in function_check_arguments()
760 } else if (curr_type >= SLJIT_ARG_TYPE_W) { in function_check_arguments()
775 curr_type = (arg_types & SLJIT_ARG_MASK); in function_check_arguments()
778 if (saveds == -1 || curr_type < SLJIT_ARG_TYPE_W || curr_type > SLJIT_ARG_TYPE_P) in function_check_arguments()
784 if (curr_type < SLJIT_ARG_TYPE_W || curr_type > SLJIT_ARG_TYPE_F32) in function_check_arguments()
787 if (curr_type < SLJIT_ARG_TYPE_F64) { in function_check_arguments()

Completed in 10 milliseconds