black formatting

This commit is contained in:
JanLJL
2025-03-05 10:20:47 +01:00
parent fb7f1a289d
commit 63f56e50b4
9 changed files with 104 additions and 156 deletions

View File

@@ -83,7 +83,9 @@ class ISASemantics(object):
if assign_default:
# no irregular operand structure, apply default
op_dict["source"] = self._parser.get_regular_source_operands(instruction_form)
op_dict["destination"] = self._parser.get_regular_destination_operands(instruction_form)
op_dict["destination"] = self._parser.get_regular_destination_operands(
instruction_form
)
op_dict["src_dst"] = []
# post-process pre- and post-indexing for aarch64 memory operands
if self._parser.isa() == "aarch64":