whitespace cleanup
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Mon, 16 Apr 2018 22:45:51 +0000 (23:45 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Mon, 16 Apr 2018 22:45:51 +0000 (23:45 +0100)
simple_v_extension.mdwn

index 1236406d7d0fe4e338779635a4a84e89fd7674b2..6a98ebce85e866a05c75aa33be4a3c609734f6e6 100644 (file)
@@ -733,23 +733,23 @@ Conversion on LOAD as follows:
 * width from RV format (14..12) is same (width and zero/sign extend)
 
 [[!table  data="""
-31 30 | 29  25      |  24   20 | 19    15 | 14    12 | 11   7 | 6     0 |
-   imm[11:0]                 |||    rs1   |  funct3  |   rd   |  opcode |
-  2   |  5          |    5     |     5    |    3     |    5   |     7   |
- 00   |  00000      | imm[4:0] |   base   |  width   |  dest  |  LOAD   |
- 01   |  rs2        | imm[4:0] |   base   |  width   |  dest  |  LOAD.S |
- 11   |  rs2        | imm[4:0] |   base   |  width   |  dest  |  LOAD.X |
+31 30 | 29  25 |  24   20 | 19    15 | 14    12 | 11   7 | 6     0 |
+imm[11:0]               |||    rs1   |  funct3  |   rd   |  opcode |
+2     |  5     |    5     |     5    |    3     |    5   |     7   |
+00    |  00000 | imm[4:0] |   base   |  width   |  dest  |  LOAD   |
+01    |  rs2   | imm[4:0] |   base   |  width   |  dest  |  LOAD.S |
+11    |  rs2   | imm[4:0] |   base   |  width   |  dest  |  LOAD.X |
 """]]
 
 Similar conversion on STORE as follows:
 
 [[!table  data="""
-31 30 | 29  25     |   24   20 | 19    15 | 14    12 | 11      7 | 6    0 |
-imm[11:0]                   ||| rs1      | funct3   | rd        | opcode |
-2     | 5          | 5         | 5        | 3        | 5         | 7      |
-00    | 00000      | src       | base     | width    | offs[4:0] | LOAD   |
-01    | rs3        | src       | base     | width    | offs[4:0] | LOAD.S |
-11    | rs3        | src       | base     | width    | offs[4:0] | LOAD.X |
+31 30 | 29  25 |   24   20 | 19    15 | 14    12 | 11      7 | 6    0 |
+imm[11:0]                ||| rs1      | funct3   | rd        | opcode |
+2     | 5      | 5         | 5        | 3        | 5         | 7      |
+00    | 00000  | src       | base     | width    | offs[4:0] | LOAD   |
+01    | rs3    | src       | base     | width    | offs[4:0] | LOAD.S |
+11    | rs3    | src       | base     | width    | offs[4:0] | LOAD.X |
 """]]
 
 Notes: