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