Print a human-readable XSfmm VTYPE string such as "e32, w2" to OS.
Declared in <llvm/TargetParser/RISCVTargetParser.h>
void
printXSfmmVType(
unsigned int VType,
raw_ostream& OS);
| Name | Description |
|---|---|
| VType | Encoded XSfmm VTYPE value to print. |
| OS | Output stream to receive the formatted text. |