Skip to content

Commit 7558dd1

Browse files
authored
Update spec_documentation.md
1 parent 6403574 commit 7558dd1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

documentation/spec_documentation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ List of child elements:
4545
| 3. | Encodings | [\<Encodings\>](#encodings-element) | Lists all encodings supported by the architecture. Examples of the provided information by this element: instruction sizes, fields of the binary instruction, general description of the encoding. |
4646
| 4. | Data formats | [\<DataFormats\>](#dataformats-element) | Lists all data formats in the architecture. It provides additional information on how the values in the registers should be treated. This element is referenced by the instruction element. Examples of provided information by this element: is the value integer or float? If it is float where is the mantissa, exponent and sign? |
4747
| 5. | Operand types | [\<OperandTypes\>](#operandtypes-element) | Lists all operand types in the architecture. The sub-elements of this element are referenced by an instruction element. It provides information on the types of the operands used by the instruction. Examples of provided information are: is the operand a scalar or a vector register? What is the name of this operand when represented in assembly?|
48-
| 6. | Operand types | [\<FunctionalGroups\>](#functionalgroups-element) | Lists all functional groups in the architecture. A function group provides high-level classification of the instructions, such as: vector memory, vector ALU, scalar memory, etc. |
48+
| 6. | Functional groups | [\<FunctionalGroups\>](#functionalgroups-element) | Lists all functional groups in the architecture. A function group provides high-level classification of the instructions, such as: vector memory, vector ALU, scalar memory, etc. |
4949

5050
### Architecture element
5151
Hierarchy: \<Spec\>\<ISA\>**\<Architecture\>**
@@ -361,4 +361,4 @@ List of child elements:
361361
### Subgroup element
362362
Hierarchy: \<Spec\>\<ISA\>\<Instructions\>\<Instruction\>\<FunctionalGroups\>\<FunctionalGroup\>**\<Subgroup\>**
363363

364-
Description: provides the associated subgroup for the instruction in this architecture. For example, a VMEM instruction can have the following subtypes: LOAD, STORE, ATOMIC, TEXTURE, etc.
364+
Description: provides the associated subgroup for the instruction in this architecture. For example, a VMEM instruction can have the following subtypes: LOAD, STORE, ATOMIC, TEXTURE, etc.

0 commit comments

Comments
 (0)