Return the SEW/LMUL ratio for the given SEW and LMUL.
Declared in <llvm/TargetParser/RISCVTargetParser.h>
unsigned int
getSEWLMULRatio(
unsigned int SEW,
VLMUL VLMul);
Ratio of SEW to LMUL in a fixed-point representation.
| Name | Description |
|---|---|
| SEW | Standard element width in bits. |
| VLMul | Encoded LMUL value. |