Lines Matching refs:arg_types

719 	sljit_s32 options, sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saveds,  in sljit_emit_enter()  argument
730 …CHECK(check_sljit_emit_enter(compiler, options, arg_types, scratches, saveds, fscratches, fsaveds,… in sljit_emit_enter()
731 set_emit_enter(compiler, options, arg_types, scratches, saveds, fscratches, fsaveds, local_size); in sljit_emit_enter()
790 arg_types >>= SLJIT_ARG_SHIFT; in sljit_emit_enter()
792 while (arg_types > 0) { in sljit_emit_enter()
793 if ((arg_types & SLJIT_ARG_MASK) < SLJIT_ARG_TYPE_F64) { in sljit_emit_enter()
796 if (!(arg_types & SLJIT_ARG_TYPE_SCRATCH_REG)) { in sljit_emit_enter()
807 if (!(arg_types & SLJIT_ARG_TYPE_SCRATCH_REG)) { in sljit_emit_enter()
818 arg_types >>= SLJIT_ARG_SHIFT; in sljit_emit_enter()
825 sljit_s32 options, sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saveds, in sljit_set_context() argument
829 …CHECK(check_sljit_set_context(compiler, options, arg_types, scratches, saveds, fscratches, fsaveds… in sljit_set_context()
830 set_set_context(compiler, options, arg_types, scratches, saveds, fscratches, fsaveds, local_size); in sljit_set_context()
2151 sljit_s32 arg_types) in sljit_emit_call() argument
2154 CHECK_PTR(check_sljit_emit_call(compiler, type, arg_types)); in sljit_emit_call()
2157 PTR_FAIL_IF(call_with_args(compiler, arg_types, NULL)); in sljit_emit_call()
2220 sljit_s32 arg_types, in sljit_emit_icall() argument
2224 CHECK(check_sljit_emit_icall(compiler, type, arg_types, src, srcw)); in sljit_emit_icall()
2243 FAIL_IF(call_with_args(compiler, arg_types, &src)); in sljit_emit_icall()