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

index fbeb6c76becb4d667c0469eb23aaca9b76e3c0f2..1236406d7d0fe4e338779635a4a84e89fd7674b2 100644 (file)
@@ -744,12 +744,12 @@ Conversion on LOAD as follows:
 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: