Searched refs:NarrowByteWidth (Results 1 – 2 of 2) sorted by relevance
12530 uint64_t NarrowByteWidth = NarrowVT.getStoreSize(); in calculateSrcByte() local12532 if (SrcIndex >= NarrowByteWidth) in calculateSrcByte()12725 uint64_t NarrowByteWidth = NarrowBitWidth / 8; in calculateByteProvider() local12727 if (Index >= NarrowByteWidth) in calculateByteProvider()12739 uint64_t NarrowByteWidth = BitWidth / 8; in calculateByteProvider() local12741 if (NarrowByteWidth >= Index) { in calculateByteProvider()12762 uint64_t NarrowByteWidth = NarrowBitWidth / 8; in calculateByteProvider() local12767 if (Index >= NarrowByteWidth) { in calculateByteProvider()12774 if (NarrowByteWidth > Index) { in calculateByteProvider()
9200 uint64_t NarrowByteWidth = NarrowBitWidth / 8; in calculateByteProvider() local9202 if (Index >= NarrowByteWidth) in calculateByteProvider()9224 uint64_t NarrowByteWidth = NarrowBitWidth / 8; in calculateByteProvider() local9227 if (Index >= NarrowByteWidth) in calculateByteProvider()9236 if (*VectorIndex * NarrowByteWidth > StartingIndex) in calculateByteProvider()9238 if ((*VectorIndex + 1) * NarrowByteWidth <= StartingIndex) in calculateByteProvider()9252 uint64_t NarrowByteWidth = NarrowBitWidth / 8; in calculateByteProvider() local9257 if (Index >= NarrowByteWidth) in calculateByteProvider()