• Home
  • Raw
  • Download

Lines Matching refs:Int32Value

3705       StoreToOffset(kStoreDoubleword, src.AsGpuRegister(), SP, dest.Int32Value());  in Store()
3707 StoreToOffset(kStoreWord, src.AsGpuRegister(), SP, dest.Int32Value()); in Store()
3714 StoreFpuToOffset(kStoreDoubleword, src.AsFpuRegister(), SP, dest.Int32Value()); in Store()
3716 StoreFpuToOffset(kStoreWord, src.AsFpuRegister(), SP, dest.Int32Value()); in Store()
3726 StoreToOffset(kStoreWord, src.AsGpuRegister(), SP, dest.Int32Value()); in StoreRef()
3732 StoreToOffset(kStoreDoubleword, src.AsGpuRegister(), SP, dest.Int32Value()); in StoreRawPtr()
3740 StoreToOffset(kStoreWord, scratch.AsGpuRegister(), SP, dest.Int32Value()); in StoreImmediateToFrame()
3748 Daddiu64(scratch.AsGpuRegister(), SP, fr_offs.Int32Value()); in StoreStackOffsetToThread()
3749 StoreToOffset(kStoreDoubleword, scratch.AsGpuRegister(), S1, thr_offs.Int32Value()); in StoreStackOffsetToThread()
3753 StoreToOffset(kStoreDoubleword, SP, S1, thr_offs.Int32Value()); in StoreStackPointerToThread()
3760 StoreToOffset(kStoreDoubleword, src.AsGpuRegister(), SP, dest.Int32Value()); in StoreSpanning()
3761 LoadFromOffset(kLoadDoubleword, scratch.AsGpuRegister(), SP, in_off.Int32Value()); in StoreSpanning()
3762 StoreToOffset(kStoreDoubleword, scratch.AsGpuRegister(), SP, dest.Int32Value() + 8); in StoreSpanning()
3766 return EmitLoad(mdest, SP, src.Int32Value(), size); in Load()
3770 return EmitLoad(mdest, S1, src.Int32Value(), size); in LoadFromThread()
3776 LoadFromOffset(kLoadUnsignedWord, dest.AsGpuRegister(), SP, src.Int32Value()); in LoadRef()
3784 base.AsMips64().AsGpuRegister(), offs.Int32Value()); in LoadRef()
3795 base.AsMips64().AsGpuRegister(), offs.Int32Value()); in LoadRawPtr()
3801 LoadFromOffset(kLoadDoubleword, dest.AsGpuRegister(), S1, offs.Int32Value()); in LoadRawPtrFromThread()
3838 LoadFromOffset(kLoadWord, scratch.AsGpuRegister(), SP, src.Int32Value()); in CopyRef()
3839 StoreToOffset(kStoreWord, scratch.AsGpuRegister(), SP, dest.Int32Value()); in CopyRef()
3847 LoadFromOffset(kLoadDoubleword, scratch.AsGpuRegister(), S1, thr_offs.Int32Value()); in CopyRawPtrFromThread()
3848 StoreToOffset(kStoreDoubleword, scratch.AsGpuRegister(), SP, fr_offs.Int32Value()); in CopyRawPtrFromThread()
3857 SP, fr_offs.Int32Value()); in CopyRawPtrToThread()
3859 S1, thr_offs.Int32Value()); in CopyRawPtrToThread()
3868 LoadFromOffset(kLoadWord, scratch.AsGpuRegister(), SP, src.Int32Value()); in Copy()
3869 StoreToOffset(kStoreDoubleword, scratch.AsGpuRegister(), SP, dest.Int32Value()); in Copy()
3871 LoadFromOffset(kLoadDoubleword, scratch.AsGpuRegister(), SP, src.Int32Value()); in Copy()
3872 StoreToOffset(kStoreDoubleword, scratch.AsGpuRegister(), SP, dest.Int32Value()); in Copy()
3884 src_offset.Int32Value()); in Copy()
3885 StoreToOffset(kStoreDoubleword, scratch, SP, dest.Int32Value()); in Copy()
3888 src_offset.Int32Value()); in Copy()
3889 StoreToOffset(kStoreDoubleword, scratch, SP, dest.Int32Value()); in Copy()
3900 LoadFromOffset(kLoadWord, scratch, SP, src.Int32Value()); in Copy()
3902 dest_offset.Int32Value()); in Copy()
3904 LoadFromOffset(kLoadDoubleword, scratch, SP, src.Int32Value()); in Copy()
3906 dest_offset.Int32Value()); in Copy()
3926 LoadFromOffset(kLoadWord, scratch, src.AsMips64().AsGpuRegister(), src_offset.Int32Value()); in Copy()
3927 …toreToOffset(kStoreDoubleword, scratch, dest.AsMips64().AsGpuRegister(), dest_offset.Int32Value()); in Copy()
3930 src_offset.Int32Value()); in Copy()
3932 dest_offset.Int32Value()); in Copy()
3967 SP, handle_scope_offset.Int32Value()); in CreateHandleScopeEntry()
3974 Daddiu64(out_reg.AsGpuRegister(), SP, handle_scope_offset.Int32Value()); in CreateHandleScopeEntry()
3977 Daddiu64(out_reg.AsGpuRegister(), SP, handle_scope_offset.Int32Value()); in CreateHandleScopeEntry()
3990 handle_scope_offset.Int32Value()); in CreateHandleScopeEntry()
3995 Daddiu64(scratch.AsGpuRegister(), SP, handle_scope_offset.Int32Value()); in CreateHandleScopeEntry()
3998 Daddiu64(scratch.AsGpuRegister(), SP, handle_scope_offset.Int32Value()); in CreateHandleScopeEntry()
4000 StoreToOffset(kStoreDoubleword, scratch.AsGpuRegister(), SP, out_off.Int32Value()); in CreateHandleScopeEntry()
4036 base.AsGpuRegister(), offset.Int32Value()); in Call()
4047 SP, base.Int32Value()); in Call()
4049 scratch.AsGpuRegister(), offset.Int32Value()); in Call()
4066 StoreToOffset(kStoreDoubleword, S1, SP, offset.Int32Value()); in GetCurrentThread()
4075 Thread::ExceptionOffset<kMips64PointerSize>().Int32Value()); in ExceptionPoll()
4092 QUICK_ENTRYPOINT_OFFSET(kMips64PointerSize, pDeliverException).Int32Value()); in EmitExceptionPoll()