diff --git a/docs/TableGenFundamentals.html b/docs/TableGenFundamentals.html index d5e7075b218..8496e58048e 100644 --- a/docs/TableGenFundamentals.html +++ b/docs/TableGenFundamentals.html @@ -309,6 +309,8 @@ supported include:

  • value{17} - Access to one or more 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.
  • (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,