Lines Matching refs:temps

116   UseScratchRegisterScope temps(this);  in LogicalMacro()  local
119 Register temp = temps.AcquireX(); in LogicalMacro()
185 Register temp = temps.AcquireSameSizeAs(rn); in LogicalMacro()
209 Register temp = temps.AcquireSameSizeAs(rn); in LogicalMacro()
265 UseScratchRegisterScope temps(this); in Mov() local
266 Register temp = rd.IsSP() ? temps.AcquireSameSizeAs(rd) : rd; in Mov()
305 UseScratchRegisterScope temps(this); in Mov() local
306 Register dst = (rd.IsSP()) ? temps.AcquireSameSizeAs(rd) : rd; in Mov()
378 UseScratchRegisterScope temps(this); in Movi16bitHelper() local
379 Register temp = temps.AcquireW(); in Movi16bitHelper()
455 UseScratchRegisterScope temps(this); in Movi32bitHelper() local
456 Register temp = temps.AcquireW(); in Movi32bitHelper()
487 UseScratchRegisterScope temps(this); in Movi64bitHelper() local
488 Register temp = temps.AcquireX(); in Movi64bitHelper()
522 UseScratchRegisterScope temps(this); in Movi() local
524 Register temp = temps.AcquireX(); in Movi()
584 UseScratchRegisterScope temps(this); in ConditionalCompareMacro() local
585 Register temp = temps.AcquireX(); in ConditionalCompareMacro()
599 UseScratchRegisterScope temps(this); in ConditionalCompareMacro() local
600 Register temp = temps.AcquireSameSizeAs(rn); in ConditionalCompareMacro()
623 UseScratchRegisterScope temps(this); in Csel() local
624 Register temp = temps.AcquireSameSizeAs(rn); in Csel()
633 UseScratchRegisterScope temps(this); in Csel() local
634 Register temp = temps.AcquireSameSizeAs(rn); in Csel()
715 UseScratchRegisterScope temps(this); in AddSubMacro() local
716 Register temp = temps.AcquireX(); in AddSubMacro()
723 UseScratchRegisterScope temps(this); in AddSubMacro() local
724 Register temp = temps.AcquireSameSizeAs(rn); in AddSubMacro()
756 UseScratchRegisterScope temps(this); in AddSubWithCarryMacro() local
759 Register temp = temps.AcquireX(); in AddSubWithCarryMacro()
766 Register temp = temps.AcquireSameSizeAs(rn); in AddSubWithCarryMacro()
777 Register temp = temps.AcquireSameSizeAs(rn); in AddSubWithCarryMacro()
789 Register temp = temps.AcquireSameSizeAs(rn); in AddSubWithCarryMacro()
812 UseScratchRegisterScope temps(this); in LoadStoreMacro() local
813 Register temp = temps.AcquireSameSizeAs(addr.base()); in LoadStoreMacro()
848 UseScratchRegisterScope temps(this); in LoadStorePairMacro() local
849 Register temp = temps.AcquireSameSizeAs(base); in LoadStorePairMacro()
909 UseScratchRegisterScope temps(this); in Adr() local
910 Register scratch = temps.AcquireX(); in Adr()
1197 UseScratchRegisterScope temps(this); in PushMultipleTimes() local
1198 Register temp = temps.AcquireSameSizeAs(count); in PushMultipleTimes()
1488 UseScratchRegisterScope temps(this); in AssertFPCRState() local
1490 fpcr = temps.AcquireX(); in AssertFPCRState()
1540 UseScratchRegisterScope temps(this); in Swap() local
1541 Register temp = temps.AcquireX(); in Swap()
1550 UseScratchRegisterScope temps(this); in Swap() local
1553 temp = temps.AcquireS(); in Swap()
1555 temp = temps.AcquireD(); in Swap()
1558 temp = temps.AcquireQ(); in Swap()
1585 UseScratchRegisterScope temps(this); in AssertConstructor() local
1586 Register temp = temps.AcquireX(); in AssertConstructor()
1600 UseScratchRegisterScope temps(this); in AssertFunction() local
1601 Register temp = temps.AcquireX(); in AssertFunction()
1613 UseScratchRegisterScope temps(this); in AssertBoundFunction() local
1614 Register temp = temps.AcquireX(); in AssertBoundFunction()
1626 UseScratchRegisterScope temps(this); in AssertGeneratorObject() local
1627 Register temp = temps.AcquireX(); in AssertGeneratorObject()
1645 UseScratchRegisterScope temps(this); in AssertUndefinedOrAllocationSite() local
1646 Register scratch = temps.AcquireX(); in AssertUndefinedOrAllocationSite()
1771 UseScratchRegisterScope temps(this); in CallCFunction() local
1772 Register temp = temps.AcquireX(); in CallCFunction()
1846 UseScratchRegisterScope temps(this); in JumpHelper() local
1847 Register temp = temps.AcquireX(); in JumpHelper()
1891 UseScratchRegisterScope temps(this); in Jump() local
1892 Register scratch = temps.AcquireX(); in Jump()
1904 UseScratchRegisterScope temps(this); in Jump() local
1905 Register scratch = temps.AcquireX(); in Jump()
1949 UseScratchRegisterScope temps(this); in Call() local
1950 Register scratch = temps.AcquireX(); in Call()
1962 UseScratchRegisterScope temps(this); in Call() local
1963 Register scratch = temps.AcquireX(); in Call()
1980 UseScratchRegisterScope temps(this); in Call() local
1981 Register temp = temps.AcquireX(); in Call()
1987 UseScratchRegisterScope temps(this); in IndirectCall() local
1988 Register temp = temps.AcquireX(); in IndirectCall()
2007 UseScratchRegisterScope temps(this); in CallForDeoptimization() local
2008 Register temp = temps.AcquireX(); in CallForDeoptimization()
2360 UseScratchRegisterScope temps(this); in EnterFrame() local
2363 Register type_reg = temps.AcquireX(); in EnterFrame()
2376 Register type_reg = temps.AcquireX(); in EnterFrame()
2387 Register type_reg = temps.AcquireX(); in EnterFrame()
2602 UseScratchRegisterScope temps(this); in CompareRoot() local
2603 Register temp = temps.AcquireX(); in CompareRoot()
2859 UseScratchRegisterScope temps(this); in RecordWrite() local
2860 Register temp = temps.AcquireX(); in RecordWrite()
3020 UseScratchRegisterScope temps(this); in PrintfNoPreserve() local
3057 Register new_arg = temps.AcquireSameSizeAs(old_arg); in PrintfNoPreserve()
3062 VRegister new_arg = temps.AcquireSameSizeAs(old_arg); in PrintfNoPreserve()
3164 { UseScratchRegisterScope temps(this); in Printf() local
3175 Register arg_sp = temps.AcquireX(); in Printf()
3185 { UseScratchRegisterScope temps(this); in Printf() local
3186 Register tmp = temps.AcquireX(); in Printf()
3194 { UseScratchRegisterScope temps(this); in Printf() local
3195 Register tmp = temps.AcquireX(); in Printf()