Skip to content

Commit

Permalink
Regenerate non semantic extensions and add to default build
Browse files Browse the repository at this point in the history
  • Loading branch information
Naghasan committed Nov 18, 2024
1 parent 1371198 commit e0a2f85
Show file tree
Hide file tree
Showing 6 changed files with 2,211 additions and 4,424 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ ASCIIDOC_HTML_OPTIONS = --trace --failure-level ERROR \
-a toc2 \
-a toclevels=1

SRC_ASCIIDOC = $(wildcard extensions/*/*.asciidoc)
SRC_ASCIIDOC = $(wildcard extensions/*/*.asciidoc) $(wildcard nonsemantic/*.asciidoc)
DST_HTML = $(SRC_ASCIIDOC:.asciidoc=.html)

all: $(DST_HTML)
Expand Down
46 changes: 23 additions & 23 deletions nonsemantic/NonSemantic.ClspvReflection.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ zero-based counting. +
'Binding' |
Optional +
'<id>' +
'ArgInfo' |
'ArgInfo'
|=====

[cols="6"]
Expand Down Expand Up @@ -208,7 +208,7 @@ zero-based counting. +
'Binding' |
Optional +
'<id>' +
'ArgInfo' |
'ArgInfo'
|=====

[cols="8"]
Expand Down Expand Up @@ -247,7 +247,7 @@ zero-based counting. +
'Size' |
Optional +
'<id>' +
'ArgInfo' |
'ArgInfo'
|=====

[cols="8"]
Expand Down Expand Up @@ -286,7 +286,7 @@ zero-based counting. +
'Size' |
Optional +
'<id>' +
'ArgInfo' |
'ArgInfo'
|=====

[cols="6"]
Expand Down Expand Up @@ -317,7 +317,7 @@ zero-based counting. +
'Size' |
Optional +
'<id>' +
'ArgInfo' |
'ArgInfo'
|=====

[cols="6"]
Expand Down Expand Up @@ -347,7 +347,7 @@ zero-based counting. +
'Binding' |
Optional +
'<id>' +
'ArgInfo' |
'ArgInfo'
|=====

[cols="6"]
Expand Down Expand Up @@ -377,7 +377,7 @@ zero-based counting. +
'Binding' |
Optional +
'<id>' +
'ArgInfo' |
'ArgInfo'
|=====

[cols="6"]
Expand Down Expand Up @@ -406,7 +406,7 @@ zero-based counting. +
'Binding' |
Optional +
'<id>' +
'ArgInfo' |
'ArgInfo'
|=====

[cols="6"]
Expand Down Expand Up @@ -439,7 +439,7 @@ the argument in bytes. +
'ElemSize' |
Optional +
'<id>' +
'ArgInfo' |
'ArgInfo'
|=====

[cols="4"]
Expand Down Expand Up @@ -738,7 +738,7 @@ zero-based counting. +
'Size' |
Optional +
'<id>' +
'ArgInfo' |
'ArgInfo'
|=====

[cols="8"]
Expand Down Expand Up @@ -779,7 +779,7 @@ zero-based counting. +
'Size' |
Optional +
'<id>' +
'ArgInfo' |
'ArgInfo'
|=====

[cols="4"]
Expand Down Expand Up @@ -858,7 +858,7 @@ argument ordinal using zero-based counting. +
'<id>' +
'Offset' |
'<id>' +
'Size' |
'Size'
|=====

[cols="5"]
Expand Down Expand Up @@ -888,7 +888,7 @@ argument ordinal using zero-based counting. +
'<id>' +
'Offset' |
'<id>' +
'Size' |
'Size'
|=====

[cols="7"]
Expand Down Expand Up @@ -926,7 +926,7 @@ zero-based counting. +
'<id>' +
'Offset' |
'<id>' +
'Size' |
'Size'
|=====

[cols="7"]
Expand Down Expand Up @@ -964,7 +964,7 @@ zero-based counting. +
'<id>' +
'Offset' |
'<id>' +
'Size' |
'Size'
|=====

[cols="6"]
Expand Down Expand Up @@ -997,7 +997,7 @@ zero-based counting. +
'Binding' |
Optional +
'<id>' +
'ArgInfo' |
'ArgInfo'
|=====

[cols="6"]
Expand Down Expand Up @@ -1030,7 +1030,7 @@ zero-based counting. +
'Binding' |
Optional +
'<id>' +
'ArgInfo' |
'ArgInfo'
|=====

[cols="4"]
Expand All @@ -1055,7 +1055,7 @@ push constant in bytes. +
'<id>' +
'Size' |
'<id>' +
'Data' |
'Data'
|=====

[cols="4"]
Expand Down Expand Up @@ -1083,7 +1083,7 @@ data.
'<id>' +
'Size' |
'<id>' +
'Data' |
'Data'
|=====

[cols="4"]
Expand Down Expand Up @@ -1126,7 +1126,7 @@ the N+1th argument to *printf*). +
'FormatString' |
Optional +
'<id>', ... +
'ArgumentSizes' |
'ArgumentSizes'
|=====

[cols="4"]
Expand Down Expand Up @@ -1162,7 +1162,7 @@ in bytes. +
'<id>' +
'Binding' |
'<id>' +
'Size' |
'Size'
|=====

[cols="4"]
Expand Down Expand Up @@ -1193,7 +1193,7 @@ buffer size in bytes. +
'<id>' +
'Size' |
'<id>' +
'BufferSize' |
'BufferSize'
|=====

[cols="5"]
Expand Down Expand Up @@ -1229,7 +1229,7 @@ push constant in bytes. +
'<id>' +
'Offset' |
'<id>' +
'Size' |
'Size'
|=====


Expand Down
Loading

0 comments on commit e0a2f85

Please sign in to comment.