Lines Matching refs:temps
309 UseScratchRegisterScope temps(this); in RecordWrite() local
310 Register scratch = temps.Acquire(); in RecordWrite()
353 UseScratchRegisterScope temps(this); in RecordWrite() local
354 Register scratch = temps.Acquire(); in RecordWrite()
378 UseScratchRegisterScope temps(this); in Addu() local
379 Register scratch = temps.Acquire(); in Addu()
396 UseScratchRegisterScope temps(this); in Subu() local
397 Register scratch = temps.Acquire(); in Subu()
403 UseScratchRegisterScope temps(this); in Subu() local
404 Register scratch = temps.Acquire(); in Subu()
422 UseScratchRegisterScope temps(this); in Mul() local
423 Register scratch = temps.Acquire(); in Mul()
456 UseScratchRegisterScope temps(this); in Mul() local
457 Register scratch = temps.Acquire(); in Mul()
482 UseScratchRegisterScope temps(this); in Mulu() local
483 Register scratch = temps.Acquire(); in Mulu()
520 UseScratchRegisterScope temps(this); in Mulh() local
521 Register scratch = temps.Acquire(); in Mulh()
538 UseScratchRegisterScope temps(this); in Mult() local
539 Register scratch = temps.Acquire(); in Mult()
556 UseScratchRegisterScope temps(this); in Mulhu() local
557 Register scratch = temps.Acquire(); in Mulhu()
574 UseScratchRegisterScope temps(this); in Multu() local
575 Register scratch = temps.Acquire(); in Multu()
587 UseScratchRegisterScope temps(this); in Div() local
588 Register scratch = temps.Acquire(); in Div()
608 UseScratchRegisterScope temps(this); in Div() local
609 Register scratch = temps.Acquire(); in Div()
633 UseScratchRegisterScope temps(this); in Div() local
634 Register scratch = temps.Acquire(); in Div()
656 UseScratchRegisterScope temps(this); in Mod() local
657 Register scratch = temps.Acquire(); in Mod()
679 UseScratchRegisterScope temps(this); in Modu() local
680 Register scratch = temps.Acquire(); in Modu()
697 UseScratchRegisterScope temps(this); in Divu() local
698 Register scratch = temps.Acquire(); in Divu()
715 UseScratchRegisterScope temps(this); in Divu() local
716 Register scratch = temps.Acquire(); in Divu()
736 UseScratchRegisterScope temps(this); in And() local
737 Register scratch = temps.Acquire(); in And()
753 UseScratchRegisterScope temps(this); in Or() local
754 Register scratch = temps.Acquire(); in Or()
770 UseScratchRegisterScope temps(this); in Xor() local
771 Register scratch = temps.Acquire(); in Xor()
784 UseScratchRegisterScope temps(this); in Nor() local
785 Register scratch = temps.Acquire(); in Nor()
805 UseScratchRegisterScope temps(this); in Slt() local
806 Register scratch = rd == at ? t8 : temps.Acquire(); in Slt()
829 UseScratchRegisterScope temps(this); in Sltu() local
830 Register scratch = rd == at ? t8 : temps.Acquire(); in Sltu()
844 UseScratchRegisterScope temps(this); in Sle() local
845 Register scratch = temps.hasAvailable() ? temps.Acquire() : t8; in Sle()
859 UseScratchRegisterScope temps(this); in Sleu() local
860 Register scratch = temps.hasAvailable() ? temps.Acquire() : t8; in Sleu()
884 UseScratchRegisterScope temps(this); in Sgt() local
885 Register scratch = temps.hasAvailable() ? temps.Acquire() : t8; in Sgt()
898 UseScratchRegisterScope temps(this); in Sgtu() local
899 Register scratch = temps.hasAvailable() ? temps.Acquire() : t8; in Sgtu()
916 UseScratchRegisterScope temps(this); in Ror() local
917 Register scratch = temps.hasAvailable() ? temps.Acquire() : t8; in Ror()
926 UseScratchRegisterScope temps(this); in Ror() local
927 Register scratch = temps.Acquire(); in Ror()
1065 UseScratchRegisterScope temps(this); in Ulw() local
1066 Register scratch = temps.Acquire(); in Ulw()
1103 UseScratchRegisterScope temps(this); in Ulh() local
1104 Register scratch = temps.Acquire(); in Ulh()
1138 UseScratchRegisterScope temps(this); in Ulhu() local
1139 Register scratch = temps.Acquire(); in Ulhu()
1263 UseScratchRegisterScope temps(this); in Ldc1() local
1264 Register scratch = temps.Acquire(); in Ldc1()
1307 UseScratchRegisterScope temps(this); in Ll() local
1308 Register scratch = temps.Acquire(); in Ll()
1322 UseScratchRegisterScope temps(this); in Sc() local
1323 Register scratch = temps.Acquire(); in Sc()
1668 UseScratchRegisterScope temps(this); in Ins() local
1669 Register scratch = temps.Acquire(); in Ins()
1703 UseScratchRegisterScope temps(this); in InsertBits() local
1704 Register scratch = temps.Acquire(); in InsertBits()
1801 UseScratchRegisterScope temps(this); in Cvt_d_uw() local
1802 Register scratch1 = temps.Acquire(); in Cvt_d_uw()
1888 UseScratchRegisterScope temps(this); in Trunc_uw_d() local
1889 Register scratch1 = temps.Acquire(); in Trunc_uw_d()
1924 UseScratchRegisterScope temps(this); in Trunc_uw_s() local
1925 Register scratch1 = temps.Acquire(); in Trunc_uw_s()
2282 UseScratchRegisterScope temps(this); in FmoveLow() local
2283 Register scratch = temps.Acquire(); in FmoveLow()
2292 UseScratchRegisterScope temps(this); in Move() local
2293 Register scratch = temps.Acquire(); in Move()
2310 UseScratchRegisterScope temps(this); in Move() local
2311 Register scratch = temps.Acquire(); in Move()
2320 UseScratchRegisterScope temps(this); in Move() local
2321 Register scratch = temps.Acquire(); in Move()
2541 UseScratchRegisterScope temps(this); in Clz() local
2542 Register scratch1 = temps.Acquire(); in Clz()
2571 UseScratchRegisterScope temps(this); in Ctz() local
2572 Register scratch = temps.Acquire(); in Ctz()
2613 UseScratchRegisterScope temps(this); in Popcnt() local
2614 Register scratch = temps.Acquire(); in Popcnt()
2703 UseScratchRegisterScope temps(this); in TryInlineTruncateDoubleToI() local
2704 Register scratch = temps.Acquire(); in TryInlineTruncateDoubleToI()
2818 UseScratchRegisterScope temps(this); in Branch() local
2819 Register scratch = temps.Acquire(); in Branch()
2901 UseScratchRegisterScope temps(this); in BranchShortHelperR6() local
2902 Register scratch = temps.hasAvailable() ? temps.Acquire() : t8; in BranchShortHelperR6()
3115 UseScratchRegisterScope temps(this); in BranchShortHelper() local
3116 Register scratch = temps.hasAvailable() ? temps.Acquire() : t8; in BranchShortHelper()
3368 UseScratchRegisterScope temps(this); in BranchAndLinkShortHelperR6() local
3369 Register scratch = temps.hasAvailable() ? temps.Acquire() : t8; in BranchAndLinkShortHelperR6()
4014 UseScratchRegisterScope temps(this); in Push() local
4015 Register scratch = temps.Acquire(); in Push()
4021 UseScratchRegisterScope temps(this); in Push() local
4022 Register scratch = temps.Acquire(); in Push()
4060 UseScratchRegisterScope temps(this); in PopStackHandler() local
4061 Register scratch = temps.Acquire(); in PopStackHandler()
4422 UseScratchRegisterScope temps(this); in CallStubDelayed() local
4423 Register scratch = temps.Acquire(); in CallStubDelayed()
4691 UseScratchRegisterScope temps(this); in StubPrologue() local
4692 Register scratch = temps.Acquire(); in StubPrologue()
4761 UseScratchRegisterScope temps(this); in EnterExitFrame() local
4762 Register scratch = temps.Acquire(); in EnterExitFrame()
4814 UseScratchRegisterScope temps(this); in EnterExitFrame() local
4815 Register scratch = temps.Acquire(); in EnterExitFrame()
4895 UseScratchRegisterScope temps(this); in AssertStackIsAligned() local
4896 Register scratch = temps.Acquire(); in AssertStackIsAligned()
4909 UseScratchRegisterScope temps(this); in UntagAndJumpIfSmi() local
4910 Register scratch = temps.Acquire(); in UntagAndJumpIfSmi()
4938 UseScratchRegisterScope temps(this); in JumpIfEitherSmi() local
4939 Register scratch = temps.Acquire(); in JumpIfEitherSmi()
4947 UseScratchRegisterScope temps(this); in AssertNotSmi() local
4948 Register scratch = temps.Acquire(); in AssertNotSmi()
4958 UseScratchRegisterScope temps(this); in AssertSmi() local
4959 Register scratch = temps.Acquire(); in AssertSmi()
5332 UseScratchRegisterScope temps(this); in CallCFunctionHelper() local
5333 Register scratch = temps.Acquire(); in CallCFunctionHelper()