Lines Matching refs:TR
55 ___ Mov(reg_x(dest.AsArm64().AsXRegister()), reg_x(TR)); in GetCurrentThread()
59 StoreToOffset(TR, SP, offset.Int32Value()); in GetCurrentThread()
176 ___ Str(scratch, MEM_OP(reg_x(TR), tr_offs.Int32Value())); in StoreStackOffsetToThread()
183 ___ Str(scratch, MEM_OP(reg_x(TR), tr_offs.Int32Value())); in StoreStackPointerToThread()
286 return Load(m_dst.AsArm64(), TR, src.Int32Value(), size); in LoadFromThread()
325 LoadFromOffset(dst.AsXRegister(), TR, offs.Int32Value()); in LoadRawPtrFromThread()
456 ___ Ldr(scratch, MEM_OP(reg_x(TR), tr_offs.Int32Value())); in CopyRawPtrFromThread()
466 StoreToOffset(scratch.AsXRegister(), TR, tr_offs.Int32Value()); in CopyRawPtrToThread()
706 ___ Ldr(scratch, MEM_OP(reg_x(TR), Thread::ExceptionOffset<kArm64PointerSize>().Int32Value())); in ExceptionPoll()
736 ___ Ldr(test_reg, MEM_OP(reg_x(TR), is_gc_marking_offset)); in TestGcMarking()
769 MEM_OP(reg_x(TR), in EmitExceptionPoll()
844 vixl::aarch64::Register tr = reg_x(TR); // Thread Register. in RemoveFrame()