Skip to content

Commit 8c400f3

Browse files
committed
Zcmp extension: additional fix to cm.pushfp instruction description, removing explanation about spimm
Signed-off-by: Albert Yosher <[email protected]>
1 parent ad5fefd commit 8c400f3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

arch/inst/Zcmp/cm.push.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@ long_name: Create function call stack frame
77
description: |
88
Create stack frame: store `ra` and 0 to 12 saved registers to the stack frame, optionally allocate additional stack space.
99
This instruction pushes (stores) the registers in `reg_list` to the memory below the stack pointer,
10-
and then creates the stack frame by decrementing the stack pointer by `stack_adj`,
11-
including any additional stack space requested by the value of `spimm`.
12-
The `spimm` could be 0, 1, 2 or 3 corresponding to additional stack allocated size of 0, 16, 32 or 48 bytes.
10+
and then creates the stack frame by decrementing the stack pointer by `stack_adj`.
1311
1412
Restrictions on stack_adj:
1513

0 commit comments

Comments
 (0)