Home
last modified time | relevance | path

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

/PHP-8.0/ext/pcre/pcre2lib/sljit/
H A DsljitLir.c1022 sljit_s32 types, arg_count, curr_type; in check_sljit_emit_enter() local
1041 curr_type = (types & SLJIT_DEF_MASK); in check_sljit_emit_enter()
1042 CHECK_ARGUMENT(curr_type == SLJIT_ARG_TYPE_SW || curr_type == SLJIT_ARG_TYPE_UW); in check_sljit_emit_enter()
1074 sljit_s32 types, arg_count, curr_type; in check_sljit_set_context() local
1092 curr_type = (types & SLJIT_DEF_MASK); in check_sljit_set_context()
1093 CHECK_ARGUMENT(curr_type == SLJIT_ARG_TYPE_SW || curr_type == SLJIT_ARG_TYPE_UW); in check_sljit_set_context()
1621 curr_type = (types & SLJIT_DEF_MASK); in check_sljit_emit_call()
1624 if (curr_type == 0) { in check_sljit_emit_call()
1627 if (curr_type >= SLJIT_ARG_TYPE_F32) in check_sljit_emit_call()
1750 curr_type = (types & SLJIT_DEF_MASK); in check_sljit_emit_icall()
[all …]

Completed in 9 milliseconds