From 3b453de617e8424cb6be991df6a0e75c278f60da Mon Sep 17 00:00:00 2001 From: JanLJL Date: Wed, 31 Aug 2022 14:19:23 +0200 Subject: [PATCH] added AND instr --- osaca/data/icx.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/osaca/data/icx.yml b/osaca/data/icx.yml index 7cc1f74..db040ef 100644 --- a/osaca/data/icx.yml +++ b/osaca/data/icx.yml @@ -6914,3 +6914,14 @@ instruction_forms: port_pressure: [[1, '5']] # asmbench throughput: 1.0 # asmbench uops: 1 # asmbench +################################################# +- name: AND # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0156']] # model_importer.py instructions.xml ICL + throughput: 0.25 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL