Lines Matching refs:temps
463 UseScratchRegisterScope temps; in MoveImmediateHelper() local
466 temps.Open(masm); in MoveImmediateHelper()
467 temp = rd.IsSP() ? temps.AcquireSameSizeAs(rd) : rd; in MoveImmediateHelper()
809 UseScratchRegisterScope temps(this); in LogicalMacro() local
876 Register temp = temps.AcquireSameSizeAs(rn); in LogicalMacro()
901 temps.Exclude(operand.GetRegister()); in LogicalMacro()
902 Register temp = temps.AcquireSameSizeAs(rn); in LogicalMacro()
962 UseScratchRegisterScope temps(this); in Movi16bitHelper() local
963 Register temp = temps.AcquireW(); in Movi16bitHelper()
1040 UseScratchRegisterScope temps(this); in Movi32bitHelper() local
1041 Register temp = temps.AcquireW(); in Movi32bitHelper()
1073 UseScratchRegisterScope temps(this); in Movi64bitHelper() local
1074 Register temp = temps.AcquireX(); in Movi64bitHelper()
1113 UseScratchRegisterScope temps(this); in Movi() local
1115 Register temp = temps.AcquireX(); in Movi()
1130 UseScratchRegisterScope temps(this); in Mvn() local
1131 temps.Exclude(operand.GetRegister()); in Mvn()
1135 Register temp = temps.AcquireSameSizeAs(rd); in Mvn()
1199 UseScratchRegisterScope temps(this); in ConditionalCompareMacro() local
1202 Register temp = temps.AcquireSameSizeAs(rn); in ConditionalCompareMacro()
1233 UseScratchRegisterScope temps; in CselHelper() local
1235 temps.Open(masm); in CselHelper()
1267 &temps, in CselHelper()
1281 Register temp = temps.AcquireSameSizeAs(rd); in CselHelper()
1289 Register temp = temps.AcquireSameSizeAs(rd); in CselHelper()
1368 UseScratchRegisterScope* temps, in CselSubHelperRightSmallImmediate() argument
1384 left_register = temps->AcquireSameSizeAs(rd); in CselSubHelperRightSmallImmediate()
1467 UseScratchRegisterScope temps(this); in Fcmp() local
1468 FPRegister tmp = temps.AcquireSameSizeAs(fn); in Fcmp()
1580 UseScratchRegisterScope temps(this); in Fmov() local
1581 Register temp = temps.AcquireW(); in Fmov()
1687 UseScratchRegisterScope temps(this); in Move() local
1688 CPURegister temp = temps.AcquireCPURegisterOfSize(operand_size); in Move()
1744 UseScratchRegisterScope temps(this); in AddSubMacro() local
1745 Register temp = temps.AcquireSameSizeAs(rn); in AddSubMacro()
1829 UseScratchRegisterScope temps(this); in AddSubWithCarryMacro() local
1834 Register temp = temps.AcquireSameSizeAs(rn); in AddSubWithCarryMacro()
1844 temps.Exclude(operand.GetRegister()); in AddSubWithCarryMacro()
1845 Register temp = temps.AcquireSameSizeAs(rn); in AddSubWithCarryMacro()
1860 temps.Exclude(operand.GetRegister()); in AddSubWithCarryMacro()
1861 Register temp = temps.AcquireSameSizeAs(rn); in AddSubWithCarryMacro()
1902 UseScratchRegisterScope temps(this); in LS_MACRO_LIST() local
1903 Register temp = temps.AcquireSameSizeAs(addr.GetBaseRegister()); in LS_MACRO_LIST()
1954 UseScratchRegisterScope temps(this); in LSPAIR_MACRO_LIST() local
1955 Register temp = temps.AcquireSameSizeAs(base); in LSPAIR_MACRO_LIST()
1986 UseScratchRegisterScope temps(this); in Prfm() local
1987 Register temp = temps.AcquireSameSizeAs(addr.GetBaseRegister()); in Prfm()
2365 UseScratchRegisterScope temps(this); in LoadStoreCPURegListHelper() local
2367 MemOperand loc = BaseMemOperandForLoadStoreCPURegList(registers, mem, &temps); in LoadStoreCPURegListHelper()
2475 UseScratchRegisterScope temps(this); in PrintfNoPreserve() local
2476 temps.Include(kCallerSaved); in PrintfNoPreserve()
2477 temps.Include(kCallerSavedV); in PrintfNoPreserve()
2478 temps.Exclude(kPCSVarargs); in PrintfNoPreserve()
2479 temps.Exclude(kPCSVarargsFP); in PrintfNoPreserve()
2480 temps.Exclude(arg0, arg1, arg2, arg3); in PrintfNoPreserve()
2515 Register new_arg = temps.AcquireSameSizeAs(old_arg); in PrintfNoPreserve()
2520 FPRegister new_arg = temps.AcquireSameSizeAs(old_arg); in PrintfNoPreserve()
2549 temps.Exclude(x0); in PrintfNoPreserve()
2601 Register tmp = temps.AcquireX(); in PrintfNoPreserve()
2633 UseScratchRegisterScope temps(this); in Printf() local
2635 temps.Include(kCallerSaved); in Printf()
2636 temps.Include(kCallerSavedV); in Printf()
2637 temps.Exclude(arg0, arg1, arg2, arg3); in Printf()
2649 Register arg_sp = temps.AcquireX(); in Printf()
2661 Register tmp = temps.AcquireX(); in Printf()
2664 temps.Release(tmp); in Printf()
2669 tmp = temps.AcquireX(); in Printf()
2672 temps.Release(tmp); in Printf()