Lines Matching refs:arg_types

512 	sljit_s32 options, sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saveds,  in sljit_emit_enter()  argument
520 …CHECK(check_sljit_emit_enter(compiler, options, arg_types, scratches, saveds, fscratches, fsaveds,… in sljit_emit_enter()
521 set_emit_enter(compiler, options, arg_types, scratches, saveds, fscratches, fsaveds, local_size); in sljit_emit_enter()
534 arg_types >>= SLJIT_ARG_SHIFT; in sljit_emit_enter()
536 types = arg_types; in sljit_emit_enter()
571 while (arg_types) { in sljit_emit_enter()
572 switch (arg_types & SLJIT_ARG_MASK) { in sljit_emit_enter()
599 if (!(arg_types & SLJIT_ARG_TYPE_SCRATCH_REG)) { in sljit_emit_enter()
614 arg_types >>= SLJIT_ARG_SHIFT; in sljit_emit_enter()
621 sljit_s32 options, sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saveds, in sljit_set_context() argument
625 …CHECK(check_sljit_set_context(compiler, options, arg_types, scratches, saveds, fscratches, fsaveds… in sljit_set_context()
626 set_set_context(compiler, options, arg_types, scratches, saveds, fscratches, fsaveds, local_size); in sljit_set_context()
1499 sljit_s32 arg_types) in sljit_emit_call() argument
1502 CHECK_PTR(check_sljit_emit_call(compiler, type, arg_types)); in sljit_emit_call()
1504 PTR_FAIL_IF(call_with_args(compiler, arg_types, NULL)); in sljit_emit_call()
1551 sljit_s32 arg_types, in sljit_emit_icall() argument
1555 CHECK(check_sljit_emit_icall(compiler, type, arg_types, src, srcw)); in sljit_emit_icall()
1563 FAIL_IF(call_with_args(compiler, arg_types, &src)); in sljit_emit_icall()