Fixed semantic and marker tests. Now only dump needs to be adjusted

This commit is contained in:
stefandesouza
2023-12-03 16:49:33 +01:00
parent 2c32ccf37a
commit 93ae586745
20 changed files with 204 additions and 181 deletions

View File

@@ -22,7 +22,7 @@ class TestDBInterface(unittest.TestCase):
instruction_id="DoItRightAndDoItFast",
operands_id=[
MemoryOperand(offset_ID="imd", base_id="gpr", index_id="gpr", scale_id=8),
RegisterOperand(name_id="xmm"),
RegisterOperand(name="xmm"),
],
throughput=1.25,
latency=125,