From df747b8c482d3fd571c47aace0d74c1703a95a3e Mon Sep 17 00:00:00 2001 From: JanLJL Date: Wed, 7 Sep 2022 12:48:39 +0200 Subject: [PATCH] more instruction forms --- osaca/data/icx.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/osaca/data/icx.yml b/osaca/data/icx.yml index 8deb737..ef021a9 100644 --- a/osaca/data/icx.yml +++ b/osaca/data/icx.yml @@ -10241,3 +10241,23 @@ instruction_forms: port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL throughput: 1.0 # model_importer.py instructions.xml ICL uops: 1 # model_importer.py instructions.xml ICL +- name: VCOMISD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VCOMISS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL