Lines Matching refs:fscratches

1083 	sljit_s32 fscratches, sljit_s32 fsaveds, sljit_s32 local_size)  in sljit_emit_enter()  argument
1097 …CHECK(check_sljit_emit_enter(compiler, options, arg_types, scratches, saveds, fscratches, fsaveds,… in sljit_emit_enter()
1098 set_emit_enter(compiler, options, arg_types, scratches, saveds, fscratches, fsaveds, local_size); in sljit_emit_enter()
1115 if (fsaveds > 0 || fscratches >= SLJIT_FIRST_SAVED_FLOAT_REG) { in sljit_emit_enter()
1121 if (fsaveds + fscratches >= SLJIT_NUMBER_OF_FLOAT_REGISTERS) { in sljit_emit_enter()
1126 if (fscratches >= SLJIT_FIRST_SAVED_FLOAT_REG) in sljit_emit_enter()
1127 …FAIL_IF(push_inst32(compiler, VPUSH | DD4(fscratches) | ((sljit_uw)(fscratches - (SLJIT_FIRST_SAVE… in sljit_emit_enter()
1288 sljit_s32 fscratches, sljit_s32 fsaveds, sljit_s32 local_size) in sljit_set_context() argument
1293 …CHECK(check_sljit_set_context(compiler, options, arg_types, scratches, saveds, fscratches, fsaveds… in sljit_set_context()
1294 set_set_context(compiler, options, arg_types, scratches, saveds, fscratches, fsaveds, local_size); in sljit_set_context()
1298 if ((size & SSIZE_OF(sw)) != 0 && (fsaveds > 0 || fscratches >= SLJIT_FIRST_SAVED_FLOAT_REG)) in sljit_set_context()
1327 sljit_s32 local_size, fscratches, fsaveds, i, tmp; in emit_stack_frame_release() local
1334 fscratches = compiler->fscratches; in emit_stack_frame_release()
1337 if (fsaveds > 0 || fscratches >= SLJIT_FIRST_SAVED_FLOAT_REG) { in emit_stack_frame_release()
1341 if (fsaveds + fscratches >= SLJIT_NUMBER_OF_FLOAT_REGISTERS) { in emit_stack_frame_release()
1344 if (fscratches >= SLJIT_FIRST_SAVED_FLOAT_REG) in emit_stack_frame_release()
1345 …FAIL_IF(push_inst32(compiler, VPOP | DD4(fscratches) | ((sljit_uw)(fscratches - (SLJIT_FIRST_SAVED… in emit_stack_frame_release()