Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitLir.c1042 CHECK_ARGUMENT(curr_type == SLJIT_ARG_TYPE_SW || curr_type == SLJIT_ARG_TYPE_UW); in check_sljit_emit_enter()
1093 CHECK_ARGUMENT(curr_type == SLJIT_ARG_TYPE_SW || curr_type == SLJIT_ARG_TYPE_UW); in check_sljit_set_context()
1634 } else if (curr_type >= SLJIT_ARG_TYPE_SW) { in check_sljit_emit_call()
1763 } else if (curr_type >= SLJIT_ARG_TYPE_SW) { in check_sljit_emit_icall()
H A DsljitLir.h264 #define SLJIT_ARG_TYPE_SW 1 macro

Completed in 20 milliseconds