Home
last modified time | relevance | path

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

/PHP-8.2/ext/pcre/pcre2lib/sljit/
H A DsljitNativeX86_32.c309 if (word_arg_count <= 2 && !(options & SLJIT_ENTER_CDECL)) in sljit_emit_enter()
326 if ((options & SLJIT_ENTER_CDECL) && scratches >= 3) in sljit_emit_enter()
364 if (!(options & SLJIT_ENTER_CDECL)) in sljit_emit_enter()
372 if (!(options & SLJIT_ENTER_CDECL)) in sljit_emit_enter()
391 if (!(options & SLJIT_ENTER_CDECL) && word_arg_count <= 2) { in sljit_emit_enter()
432 if (!(options & SLJIT_ENTER_CDECL)) { in sljit_emit_enter()
543 if ((options & SLJIT_ENTER_CDECL) && scratches >= 3) in sljit_set_context()
563 if (!(options & SLJIT_ENTER_CDECL)) in sljit_set_context()
611 if (compiler->args_size > 0 && !(compiler->options & SLJIT_ENTER_CDECL)) in sljit_emit_return_void()
915 if (!(compiler->options & SLJIT_ENTER_CDECL)) { in tail_call_with_args()
[all …]
H A DsljitLir.c1083 CHECK_ARGUMENT(!(options & ~SLJIT_ENTER_CDECL)); in check_sljit_emit_enter()
1113 (options & SLJIT_ENTER_CDECL) ? " enter:cdecl," : "", in check_sljit_emit_enter()
1127 CHECK_ARGUMENT(!(options & ~SLJIT_ENTER_CDECL)); in check_sljit_set_context()
1157 (options & SLJIT_ENTER_CDECL) ? " enter:cdecl," : "", in check_sljit_set_context()
H A DsljitLir.h688 #define SLJIT_ENTER_CDECL 0x00000001 macro

Completed in 52 milliseconds