summaryrefslogtreecommitdiff
path: root/gen/tablegen
diff options
context:
space:
mode:
Diffstat (limited to 'gen/tablegen')
-rw-r--r--gen/tablegen/main.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/gen/tablegen/main.c b/gen/tablegen/main.c
new file mode 100644
index 0000000..ef91ae2
--- /dev/null
+++ b/gen/tablegen/main.c
@@ -0,0 +1,3 @@
+// tablegen — Generate instruction decode tables from ISA encoding definitions
+// Reads: ../isa/encoding/*.yaml
+// Writes: decoder tables (switch/case, bit-mask dispatch)