Lines Matching defs:scratch
310 Register scratch = temps.Acquire(); in RecordWrite() local
354 Register scratch = temps.Acquire(); in RecordWrite() local
379 Register scratch = temps.Acquire(); in Addu() local
397 Register scratch = temps.Acquire(); in Subu() local
404 Register scratch = temps.Acquire(); in Subu() local
423 Register scratch = temps.Acquire(); in Mul() local
457 Register scratch = temps.Acquire(); in Mul() local
483 Register scratch = temps.Acquire(); in Mulu() local
521 Register scratch = temps.Acquire(); in Mulh() local
539 Register scratch = temps.Acquire(); in Mult() local
557 Register scratch = temps.Acquire(); in Mulhu() local
575 Register scratch = temps.Acquire(); in Multu() local
588 Register scratch = temps.Acquire(); in Div() local
609 Register scratch = temps.Acquire(); in Div() local
634 Register scratch = temps.Acquire(); in Div() local
657 Register scratch = temps.Acquire(); in Mod() local
680 Register scratch = temps.Acquire(); in Modu() local
698 Register scratch = temps.Acquire(); in Divu() local
716 Register scratch = temps.Acquire(); in Divu() local
737 Register scratch = temps.Acquire(); in And() local
754 Register scratch = temps.Acquire(); in Or() local
771 Register scratch = temps.Acquire(); in Xor() local
785 Register scratch = temps.Acquire(); in Nor() local
806 Register scratch = rd == at ? t8 : temps.Acquire(); in Slt() local
830 Register scratch = rd == at ? t8 : temps.Acquire(); in Sltu() local
845 Register scratch = temps.hasAvailable() ? temps.Acquire() : t8; in Sle() local
860 Register scratch = temps.hasAvailable() ? temps.Acquire() : t8; in Sleu() local
885 Register scratch = temps.hasAvailable() ? temps.Acquire() : t8; in Sgt() local
899 Register scratch = temps.hasAvailable() ? temps.Acquire() : t8; in Sgtu() local
917 Register scratch = temps.hasAvailable() ? temps.Acquire() : t8; in Ror() local
927 Register scratch = temps.Acquire(); in Ror() local
946 Register scratch) { in Lsa()
1066 Register scratch = temps.Acquire(); in Ulw() local
1104 Register scratch = temps.Acquire(); in Ulh() local
1139 Register scratch = temps.Acquire(); in Ulhu() local
1162 void TurboAssembler::Ush(Register rd, const MemOperand& rs, Register scratch) { in Ush()
1193 Register scratch) { in Ulwc1()
1205 Register scratch) { in Uswc1()
1217 Register scratch) { in Uldc1()
1232 Register scratch) { in Usdc1()
1264 Register scratch = temps.Acquire(); in Ldc1() local
1308 Register scratch = temps.Acquire(); in Ll() local
1323 Register scratch = temps.Acquire(); in Sc() local
1506 uint32_t shift, Register scratch) { in ShlPair()
1560 uint32_t shift, Register scratch) { in ShrPair()
1610 uint32_t shift, Register scratch) { in SarPair()
1669 Register scratch = temps.Acquire(); in Ins() local
1704 Register scratch = temps.Acquire(); in InsertBits() local
1785 FPURegister scratch) { in Cvt_d_uw()
1824 FPURegister scratch) { in Trunc_uw_d()
1831 FPURegister scratch) { in Trunc_uw_s()
1882 FPURegister scratch) { in Trunc_uw_d()
1918 FPURegister scratch) { in Trunc_uw_s()
1956 Register scratch = t8; in RoundDouble() local
2015 Register scratch = t8; in RoundFloat() local
2092 FPURegister ft, FPURegister scratch) { in Madd_s()
2103 FPURegister ft, FPURegister scratch) { in Madd_d()
2114 FPURegister ft, FPURegister scratch) { in Msub_s()
2125 FPURegister ft, FPURegister scratch) { in Msub_d()
2283 Register scratch = temps.Acquire(); in FmoveLow() local
2293 Register scratch = temps.Acquire(); in Move() local
2311 Register scratch = temps.Acquire(); in Move() local
2321 Register scratch = temps.Acquire(); in Move() local
2489 Register scratch = t8; in Movt() local
2515 Register scratch = t8; in Movf() local
2538 Register scratch = t9; in Clz() local
2572 Register scratch = temps.Acquire(); in Ctz() local
2614 Register scratch = temps.Acquire(); in Popcnt() local
2637 Register scratch, in EmitFPUTruncate()
2704 Register scratch = temps.Acquire(); in TryInlineTruncateDoubleToI() local
2819 Register scratch = temps.Acquire(); in Branch() local
2870 Register scratch) { in GetRtAsRegisterHelper()
2890 Register& scratch, const Operand& rt) { in CalculateOffset()
2902 Register scratch = temps.hasAvailable() ? temps.Acquire() : t8; in BranchShortHelperR6() local
3116 Register scratch = temps.hasAvailable() ? temps.Acquire() : t8; in BranchShortHelper() local
3369 Register scratch = temps.hasAvailable() ? temps.Acquire() : t8; in BranchAndLinkShortHelperR6() local
3514 Register scratch = t8; in BranchAndLinkShortHelper() local
3999 Register scratch) { in Swap()
4015 Register scratch = temps.Acquire(); in Push() local
4022 Register scratch = temps.Acquire(); in Push() local
4061 Register scratch = temps.Acquire(); in PopStackHandler() local
4423 Register scratch = temps.Acquire(); in CallStubDelayed() local
4444 Register scratch = t8; in AddOverflow() local
4474 Register scratch = t8; in SubOverflow() local
4504 Register scratch = t8; in MulOverflow() local
4692 Register scratch = temps.Acquire(); in StubPrologue() local
4762 Register scratch = temps.Acquire(); in EnterExitFrame() local
4815 Register scratch = temps.Acquire(); in EnterExitFrame() local
4896 Register scratch = temps.Acquire(); in AssertStackIsAligned() local
4910 Register scratch = temps.Acquire(); in UntagAndJumpIfSmi() local
4916 Register scratch, BranchDelaySlot bd) { in JumpIfSmi()
4924 Register scratch, in JumpIfNotSmi()
4939 Register scratch = temps.Acquire(); in JumpIfEitherSmi() local
4948 Register scratch = temps.Acquire(); in AssertNotSmi() local
4959 Register scratch = temps.Acquire(); in AssertSmi() local
5031 Register scratch) { in AssertUndefinedOrAllocationSite()
5260 Register scratch) { in PrepareCallCFunction()
5284 Register scratch) { in PrepareCallCFunction()
5333 Register scratch = temps.Acquire(); in CallCFunctionHelper() local
5376 void TurboAssembler::CheckPageFlag(Register object, Register scratch, int mask, in CheckPageFlag()