mirror of
https://github.com/RRZE-HPC/OSACA.git
synced 2026-01-05 10:40:06 +01:00
Formatting before PR
This commit is contained in:
@@ -216,7 +216,9 @@ class TestParserAArch64(unittest.TestCase):
|
||||
MemoryOperand(
|
||||
offset_ID=None,
|
||||
base_id=RegisterOperand(prefix_id="x", name="11"),
|
||||
index_id=RegisterOperand(prefix_id="w", name="10", shift_op="sxtw", shift=[{"value": "2"}]),
|
||||
index_id=RegisterOperand(
|
||||
prefix_id="w", name="10", shift_op="sxtw", shift=[{"value": "2"}]
|
||||
),
|
||||
scale_id=4,
|
||||
),
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user