add cond-code retrofit
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Wed, 11 Apr 2018 17:31:47 +0000 (18:31 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Wed, 11 Apr 2018 17:31:47 +0000 (18:31 +0100)
simple_v_extension.mdwn

index 54ed64650480b9528a9fea2a36f944f3a955fcd8..5b8669f49b7126e02c470547e98d7bddf0701be6 100644 (file)
@@ -344,8 +344,7 @@ current vector index" instead.
 There is, in the standard Conditional Branch instruction, more than
 adequate space to interpret it in a similar fashion:
 
-[[!table  data = """
-   31    |30 ..... 25 |24 ... 20 | 19 ... 15 | 14 ...... 12 | 11 .......  8 |      7  | 6 ....... 0 |
+[[!table  data = """31    |30 ..... 25 |24 ... 20 | 19 ... 15 | 14 ...... 12 | 11 .......  8 |      7  | 6 ....... 0 |
  -----   |----------- |--------- | --------- | ------------ | ------------- |  -----  | ----------- |
  imm[12] | imm[10:5]  |        rs2 |     rs1 |       funct3 |      imm[4:1] | imm[11] |    opcode   |
   1      |        6   |      5   |      5    |       3      |     4         |  1      |   7         |
@@ -354,8 +353,7 @@ adequate space to interpret it in a similar fashion:
 
 This would become:
 
-[[!table  data = """
-   31    |30 ..... 25 |24 ... 20 | 19 ... 15 | 14 ...... 12 | 11 .......  8 |      7  | 6 ....... 0 |
+[[!table  data = """31    |30 ..... 25 |24 ... 20 | 19 ... 15 | 14 ...... 12 | 11 .......  8 |      7  | 6 ....... 0 |
  -----   |----------- |--------- | --------- | ------------ | ------------- |  -----  | ----------- |
  imm[12] | imm[10:5]  |        rs2 |     rs1 |       funct3 |      imm[4:1] | imm[11] |    opcode   |
   1      |        6   |      5   |      5    |       3      |     4         |  1      |   7         |