diff --git a/docs/TableGenFundamentals.html b/docs/TableGenFundamentals.html index ca327ce421f..26c3ff38dc5 100644 --- a/docs/TableGenFundamentals.html +++ b/docs/TableGenFundamentals.html @@ -309,6 +309,8 @@ supported include:

  • value{17} - access to one bit of a value
  • value{15-17} - access to multiple bits of a value
  • DEF - reference to a record definition
  • +
  • CLASS<val list> - reference to a new anonymous definition of + CLASS with the specified template arguments.
  • 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.