Searched refs:SLJIT_ENTER_CDECL (Results 1 – 3 of 3) sorted by relevance
309 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()620 if (compiler->args_size > 0 && !(compiler->options & SLJIT_ENTER_CDECL)) { in sljit_emit_return_void()[all …]
1083 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()
688 #define SLJIT_ENTER_CDECL 0x00000001 macro