Expand description
SPIR-V specification parsing/indexing.
Modules§
- indexed
- Utilities for indexing data in a variety of ways (names, compact indices, etc.).
- raw
- Deserialization for the
.grammar.json
files, without any post-processing.
Structs§
- BitIdx
- Enumerant
- ExtInst
SetDesc - Simplified information for pretty-printing “extended instruction” sets.
- ExtInst
SetInstruction Desc - Simplified
InstructionDef
for pretty-printing “extended instruction” sets. - Instruction
Def - Opcode
- Operand
Kind - Packed
Operand Name AndKind - Spec
- Well
Known
Enums§
- Instruction
Category - Literal
Size - Operand
Kind Def - Operand
Mode - Rest
Operands Unit - Whether the trailing
*
“operand” (i.e. repeated arbitrarily many times), consists of just one operand, or two per repeat (used by e.g.OpPhi
).