Lines Matching refs:Int32Value
59 StoreToOffset(TR, SP, offset.Int32Value()); in GetCurrentThread()
140 StoreWToOffset(kStoreWord, src.AsWRegister(), SP, offs.Int32Value()); in Store()
143 StoreToOffset(src.AsXRegister(), SP, offs.Int32Value()); in Store()
145 StoreSToOffset(src.AsSRegister(), SP, offs.Int32Value()); in Store()
148 StoreDToOffset(src.AsDRegister(), SP, offs.Int32Value()); in Store()
156 offs.Int32Value()); in StoreRef()
162 StoreToOffset(src.AsXRegister(), SP, offs.Int32Value()); in StoreRawPtr()
169 ___ Str(scratch, MEM_OP(reg_x(SP), offs.Int32Value())); in StoreImmediateToFrame()
175 ___ Add(scratch, reg_x(SP), fr_offs.Int32Value()); in StoreStackOffsetToThread()
176 ___ Str(scratch, MEM_OP(reg_x(TR), tr_offs.Int32Value())); in StoreStackOffsetToThread()
183 ___ Str(scratch, MEM_OP(reg_x(TR), tr_offs.Int32Value())); in StoreStackPointerToThread()
280 return Load(m_dst.AsArm64(), SP, src.Int32Value(), size); in Load()
286 return Load(m_dst.AsArm64(), TR, src.Int32Value(), size); in LoadFromThread()
292 LoadWFromOffset(kLoadWord, dst.AsOverlappingWRegister(), SP, offs.Int32Value()); in LoadRef()
303 offs.Int32Value()); in LoadRef()
319 ___ Ldr(reg_x(dst.AsXRegister()), MEM_OP(reg_x(base.AsXRegister()), offs.Int32Value())); in LoadRawPtr()
325 LoadFromOffset(dst.AsXRegister(), TR, offs.Int32Value()); in LoadRawPtrFromThread()
456 ___ Ldr(scratch, MEM_OP(reg_x(TR), tr_offs.Int32Value())); in CopyRawPtrFromThread()
457 ___ Str(scratch, MEM_OP(sp, fr_offs.Int32Value())); in CopyRawPtrFromThread()
465 LoadFromOffset(scratch.AsXRegister(), SP, fr_offs.Int32Value()); in CopyRawPtrToThread()
466 StoreToOffset(scratch.AsXRegister(), TR, tr_offs.Int32Value()); in CopyRawPtrToThread()
472 ___ Ldr(scratch, MEM_OP(reg_x(SP), src.Int32Value())); in CopyRef()
473 ___ Str(scratch, MEM_OP(reg_x(SP), dest.Int32Value())); in CopyRef()
482 ___ Ldr(scratch, MEM_OP(reg_x(base.AsArm64().AsXRegister()), offs.Int32Value())); in CopyRef()
486 ___ Str(scratch, MEM_OP(reg_x(SP), dest.Int32Value())); in CopyRef()
493 ___ Ldr(scratch, MEM_OP(reg_x(SP), src.Int32Value())); in Copy()
494 ___ Str(scratch, MEM_OP(reg_x(SP), dest.Int32Value())); in Copy()
509 src_offset.Int32Value()); in Copy()
510 StoreWToOffset(kStoreWord, scratch.AsWRegister(), SP, dest.Int32Value()); in Copy()
512 LoadFromOffset(scratch.AsXRegister(), base.AsXRegister(), src_offset.Int32Value()); in Copy()
513 StoreToOffset(scratch.AsXRegister(), SP, dest.Int32Value()); in Copy()
530 LoadWFromOffset(kLoadWord, scratch.AsWRegister(), SP, src.Int32Value()); in Copy()
532 dest_offs.Int32Value()); in Copy()
534 LoadFromOffset(scratch.AsXRegister(), SP, src.Int32Value()); in Copy()
535 StoreToOffset(scratch.AsXRegister(), base.AsXRegister(), dest_offs.Int32Value()); in Copy()
565 src_offset.Int32Value()); in Copy()
567 dest_offset.Int32Value()); in Copy()
570 src_offset.Int32Value()); in Copy()
572 dest_offset.Int32Value()); in Copy()
575 LoadFromOffset(scratch.AsXRegister(), src.AsXRegister(), src_offset.Int32Value()); in Copy()
576 StoreToOffset(scratch.AsXRegister(), dest.AsXRegister(), dest_offset.Int32Value()); in Copy()
631 ___ Ldr(scratch, MEM_OP(reg_x(base.AsXRegister()), offs.Int32Value())); in Jump()
638 ___ Ldr(lr, MEM_OP(reg_x(base.AsXRegister()), offs.Int32Value())); in Call()
644 ___ Ldr(lr, MEM_OP(reg_x(SP), base.Int32Value())); in Call()
645 ___ Ldr(lr, MEM_OP(lr, offs.Int32Value())); in Call()
668 spilled_reference_offset.Int32Value()); in CreateJObject()
675 AddConstant(out_reg.AsXRegister(), SP, spilled_reference_offset.Int32Value(), ne); in CreateJObject()
677 AddConstant(out_reg.AsXRegister(), SP, spilled_reference_offset.Int32Value(), al); in CreateJObject()
688 ___ Ldr(scratch2, MEM_OP(reg_x(SP), spilled_reference_offset.Int32Value())); in CreateJObject()
689 ___ Add(scratch, reg_x(SP), spilled_reference_offset.Int32Value()); in CreateJObject()
696 ___ Add(scratch, reg_x(SP), spilled_reference_offset.Int32Value()); in CreateJObject()
698 ___ Str(scratch, MEM_OP(reg_x(SP), out_off.Int32Value())); in CreateJObject()
706 ___ Ldr(scratch, MEM_OP(reg_x(TR), Thread::ExceptionOffset<kArm64PointerSize>().Int32Value())); in ExceptionPoll()
735 int32_t is_gc_marking_offset = Thread::IsGcMarkingOffset<kArm64PointerSize>().Int32Value(); in TestGcMarking()
770 QUICK_ENTRYPOINT_OFFSET(kArm64PointerSize, pDeliverException).Int32Value())); in EmitExceptionPoll()
848 ___ Ldr(mr.W(), MemOperand(tr, Thread::IsGcMarkingOffset<kArm64PointerSize>().Int32Value())); in RemoveFrame()