Searched refs:temps (Results 1 – 4 of 4) sorted by relevance
89 vixl::UseScratchRegisterScope temps(vixl_masm_); in AddConstant() local90 temps.Exclude(reg_x(rd), reg_x(rn)); in AddConstant()91 vixl::Register temp = temps.AcquireX(); in AddConstant()185 vixl::UseScratchRegisterScope temps(vixl_masm_); in StoreStackPointerToThread64() local186 vixl::Register temp = temps.AcquireX(); in StoreStackPointerToThread64()209 vixl::UseScratchRegisterScope temps(vixl_masm_); in LoadImmediate() local210 temps.Exclude(reg_x(dest)); in LoadImmediate()211 vixl::Register temp = temps.AcquireX(); in LoadImmediate()316 vixl::UseScratchRegisterScope temps(vixl_masm_); in LoadRawPtr() local317 temps.Exclude(reg_x(dst.AsXRegister()), reg_x(base.AsXRegister())); in LoadRawPtr()[all …]
154 UseScratchRegisterScope temps(masm); in SaveRestoreLiveRegistersHelper() local166 Register new_base = temps.AcquireSameSizeAs(base); in SaveRestoreLiveRegistersHelper()1004 UseScratchRegisterScope temps(masm); in GenerateFrameEntry() local1005 Register temp = temps.AcquireX(); in GenerateFrameEntry()1077 UseScratchRegisterScope temps(GetVIXLAssembler()); in MarkGCCard() local1078 Register card = temps.AcquireX(); in MarkGCCard()1079 Register temp = temps.AcquireW(); // Index within the CardTable - 32bit. in MarkGCCard()1260 UseScratchRegisterScope temps(GetVIXLAssembler()); in MoveLocation() local1264 temp = temps.AcquireW(); in MoveLocation()1266 temp = temps.AcquireX(); in MoveLocation()[all …]
376 UseScratchRegisterScope temps(masm); in GenBitCount() local380 FPRegister fpr = (type == Primitive::kPrimLong) ? temps.AcquireD() : temps.AcquireS(); in GenBitCount()638 UseScratchRegisterScope temps(masm); in GenMathRound() local639 FPRegister temp1_reg = temps.AcquireSameSizeAs(in_reg); in GenMathRound()791 UseScratchRegisterScope temps(masm); in GenUnsafeGet() local792 Register temp = temps.AcquireW(); in GenUnsafeGet()918 UseScratchRegisterScope temps(masm); in GenUnsafePut() local922 Register temp = temps.AcquireW(); in GenUnsafePut()1042 UseScratchRegisterScope temps(masm); in GenCas() local1043 Register tmp_ptr = temps.AcquireX(); // Pointer to actual memory. in GenCas()[all …]
1536 # a5, a6 : temps