Lines Matching refs:saveds
1048 sljit_s32 options, sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saveds, in sljit_emit_enter() argument
1062 …CHECK(check_sljit_emit_enter(compiler, options, arg_types, scratches, saveds, fscratches, fsaveds,… in sljit_emit_enter()
1063 set_emit_enter(compiler, options, arg_types, scratches, saveds, fscratches, fsaveds, local_size); in sljit_emit_enter()
1067 tmp = SLJIT_S0 - saveds; in sljit_emit_enter()
1085 size = GET_SAVED_REGISTERS_SIZE(scratches, saveds, 1); in sljit_emit_enter()
1211 sljit_s32 options, sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saveds, in sljit_set_context() argument
1217 …CHECK(check_sljit_set_context(compiler, options, arg_types, scratches, saveds, fscratches, fsaveds… in sljit_set_context()
1218 set_set_context(compiler, options, arg_types, scratches, saveds, fscratches, fsaveds, local_size); in sljit_set_context()
1220 size = GET_SAVED_REGISTERS_SIZE(scratches, saveds, 1); in sljit_set_context()
1266 local_size = GET_SAVED_REGISTERS_SIZE(compiler->scratches, compiler->saveds, 1) & 0x7; in emit_stack_frame_release()
1279 tmp = SLJIT_S0 - compiler->saveds; in emit_stack_frame_release()
1301 if (compiler->saveds > 0) { in emit_stack_frame_release()