mirror of
https://github.com/RRZE-HPC/OSACA.git
synced 2025-12-16 00:50:06 +01:00
added another instruction
This commit is contained in:
@@ -1915,15 +1915,26 @@ instruction_forms:
|
||||
operands:
|
||||
- class: register
|
||||
prefix: v
|
||||
shape: b
|
||||
shape: '*'
|
||||
width: '*'
|
||||
- class: register
|
||||
prefix: v
|
||||
shape: b
|
||||
shape: '*'
|
||||
width: '*'
|
||||
throughput: 0.5
|
||||
latency: 4.0 # 1*p02
|
||||
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
|
||||
operands:
|
||||
- class: register
|
||||
|
||||
Reference in New Issue
Block a user