Home | History | Annotate | Download | only in mips

Lines Matching refs:Int32Value

604     StoreToOffset(kStoreWord, src.AsCoreRegister(), SP, dest.Int32Value());
607 StoreToOffset(kStoreWord, src.AsRegisterPairLow(), SP, dest.Int32Value());
609 SP, dest.Int32Value() + 4);
611 StoreFToOffset(src.AsFRegister(), SP, dest.Int32Value());
614 StoreDToOffset(src.AsDRegister(), SP, dest.Int32Value());
621 StoreToOffset(kStoreWord, src.AsCoreRegister(), SP, dest.Int32Value());
627 StoreToOffset(kStoreWord, src.AsCoreRegister(), SP, dest.Int32Value());
635 StoreToOffset(kStoreWord, scratch.AsCoreRegister(), SP, dest.Int32Value());
643 StoreToOffset(kStoreWord, scratch.AsCoreRegister(), S1, dest.Int32Value());
651 AddConstant(scratch.AsCoreRegister(), SP, fr_offs.Int32Value());
653 S1, thr_offs.Int32Value());
657 StoreToOffset(kStoreWord, SP, S1, thr_offs.Int32Value());
664 StoreToOffset(kStoreWord, src.AsCoreRegister(), SP, dest.Int32Value());
665 LoadFromOffset(kLoadWord, scratch.AsCoreRegister(), SP, in_off.Int32Value());
666 StoreToOffset(kStoreWord, scratch.AsCoreRegister(), SP, dest.Int32Value() + 4);
670 return EmitLoad(mdest, SP, src.Int32Value(), size);
674 return EmitLoad(mdest, S1, src.Int32Value(), size);
680 LoadFromOffset(kLoadWord, dest.AsCoreRegister(), SP, src.Int32Value());
688 base.AsMips().AsCoreRegister(), offs.Int32Value());
699 base.AsMips().AsCoreRegister(), offs.Int32Value());
706 LoadFromOffset(kLoadWord, dest.AsCoreRegister(), S1, offs.Int32Value());
749 LoadFromOffset(kLoadWord, scratch.AsCoreRegister(), SP, src.Int32Value());
750 StoreToOffset(kStoreWord, scratch.AsCoreRegister(), SP, dest.Int32Value());
759 S1, thr_offs.Int32Value());
761 SP, fr_offs.Int32Value());
770 SP, fr_offs.Int32Value());
772 S1, thr_offs.Int32Value());
781 LoadFromOffset(kLoadWord, scratch.AsCoreRegister(), SP, src.Int32Value());
782 StoreToOffset(kStoreWord, scratch.AsCoreRegister(), SP, dest.Int32Value());
784 LoadFromOffset(kLoadWord, scratch.AsCoreRegister(), SP, src.Int32Value());
785 StoreToOffset(kStoreWord, scratch.AsCoreRegister(), SP, dest.Int32Value());
786 LoadFromOffset(kLoadWord, scratch.AsCoreRegister(), SP, src.Int32Value() + 4);
787 StoreToOffset(kStoreWord, scratch.AsCoreRegister(), SP, dest.Int32Value() + 4);
795 LoadFromOffset(kLoadWord, scratch, src_base.AsMips().AsCoreRegister(), src_offset.Int32Value());
796 StoreToOffset(kStoreWord, scratch, SP, dest.Int32Value());
803 LoadFromOffset(kLoadWord, scratch, SP, src.Int32Value());
804 StoreToOffset(kStoreWord, scratch, dest_base.AsMips().AsCoreRegister(), dest_offset.Int32Value());
817 LoadFromOffset(kLoadWord, scratch, src.AsMips().AsCoreRegister(), src_offset.Int32Value());
818 StoreToOffset(kStoreWord, scratch, dest.AsMips().AsCoreRegister(), dest_offset.Int32Value());
844 SP, handle_scope_offset.Int32Value());
851 AddConstant(out_reg.AsCoreRegister(), SP, handle_scope_offset.Int32Value());
854 AddConstant(out_reg.AsCoreRegister(), SP, handle_scope_offset.Int32Value());
867 handle_scope_offset.Int32Value());
872 AddConstant(scratch.AsCoreRegister(), SP, handle_scope_offset.Int32Value());
875 AddConstant(scratch.AsCoreRegister(), SP, handle_scope_offset.Int32Value());
877 StoreToOffset(kStoreWord, scratch.AsCoreRegister(), SP, out_off.Int32Value());
911 base.AsCoreRegister(), offset.Int32Value());
921 SP, base.Int32Value());
923 scratch.AsCoreRegister(), offset.Int32Value());
938 StoreToOffset(kStoreWord, S1, SP, offset.Int32Value());
946 S1, Thread::ExceptionOffset<4>().Int32Value());
961 __ LoadFromOffset(kLoadWord, T9, S1, QUICK_ENTRYPOINT_OFFSET(4, pDeliverException).Int32Value());