Lines Matching refs:fsaveds

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()
1124 if (fsaveds > 0) in sljit_emit_enter()
1125 FAIL_IF(push_inst32(compiler, VPUSH | DD4(SLJIT_FS0) | ((sljit_uw)fsaveds << 1))); 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
1335 fsaveds = compiler->fsaveds; 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()
1346 if (fsaveds > 0) in emit_stack_frame_release()
1347 FAIL_IF(push_inst32(compiler, VPOP | DD4(SLJIT_FS0) | ((sljit_uw)fsaveds << 1))); in emit_stack_frame_release()