Lines Matching refs:S1
659 StoreToOffset(kStoreWord, scratch.AsCoreRegister(), S1, dest.Int32Value()); in StoreImmediateToThread32()
669 S1, thr_offs.Int32Value()); in StoreStackOffsetToThread32()
673 StoreToOffset(kStoreWord, SP, S1, thr_offs.Int32Value()); in StoreStackPointerToThread32()
690 return EmitLoad(mdest, S1, src.Int32Value(), size); in LoadFromThread32()
722 LoadFromOffset(kLoadWord, dest.AsCoreRegister(), S1, offs.Int32Value()); in LoadRawPtrFromThread32()
775 S1, thr_offs.Int32Value()); in CopyRawPtrFromThread32()
788 S1, thr_offs.Int32Value()); in CopyRawPtrToThread32()
949 Move(tr.AsMips().AsCoreRegister(), S1); in GetCurrentThread()
954 StoreToOffset(kStoreWord, S1, SP, offset.Int32Value()); in GetCurrentThread()
962 S1, Thread::ExceptionOffset<4>().Int32Value()); in ExceptionPoll()
977 __ LoadFromOffset(kLoadWord, T9, S1, QUICK_ENTRYPOINT_OFFSET(4, pDeliverException).Int32Value()); in Emit()