Home | History | Annotate | Download | only in aarch64

Lines Matching refs:addr3

481   uint64_t addr3 = addr2 + esize;
485 dst3.ReadUintFromMem(vform, i, addr3);
488 addr3 += 3 * esize;
503 uint64_t addr3 = addr2 + LaneSizeInBytesFromFormat(vform);
506 dst3.ReadUintFromMem(vform, index, addr3);
519 uint64_t addr3 = addr2 + LaneSizeInBytesFromFormat(vform);
523 dst3.ReadUintFromMem(vform, i, addr3);
540 uint64_t addr3 = addr2 + esize;
541 uint64_t addr4 = addr3 + esize;
545 dst3.ReadUintFromMem(vform, i, addr3);
549 addr3 += 4 * esize;
567 uint64_t addr3 = addr2 + LaneSizeInBytesFromFormat(vform);
568 uint64_t addr4 = addr3 + LaneSizeInBytesFromFormat(vform);
571 dst3.ReadUintFromMem(vform, index, addr3);
587 uint64_t addr3 = addr2 + LaneSizeInBytesFromFormat(vform);
588 uint64_t addr4 = addr3 + LaneSizeInBytesFromFormat(vform);
592 dst3.ReadUintFromMem(vform, i, addr3);
647 uint64_t addr3 = addr2 + esize;
651 dst3.WriteUintToMem(vform, i, addr3);
654 addr3 += 3 * esize;
680 uint64_t addr3 = addr2 + esize;
681 uint64_t addr4 = addr3 + esize;
685 dst3.WriteUintToMem(vform, i, addr3);
689 addr3 += 4 * esize;