mirror of
https://github.com/RRZE-HPC/OSACA.git
synced 2026-01-05 10:40:06 +01:00
added AND instr
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user