Decode VLMul into an LMUL magnitude and fractional indicator.
Declared in <llvm/TargetParser/RISCVTargetParser.h>
std::pair<unsigned int, bool>
decodeVLMUL(VLMUL VLMul);
Pair of (LMUL magnitude in {1,2,4,8}, true if fractional).
| Name | Description |
|---|---|
| VLMul | Encoded LMUL value. |