mirror of
https://github.com/RRZE-HPC/OSACA.git
synced 2026-01-05 02:30:08 +01:00
added another instruction
This commit is contained in:
@@ -1915,15 +1915,26 @@ instruction_forms:
|
|||||||
operands:
|
operands:
|
||||||
- class: register
|
- class: register
|
||||||
prefix: v
|
prefix: v
|
||||||
shape: b
|
shape: '*'
|
||||||
width: '*'
|
width: '*'
|
||||||
- class: register
|
- class: register
|
||||||
prefix: v
|
prefix: v
|
||||||
shape: b
|
shape: '*'
|
||||||
width: '*'
|
width: '*'
|
||||||
throughput: 0.5
|
throughput: 0.5
|
||||||
latency: 4.0 # 1*p02
|
latency: 4.0 # 1*p02
|
||||||
port_pressure: [[1, '02']]
|
port_pressure: [[1, '02']]
|
||||||
|
- name: mov
|
||||||
|
operands:
|
||||||
|
- class: register
|
||||||
|
prefix: '*'
|
||||||
|
- class: register
|
||||||
|
prefix: v
|
||||||
|
shape: '*'
|
||||||
|
width: '*'
|
||||||
|
throughput: 3.0
|
||||||
|
latency: 15.0 # 3*p0+3*p3
|
||||||
|
port_pressure: [[3, '0'], [3, '3']]
|
||||||
- name: movprfx
|
- name: movprfx
|
||||||
operands:
|
operands:
|
||||||
- class: register
|
- class: register
|
||||||
|
|||||||
Reference in New Issue
Block a user