Skip to content

Commit fda3869

Browse files
correct: Remove periods from instruction long_names (#637)
Remove extraneous periods at the end of instruction "long_name" fields. --------- Co-authored-by: Afonso Oliveira <Afonso.Oliveira@synopsys.com>
1 parent b9ca700 commit fda3869

File tree

917 files changed

+922
-918
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

917 files changed

+922
-918
lines changed

arch/inst/C/c.ebreak.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
$schema: "inst_schema.json#"
44
kind: instruction
55
name: c.ebreak
6-
long_name: Breakpoint exception.
6+
long_name: Breakpoint exception
77
description: |
88
The C.EBREAK instruction is used by debuggers to cause control to be transferred back to
99
a debugging environment. Unless overridden by an external debug environment,

arch/inst/C/c.jalr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
$schema: "inst_schema.json#"
44
kind: instruction
55
name: c.jalr
6-
long_name: Jump and Link Register.
6+
long_name: Jump and Link Register
77
description: |
88
C.JALR (jump and link register) performs the same operation as C.JR, but additionally writes the address of the instruction following the jump (pc+2) to the link register, x1.
99
C.JALR expands to jalr x1, 0(rs1).

arch/inst/D/fadd.d.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
$schema: inst_schema.json#
44
kind: instruction
55
name: fadd.d
6-
long_name: No synopsis available.
6+
long_name: No synopsis available
77
description: |
88
No description available.
99
definedBy: D

arch/inst/D/fclass.d.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
$schema: inst_schema.json#
44
kind: instruction
55
name: fclass.d
6-
long_name: No synopsis available.
6+
long_name: No synopsis available
77
description: |
88
No description available.
99
definedBy: D

arch/inst/D/fcvt.d.l.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
$schema: inst_schema.json#
44
kind: instruction
55
name: fcvt.d.l
6-
long_name: No synopsis available.
6+
long_name: No synopsis available
77
description: |
88
No description available.
99
definedBy: D

arch/inst/D/fcvt.d.lu.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
$schema: inst_schema.json#
44
kind: instruction
55
name: fcvt.d.lu
6-
long_name: No synopsis available.
6+
long_name: No synopsis available
77
description: |
88
No description available.
99
definedBy: D

arch/inst/D/fcvt.d.s.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
$schema: inst_schema.json#
44
kind: instruction
55
name: fcvt.d.s
6-
long_name: No synopsis available.
6+
long_name: No synopsis available
77
description: |
88
No description available.
99
definedBy: D

arch/inst/D/fcvt.d.w.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
$schema: inst_schema.json#
44
kind: instruction
55
name: fcvt.d.w
6-
long_name: No synopsis available.
6+
long_name: No synopsis available
77
description: |
88
No description available.
99
definedBy: D

arch/inst/D/fcvt.d.wu.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
$schema: inst_schema.json#
44
kind: instruction
55
name: fcvt.d.wu
6-
long_name: No synopsis available.
6+
long_name: No synopsis available
77
description: |
88
No description available.
99
definedBy: D

arch/inst/D/fcvt.l.d.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
$schema: inst_schema.json#
44
kind: instruction
55
name: fcvt.l.d
6-
long_name: No synopsis available.
6+
long_name: No synopsis available
77
description: |
88
No description available.
99
definedBy: D

0 commit comments

Comments
 (0)