Home
last modified time | relevance | path

Searched refs:ELEN (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVRegisterInfo.td292 // Additionally, the only supported ELEN values are 32 and 64,
294 // allowing the same types with either ELEN value.
304 // * ELEN=64
505 64, // The maximum supported ELEN is 64.
H A DRISCVSchedSiFive7.td504 // LMUL >= SEW_min/ELEN. Here, the smallest EEW prevents us from having MF8
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp2197 unsigned ELEN = STI->hasFeature(RISCV::FeatureStdExtZve64x) ? 64 : 32; in parseVTypeToken() local
2198 unsigned MinLMUL = ELEN / 8; in parseVTypeToken()
2263 unsigned ELEN = STI->hasFeature(RISCV::FeatureStdExtZve64x) ? 64 : 32; in parseVTypeI() local
2264 unsigned MaxSEW = ELEN / Lmul; in parseVTypeI()