Lines Matching refs:temps
84 vixl::UseScratchRegisterScope temps(vixl_masm_); in AddConstant() local
85 temps.Exclude(reg_x(rd), reg_x(rn)); in AddConstant()
86 vixl::Register temp = temps.AcquireX(); in AddConstant()
180 vixl::UseScratchRegisterScope temps(vixl_masm_); in StoreStackPointerToThread64() local
181 vixl::Register temp = temps.AcquireX(); in StoreStackPointerToThread64()
204 vixl::UseScratchRegisterScope temps(vixl_masm_); in LoadImmediate() local
205 temps.Exclude(reg_x(dest)); in LoadImmediate()
206 vixl::Register temp = temps.AcquireX(); in LoadImmediate()
307 vixl::UseScratchRegisterScope temps(vixl_masm_); in LoadRawPtr() local
308 temps.Exclude(reg_x(dst.AsCoreRegister()), reg_x(base.AsCoreRegister())); in LoadRawPtr()
523 vixl::UseScratchRegisterScope temps(vixl_masm_); in JumpTo() local
524 temps.Exclude(reg_x(base.AsCoreRegister()), reg_x(scratch.AsCoreRegister())); in JumpTo()
613 vixl::UseScratchRegisterScope temps(vixl_masm_); in EmitExceptionPoll() local
614 temps.Exclude(reg_x(exception->scratch_.AsCoreRegister())); in EmitExceptionPoll()
615 vixl::Register temp = temps.AcquireX(); in EmitExceptionPoll()