Searched refs:MemWidthBytes (Results 1 – 11 of 11) sorted by relevance
4925 int64_t MemWidthBytes = static_cast<int64_t>(TS.getKnownMinSize()) / 8; in SelectAddrModeIndexedSVE() local4928 if ((MulImm % MemWidthBytes) != 0) in SelectAddrModeIndexedSVE()4931 int64_t Offset = MulImm / MemWidthBytes; in SelectAddrModeIndexedSVE()
4883 int64_t MemWidthBytes = static_cast<int64_t>(TS.getKnownMinSize()) / 8; in SelectAddrModeIndexedSVE() local4886 if ((MulImm % MemWidthBytes) != 0) in SelectAddrModeIndexedSVE()4889 int64_t Offset = MulImm / MemWidthBytes; in SelectAddrModeIndexedSVE()
5002 int64_t MemWidthBytes = static_cast<int64_t>(TS.getKnownMinSize()) / 8; in SelectAddrModeIndexedSVE() local5005 if ((MulImm % MemWidthBytes) != 0) in SelectAddrModeIndexedSVE()5008 int64_t Offset = MulImm / MemWidthBytes; in SelectAddrModeIndexedSVE()
4931 int64_t MemWidthBytes = static_cast<int64_t>(TS.getKnownMinSize()) / 8; in SelectAddrModeIndexedSVE() local4934 if ((MulImm % MemWidthBytes) != 0) in SelectAddrModeIndexedSVE()4937 int64_t Offset = MulImm / MemWidthBytes; in SelectAddrModeIndexedSVE()
4892 int64_t MemWidthBytes = static_cast<int64_t>(TS.getKnownMinSize()) / 8; in SelectAddrModeIndexedSVE() local4895 if ((MulImm % MemWidthBytes) != 0) in SelectAddrModeIndexedSVE()4898 int64_t Offset = MulImm / MemWidthBytes; in SelectAddrModeIndexedSVE()
5001 int64_t MemWidthBytes = static_cast<int64_t>(TS.getKnownMinSize()) / 8; in SelectAddrModeIndexedSVE() local5004 if ((MulImm % MemWidthBytes) != 0) in SelectAddrModeIndexedSVE()5007 int64_t Offset = MulImm / MemWidthBytes; in SelectAddrModeIndexedSVE()
5002 int64_t MemWidthBytes = static_cast<int64_t>(TS.getKnownMinSize()) / 8;5005 if ((MulImm % MemWidthBytes) != 0)5008 int64_t Offset = MulImm / MemWidthBytes;