• Home
  • Raw
  • Download

Lines Matching refs:temps

129     UseScratchRegisterScope temps(asm_.GetVIXLAssembler());  in AddConstant()  local
130 temps.Exclude(reg_x(rd), reg_x(rn)); in AddConstant()
131 Register temp = temps.AcquireX(); in AddConstant()
202 UseScratchRegisterScope temps(asm_.GetVIXLAssembler()); in StoreStackPointerToThread() local
203 Register scratch = temps.AcquireX(); in StoreStackPointerToThread()
219 UseScratchRegisterScope temps(asm_.GetVIXLAssembler()); in LoadImmediate() local
220 temps.Exclude(reg_x(dest)); in LoadImmediate()
221 Register temp = temps.AcquireX(); in LoadImmediate()
543 UseScratchRegisterScope temps(asm_.GetVIXLAssembler()); in Move() local
545 CHECK(!temps.IsAvailable(reg_x(dst.AsXRegister()))); in Move()
547 CHECK(!temps.IsAvailable(reg_w(dst.AsWRegister()))); in Move()
549 CHECK(!temps.IsAvailable(reg_s(dst.AsSRegister()))); in Move()
551 CHECK(!temps.IsAvailable(reg_d(dst.AsDRegister()))); in Move()
589 UseScratchRegisterScope temps(asm_.GetVIXLAssembler()); in Copy() local
590 Register scratch = (size == 8) ? temps.AcquireX() : temps.AcquireW(); in Copy()
628 UseScratchRegisterScope temps(asm_.GetVIXLAssembler()); in Jump() local
629 Register scratch = temps.AcquireX(); in Jump()
656 UseScratchRegisterScope temps(asm_.GetVIXLAssembler()); in CreateJObject() local
657 Register scratch = temps.AcquireX(); in CreateJObject()
677 UseScratchRegisterScope temps(asm_.GetVIXLAssembler()); in CreateJObject() local
678 Register scratch = temps.AcquireX(); in CreateJObject()
680 Register scratch2 = temps.AcquireW(); in CreateJObject()
715 UseScratchRegisterScope temps(asm_.GetVIXLAssembler()); in TryToTransitionFromRunnableToNative() local
716 Register scratch = temps.AcquireW(); in TryToTransitionFromRunnableToNative()
717 Register scratch2 = temps.AcquireW(); in TryToTransitionFromRunnableToNative()
747 UseScratchRegisterScope temps(asm_.GetVIXLAssembler()); in TryToTransitionFromNativeToRunnable() local
748 Register scratch = temps.AcquireW(); in TryToTransitionFromNativeToRunnable()
749 Register scratch2 = temps.AcquireW(); in TryToTransitionFromNativeToRunnable()
772 UseScratchRegisterScope temps(asm_.GetVIXLAssembler()); in SuspendCheck() local
773 Register scratch = temps.AcquireW(); in SuspendCheck()
780 UseScratchRegisterScope temps(asm_.GetVIXLAssembler()); in ExceptionPoll() local
781 Register scratch = temps.AcquireX(); in ExceptionPoll()
811 UseScratchRegisterScope temps(asm_.GetVIXLAssembler()); in TestGcMarking() local
818 Register temp = temps.AcquireW(); in TestGcMarking()
823 test_reg = temps.AcquireW(); in TestGcMarking()
845 UseScratchRegisterScope temps(asm_.GetVIXLAssembler()); in TestMarkBit() local
846 Register scratch = temps.AcquireW(); in TestMarkBit()
863 UseScratchRegisterScope temps(asm_.GetVIXLAssembler()); in TestByteAndJumpIfNotZero() local
864 Register scratch = temps.AcquireX(); in TestByteAndJumpIfNotZero()
961 UseScratchRegisterScope temps(asm_.GetVIXLAssembler()); in RemoveFrame() local
962 Register temp = temps.AcquireW(); in RemoveFrame()