Lines Matching refs:S1
643 StoreToOffset(kStoreWord, scratch.AsCoreRegister(), S1, dest.Int32Value()); in StoreImmediateToThread32()
653 S1, thr_offs.Int32Value()); in StoreStackOffsetToThread32()
657 StoreToOffset(kStoreWord, SP, S1, thr_offs.Int32Value()); in StoreStackPointerToThread32()
674 return EmitLoad(mdest, S1, src.Int32Value(), size); in LoadFromThread32()
706 LoadFromOffset(kLoadWord, dest.AsCoreRegister(), S1, offs.Int32Value()); in LoadRawPtrFromThread32()
759 S1, thr_offs.Int32Value()); in CopyRawPtrFromThread32()
772 S1, thr_offs.Int32Value()); in CopyRawPtrToThread32()
933 Move(tr.AsMips().AsCoreRegister(), S1); in GetCurrentThread()
938 StoreToOffset(kStoreWord, S1, SP, offset.Int32Value()); in GetCurrentThread()
946 S1, Thread::ExceptionOffset<4>().Int32Value()); in ExceptionPoll()
961 __ LoadFromOffset(kLoadWord, T9, S1, QUICK_ENTRYPOINT_OFFSET(4, pDeliverException).Int32Value()); in Emit()