Add copy_special instruction.
This commit is contained in:
committed by
Jakob Stoklund Olesen
parent
8ed37e352e
commit
cdf70ccb77
@@ -537,6 +537,13 @@ regmove = Instruction(
|
||||
ins=(x, src, dst),
|
||||
other_side_effects=True)
|
||||
|
||||
copy_special = Instruction(
|
||||
'copy_special', r"""
|
||||
Copies a value from one special register to another. e.g. rbp -> rsp.
|
||||
""",
|
||||
ins=(src, dst),
|
||||
other_side_effects=True)
|
||||
|
||||
regspill = Instruction(
|
||||
'regspill', r"""
|
||||
Temporarily divert ``x`` from ``src`` to ``SS``.
|
||||
|
||||
Reference in New Issue
Block a user