mirror of
https://github.com/RRZE-HPC/OSACA.git
synced 2026-01-04 18:20:09 +01:00
black formatting
This commit is contained in:
@@ -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":
|
||||
|
||||
Reference in New Issue
Block a user