Expand description
SPIR-V specification parsing/indexing.
Modules
- Utilities for indexing data in a variety of ways (names, compact indices, etc.).
- Deserialization for the
.grammar.json
files, without any post-processing.
Structs
- Simplified information for pretty-printing “extended instruction” sets.
- Simplified
InstructionDef
for pretty-printing “extended instruction” sets.
Enums
- Whether the trailing
*
“operand” (i.e. repeated arbitrarily many times), consists of just one operand, or two per repeat (used by e.g.OpPhi
).