We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c99a47 commit f1b0a8dCopy full SHA for f1b0a8d
spec/std/isa/register_file/X.yaml
@@ -9,8 +9,8 @@ name: X
9
long_name: General Purpose Registers
10
description: |
11
The 'X' register file contains the general-purpose integer registers. Each register
12
- is MXLEN bits wide, but will appear to be XLEN bits wide if XLEN<MXLEN. Register
13
- 'x0' is hardwired to zero, while the remaining registers hold architecturally
+ is MXLEN bits wide, but will appear to be XLEN bits wide if XLEN<MXLEN. Register
+ 'x0' is hardwired to zero, while the remaining registers hold architecturally
14
visible integer state used by the calling convention and execution environment.
15
definedBy: I
16
register_class: general_purpose
0 commit comments