Searched refs:ELEN (Results 1 – 3 of 3) sorted by relevance
292 // Additionally, the only supported ELEN values are 32 and 64,294 // allowing the same types with either ELEN value.304 // * ELEN=64505 64, // The maximum supported ELEN is 64.
504 // LMUL >= SEW_min/ELEN. Here, the smallest EEW prevents us from having MF8
2197 unsigned ELEN = STI->hasFeature(RISCV::FeatureStdExtZve64x) ? 64 : 32; in parseVTypeToken() local2198 unsigned MinLMUL = ELEN / 8; in parseVTypeToken()2263 unsigned ELEN = STI->hasFeature(RISCV::FeatureStdExtZve64x) ? 64 : 32; in parseVTypeI() local2264 unsigned MaxSEW = ELEN / Lmul; in parseVTypeI()