Lines Matching defs:EEW
170 uint8_t EEW;
178 EEW = 8;
184 EEW = 16;
190 EEW = 32;
196 EEW = 64;
199 llvm_unreachable("Could not determine EEW from Opcode");
202 auto EMUL = RISCVVType::getSameRatioLMUL(SEW, LMUL, EEW);
203 if (!EEW)
205 return std::make_pair(EEW, *EMUL);
253 auto [EEW, EMUL] = getEEWAndEMUL(Opcode, VLMUL, SEW);
254 RVV = RISCVVInversePseudosTable::getBaseInfo(Opcode, EMUL, EEW);