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:
Stephen Nicholas Swatman
2023-08-12 19:40:44 +02:00
parent 87ce1d2b29
commit 2203517e8e

View File

@@ -5515,3 +5515,13 @@ instruction_forms:
latency: 3
port_pressure: [[1, '7']]
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