mirror of
https://github.com/RRZE-HPC/OSACA.git
synced 2026-01-06 19:20:07 +01:00
Add IMUL instruction for Zen 3 architectures
This commit adds data on the IMUL (r, r) instruction on the AMD Zen 3 microarchitecture.
This commit is contained in:
@@ -5515,3 +5515,13 @@ instruction_forms:
|
|||||||
latency: 3
|
latency: 3
|
||||||
port_pressure: [[1, '7']]
|
port_pressure: [[1, '7']]
|
||||||
throughput: 1.0
|
throughput: 1.0
|
||||||
|
- name: imul # uops.info
|
||||||
|
operands:
|
||||||
|
- class: register
|
||||||
|
name: gpr
|
||||||
|
- class: register
|
||||||
|
name: gpr
|
||||||
|
latency: 3
|
||||||
|
port_pressure: [[1, '7']]
|
||||||
|
throughput: 1.0
|
||||||
|
uops: 1
|
||||||
|
|||||||
Reference in New Issue
Block a user