Skip to content

Commit 49ff687

Browse files
Update arch/inst/C/c.sd.yaml
Co-authored-by: Paul Clarke <[email protected]> Signed-off-by: Shehroz Kashif <[email protected]>
1 parent 96a0324 commit 49ff687

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/inst/C/c.sd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ kind: instruction
55
name: c.sd
66
long_name: Store double
77
description: |
8-
Stores a 64-bit value in register xs2 to memory.
8+
For RV64, store a 64-bit value in register xs2 to memory. For RV32 with Zclsd extension, store a 64-bit value from the combined values in register pair [xs2, xs2+1] to memory.
99
It computes an effective address by adding the zero-extended offset, scaled by 8,
1010
to the base address in register xs1.
1111
It expands to `sd` `xs2, offset(xs1)`.

0 commit comments

Comments
 (0)