Home | History | Annotate | Download | only in arm

Lines Matching refs:Int32Value

461     StoreToOffset(kStoreWord, src.AsCoreRegister(), SP, dest.Int32Value());
464 StoreToOffset(kStoreWord, src.AsRegisterPairLow(), SP, dest.Int32Value());
466 SP, dest.Int32Value() + 4);
468 StoreSToOffset(src.AsSRegister(), SP, dest.Int32Value());
471 StoreDToOffset(src.AsDRegister(), SP, dest.Int32Value());
478 StoreToOffset(kStoreWord, src.AsCoreRegister(), SP, dest.Int32Value());
484 StoreToOffset(kStoreWord, src.AsCoreRegister(), SP, dest.Int32Value());
491 StoreToOffset(kStoreWord, src.AsCoreRegister(), SP, dest.Int32Value());
492 LoadFromOffset(kLoadWord, scratch.AsCoreRegister(), SP, in_off.Int32Value());
493 StoreToOffset(kStoreWord, scratch.AsCoreRegister(), SP, dest.Int32Value() + 4);
499 LoadFromOffset(kLoadWord, scratch.AsCoreRegister(), SP, src.Int32Value());
500 StoreToOffset(kStoreWord, scratch.AsCoreRegister(), SP, dest.Int32Value());
508 base.AsArm().AsCoreRegister(), offs.Int32Value());
517 LoadFromOffset(kLoadWord, dst.AsCoreRegister(), SP, src.Int32Value());
525 base.AsArm().AsCoreRegister(), offs.Int32Value());
533 StoreToOffset(kStoreWord, scratch.AsCoreRegister(), SP, dest.Int32Value());
541 StoreToOffset(kStoreWord, scratch.AsCoreRegister(), TR, dest.Int32Value());
565 return EmitLoad(this, m_dst, SP, src.Int32Value(), size);
569 return EmitLoad(this, m_dst, TR, src.Int32Value(), size);
575 LoadFromOffset(kLoadWord, dst.AsCoreRegister(), TR, offs.Int32Value());
584 TR, thr_offs.Int32Value());
586 SP, fr_offs.Int32Value());
595 SP, fr_offs.Int32Value());
597 TR, thr_offs.Int32Value());
605 AddConstant(scratch.AsCoreRegister(), SP, fr_offs.Int32Value(), AL);
607 TR, thr_offs.Int32Value());
611 StoreToOffset(kStoreWord, SP, TR, thr_offs.Int32Value());
655 LoadFromOffset(kLoadWord, scratch.AsCoreRegister(), SP, src.Int32Value());
656 StoreToOffset(kStoreWord, scratch.AsCoreRegister(), SP, dest.Int32Value());
658 LoadFromOffset(kLoadWord, scratch.AsCoreRegister(), SP, src.Int32Value());
659 StoreToOffset(kStoreWord, scratch.AsCoreRegister(), SP, dest.Int32Value());
660 LoadFromOffset(kLoadWord, scratch.AsCoreRegister(), SP, src.Int32Value() + 4);
661 StoreToOffset(kStoreWord, scratch.AsCoreRegister(), SP, dest.Int32Value() + 4);
669 LoadFromOffset(kLoadWord, scratch, src_base.AsArm().AsCoreRegister(), src_offset.Int32Value());
670 StoreToOffset(kStoreWord, scratch, SP, dest.Int32Value());
677 LoadFromOffset(kLoadWord, scratch, SP, src.Int32Value());
678 StoreToOffset(kStoreWord, scratch, dest_base.AsArm().AsCoreRegister(), dest_offset.Int32Value());
691 LoadFromOffset(kLoadWord, scratch, src.AsArm().AsCoreRegister(), src_offset.Int32Value());
692 StoreToOffset(kStoreWord, scratch, dest.AsArm().AsCoreRegister(), dest_offset.Int32Value());
713 SP, handle_scope_offset.Int32Value());
723 AddConstant(out_reg.AsCoreRegister(), SP, handle_scope_offset.Int32Value(), NE);
725 AddConstant(out_reg.AsCoreRegister(), SP, handle_scope_offset.Int32Value(), AL);
737 handle_scope_offset.Int32Value());
743 AddConstant(scratch.AsCoreRegister(), SP, handle_scope_offset.Int32Value(), NE);
745 AddConstant(scratch.AsCoreRegister(), SP, handle_scope_offset.Int32Value(), AL);
747 StoreToOffset(kStoreWord, scratch.AsCoreRegister(), SP, out_off.Int32Value());
781 base.AsCoreRegister(), offset.Int32Value());
792 SP, base.Int32Value());
794 scratch.AsCoreRegister(), offset.Int32Value());
809 StoreToOffset(kStoreWord, TR, SP, offset.Int32Value(), AL);
817 TR, Thread::ExceptionOffset<4>().Int32Value());
833 __ LoadFromOffset(kLoadWord, R12, TR, QUICK_ENTRYPOINT_OFFSET(4, pDeliverException).Int32Value());