Lines Matching refs:TR
541 StoreToOffset(kStoreWord, scratch.AsCoreRegister(), TR, dest.Int32Value()); in StoreImmediateToThread32()
569 return EmitLoad(this, m_dst, TR, src.Int32Value(), size); in LoadFromThread32()
575 LoadFromOffset(kLoadWord, dst.AsCoreRegister(), TR, offs.Int32Value()); in LoadRawPtrFromThread32()
584 TR, thr_offs.Int32Value()); in CopyRawPtrFromThread32()
597 TR, thr_offs.Int32Value()); in CopyRawPtrToThread32()
607 TR, thr_offs.Int32Value()); in StoreStackOffsetToThread32()
611 StoreToOffset(kStoreWord, SP, TR, thr_offs.Int32Value()); in StoreStackPointerToThread32()
804 mov(tr.AsArm().AsCoreRegister(), ShifterOperand(TR)); in GetCurrentThread()
809 StoreToOffset(kStoreWord, TR, SP, offset.Int32Value(), AL); in GetCurrentThread()
817 TR, Thread::ExceptionOffset<4>().Int32Value()); in ExceptionPoll()
833 __ LoadFromOffset(kLoadWord, R12, TR, QUICK_ENTRYPOINT_OFFSET(4, pDeliverException).Int32Value()); in Emit()