Lines Matching refs:msz
12483 int msz = instr->ExtractBits(24, 23);
12484 VectorFormat vform = SVEFormatFromLaneSizeInBytesLog2(msz);
12510 int msz = instr->ExtractBits(24, 23);
12511 VectorFormat vform = SVEFormatFromLaneSizeInBytesLog2(msz);
12512 offset <<= msz;
12536 int msz = instr->ExtractBits(24, 23);
12541 addr.SetMsizeInBytesLog2(msz);
12543 SVEStructuredLoadHelper(SVEFormatFromLaneSizeInBytesLog2(msz),
12570 int msz = instr->ExtractBits(24, 23);
12571 uint64_t offset = ReadXRegister(instr->GetRm()) * (1 << msz);
12572 VectorFormat vform = SVEFormatFromLaneSizeInBytesLog2(msz);
12575 addr.SetMsizeInBytesLog2(msz);
12650 int msz = 0;
12653 msz = 0;
12656 msz = 1;
12659 msz = 2;
12665 uint64_t imm = instr->ExtractBits(20, 16) << msz;
12667 addr.SetMsizeInBytesLog2(msz);
12794 int msz = 0;
12797 msz = 0;
12800 msz = 3;
12803 msz = 1;
12806 msz = 2;
12812 uint64_t imm = instr->ExtractBits(20, 16) << msz;
12814 addr.SetMsizeInBytesLog2(msz);
12972 int msz = instr->ExtractBits(24, 23);
12977 addr.SetMsizeInBytesLog2(msz);
12979 SVEStructuredStoreHelper(SVEFormatFromLaneSizeInBytesLog2(msz),
13006 int msz = instr->ExtractBits(24, 23);
13007 uint64_t offset = ReadXRegister(instr->GetRm()) * (1 << msz);
13008 VectorFormat vform = SVEFormatFromLaneSizeInBytesLog2(msz);
13011 addr.SetMsizeInBytesLog2(msz);