Update the documentation for the new adjust_sp_* instruction names.
`adjust_sp_imm` has been split into `adjust_sp_up_imm` and `adjust_sp_down_imm`, and `adjust_sp_down` has been added.
This commit is contained in:
@@ -999,7 +999,9 @@ Special register operations
|
||||
The prologue and epilogue of a function needs to manipulate special registers like the stack
|
||||
pointer and the frame pointer. These instructions should not be used in regular code.
|
||||
|
||||
.. autoinst:: adjust_sp_imm
|
||||
.. autoinst:: adjust_sp_down
|
||||
.. autoinst:: adjust_sp_up_imm
|
||||
.. autoinst:: adjust_sp_down_imm
|
||||
.. autoinst:: ifcmp_sp
|
||||
.. autoinst:: copy_special
|
||||
|
||||
|
||||
Reference in New Issue
Block a user