Home
last modified time | relevance | path

Searched refs:temps (Results 1 – 4 of 4) sorted by relevance

/art/compiler/utils/arm64/
Dassembler_arm64.cc89 vixl::UseScratchRegisterScope temps(vixl_masm_); in AddConstant() local
90 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() local
186 vixl::Register temp = temps.AcquireX(); in StoreStackPointerToThread64()
209 vixl::UseScratchRegisterScope temps(vixl_masm_); in LoadImmediate() local
210 temps.Exclude(reg_x(dest)); in LoadImmediate()
211 vixl::Register temp = temps.AcquireX(); in LoadImmediate()
316 vixl::UseScratchRegisterScope temps(vixl_masm_); in LoadRawPtr() local
317 temps.Exclude(reg_x(dst.AsXRegister()), reg_x(base.AsXRegister())); in LoadRawPtr()
[all …]
/art/compiler/optimizing/
Dcode_generator_arm64.cc154 UseScratchRegisterScope temps(masm); in SaveRestoreLiveRegistersHelper() local
166 Register new_base = temps.AcquireSameSizeAs(base); in SaveRestoreLiveRegistersHelper()
1004 UseScratchRegisterScope temps(masm); in GenerateFrameEntry() local
1005 Register temp = temps.AcquireX(); in GenerateFrameEntry()
1077 UseScratchRegisterScope temps(GetVIXLAssembler()); in MarkGCCard() local
1078 Register card = temps.AcquireX(); in MarkGCCard()
1079 Register temp = temps.AcquireW(); // Index within the CardTable - 32bit. in MarkGCCard()
1260 UseScratchRegisterScope temps(GetVIXLAssembler()); in MoveLocation() local
1264 temp = temps.AcquireW(); in MoveLocation()
1266 temp = temps.AcquireX(); in MoveLocation()
[all …]
Dintrinsics_arm64.cc376 UseScratchRegisterScope temps(masm); in GenBitCount() local
380 FPRegister fpr = (type == Primitive::kPrimLong) ? temps.AcquireD() : temps.AcquireS(); in GenBitCount()
638 UseScratchRegisterScope temps(masm); in GenMathRound() local
639 FPRegister temp1_reg = temps.AcquireSameSizeAs(in_reg); in GenMathRound()
791 UseScratchRegisterScope temps(masm); in GenUnsafeGet() local
792 Register temp = temps.AcquireW(); in GenUnsafeGet()
918 UseScratchRegisterScope temps(masm); in GenUnsafePut() local
922 Register temp = temps.AcquireW(); in GenUnsafePut()
1042 UseScratchRegisterScope temps(masm); in GenCas() local
1043 Register tmp_ptr = temps.AcquireX(); // Pointer to actual memory. in GenCas()
[all …]
/art/runtime/arch/mips64/
Dquick_entrypoints_mips64.S1536 # a5, a6 : temps