Lines Matching refs:ETR
53 ___ Mov(reg_x(tr.AsArm64().AsCoreRegister()), reg_x(ETR)); in GetCurrentThread()
57 StoreToOffset(ETR, SP, offset.Int32Value()); in GetCurrentThread()
167 StoreToOffset(scratch.AsCoreRegister(), ETR, offs.Int32Value()); in StoreImmediateToThread64()
176 StoreToOffset(scratch.AsCoreRegister(), ETR, tr_offs.Int32Value()); in StoreStackOffsetToThread64()
183 ___ Str(temp, MEM_OP(reg_x(ETR), tr_offs.Int32Value())); in StoreStackPointerToThread64()
284 return Load(m_dst.AsArm64(), ETR, src.Int32Value(), size); in LoadFromThread64()
315 LoadFromOffset(dst.AsCoreRegister(), ETR, offs.Int32Value()); in LoadRawPtrFromThread64()
353 LoadFromOffset(scratch.AsCoreRegister(), ETR, tr_offs.Int32Value()); in CopyRawPtrFromThread64()
363 StoreToOffset(scratch.AsCoreRegister(), ETR, tr_offs.Int32Value()); in CopyRawPtrToThread64()
608 LoadFromOffset(scratch.AsCoreRegister(), ETR, Thread::ExceptionOffset<8>().Int32Value()); in ExceptionPoll()
625 ___ Ldr(temp, MEM_OP(reg_x(ETR), QUICK_ENTRYPOINT_OFFSET(8, pDeliverException).Int32Value())); in EmitExceptionPoll()
630 ___ Mov(reg_x(TR), reg_x(ETR)); in EmitExceptionPoll()
683 ___ Mov(reg_x(ETR), reg_x(TR)); in BuildFrame()
722 ___ Mov(reg_x(TR), reg_x(ETR)); in RemoveFrame()