diff --git a/docs/TableGenFundamentals.html b/docs/TableGenFundamentals.html index 89509c64eef..ca327ce421f 100644 --- a/docs/TableGenFundamentals.html +++ b/docs/TableGenFundamentals.html @@ -310,8 +310,8 @@ supported include:

  • value{15-17} - access to multiple bits of a value
  • DEF - reference to a record definition
  • X.Y - reference to the subfield of a value
  • -
  • list[4-7,17,2-3] - A slice of the 'list' list, including elements - 4,5,6,7,17,2, and 3 from it. Elements may be included multiple times.
  • +
  • list[4-7,17,2-3] - A slice of the 'list' list, including elements +4,5,6,7,17,2, and 3 from it. Elements may be included multiple times.
  • (DEF a, b) - a dag value. The first element is required to be a record definition, the remaining elements in the list may be arbitrary other values, including nested `dag' values.