Home | History | Annotate | Download | only in arm64

Lines Matching refs:Int32Value

57   StoreToOffset(ETR, SP, offset.Int32Value());
128 StoreWToOffset(kStoreWord, src.AsWRegister(), SP, offs.Int32Value());
131 StoreToOffset(src.AsCoreRegister(), SP, offs.Int32Value());
133 StoreSToOffset(src.AsSRegister(), SP, offs.Int32Value());
136 StoreDToOffset(src.AsDRegister(), SP, offs.Int32Value());
144 offs.Int32Value());
150 StoreToOffset(src.AsCoreRegister(), SP, offs.Int32Value());
159 offs.Int32Value());
167 StoreToOffset(scratch.AsCoreRegister(), ETR, offs.Int32Value());
175 AddConstant(scratch.AsCoreRegister(), SP, fr_offs.Int32Value());
176 StoreToOffset(scratch.AsCoreRegister(), ETR, tr_offs.Int32Value());
183 ___ Str(temp, MEM_OP(reg_x(ETR), tr_offs.Int32Value()));
190 StoreToOffset(source.AsCoreRegister(), SP, dest_off.Int32Value());
191 LoadFromOffset(scratch.AsCoreRegister(), SP, in_off.Int32Value());
192 StoreToOffset(scratch.AsCoreRegister(), SP, dest_off.Int32Value() + 8);
280 return Load(m_dst.AsArm64(), SP, src.Int32Value(), size);
284 return Load(m_dst.AsArm64(), ETR, src.Int32Value(), size);
290 LoadWFromOffset(kLoadWord, dst.AsOverlappingCoreRegisterLow(), SP, offs.Int32Value());
299 offs.Int32Value());
309 ___ Ldr(reg_x(dst.AsCoreRegister()), MEM_OP(reg_x(base.AsCoreRegister()), offs.Int32Value()));
315 LoadFromOffset(dst.AsCoreRegister(), ETR, offs.Int32Value());
353 LoadFromOffset(scratch.AsCoreRegister(), ETR, tr_offs.Int32Value());
354 StoreToOffset(scratch.AsCoreRegister(), SP, fr_offs.Int32Value());
362 LoadFromOffset(scratch.AsCoreRegister(), SP, fr_offs.Int32Value());
363 StoreToOffset(scratch.AsCoreRegister(), ETR, tr_offs.Int32Value());
371 SP, src.Int32Value());
373 SP, dest.Int32Value());
382 LoadWFromOffset(kLoadWord, scratch.AsOverlappingCoreRegisterLow(), SP, src.Int32Value());
383 StoreWToOffset(kStoreWord, scratch.AsOverlappingCoreRegisterLow(), SP, dest.Int32Value());
385 LoadFromOffset(scratch.AsCoreRegister(), SP, src.Int32Value());
386 StoreToOffset(scratch.AsCoreRegister(), SP, dest.Int32Value());
401 src_offset.Int32Value());
402 StoreWToOffset(kStoreWord, scratch.AsWRegister(), SP, dest.Int32Value());
404 LoadFromOffset(scratch.AsCoreRegister(), base.AsCoreRegister(), src_offset.Int32Value());
405 StoreToOffset(scratch.AsCoreRegister(), SP, dest.Int32Value());
419 LoadWFromOffset(kLoadWord, scratch.AsWRegister(), SP, src.Int32Value());
421 dest_offs.Int32Value());
423 LoadFromOffset(scratch.AsCoreRegister(), SP, src.Int32Value());
424 StoreToOffset(scratch.AsCoreRegister(), base.AsCoreRegister(), dest_offs.Int32Value());
448 src_offset.Int32Value());
450 dest_offset.Int32Value());
453 src_offset.Int32Value());
455 dest_offset.Int32Value());
458 LoadFromOffset(scratch.AsCoreRegister(), src.AsCoreRegister(), src_offset.Int32Value());
459 StoreToOffset(scratch.AsCoreRegister(), dest.AsCoreRegister(), dest_offset.Int32Value());
513 LoadFromOffset(scratch.AsCoreRegister(), base.AsCoreRegister(), offs.Int32Value());
525 ___ Ldr(reg_x(scratch.AsCoreRegister()), MEM_OP(reg_x(base.AsCoreRegister()), offs.Int32Value()));
533 LoadWFromOffset(kLoadWord, scratch.AsOverlappingCoreRegisterLow(), SP, base.Int32Value());
534 LoadFromOffset(scratch.AsCoreRegister(), scratch.AsCoreRegister(), offs.Int32Value());
555 handle_scope_offs.Int32Value());
562 AddConstant(out_reg.AsCoreRegister(), SP, handle_scope_offs.Int32Value(), NE);
564 AddConstant(out_reg.AsCoreRegister(), SP, handle_scope_offs.Int32Value(), AL);
574 handle_scope_offset.Int32Value());
580 AddConstant(scratch.AsCoreRegister(), SP, handle_scope_offset.Int32Value(), NE);
582 AddConstant(scratch.AsCoreRegister(), SP, handle_scope_offset.Int32Value(), AL);
584 StoreToOffset(scratch.AsCoreRegister(), SP, out_off.Int32Value());
608 LoadFromOffset(scratch.AsCoreRegister(), ETR, Thread::ExceptionOffset<8>().Int32Value());
625 ___ Ldr(temp, MEM_OP(reg_x(ETR), QUICK_ENTRYPOINT_OFFSET(8, pDeliverException).Int32Value()));