summaryrefslogtreecommitdiff
path: root/gen/tablegen
diff options
context:
space:
mode:
authorallexanderbergmans <allexander.bergmans@student.elisa.be>2026-07-03 12:17:10 +0200
committerallexanderbergmans <allexander.bergmans@student.elisa.be>2026-07-03 12:17:10 +0200
commit887875959aa84af92291db334898aaa20956e632 (patch)
tree62f68d6e93cf444e5605a40c3e8ea7ec0bd89f49 /gen/tablegen
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)