mirror of
https://github.com/RRZE-HPC/OSACA.git
synced 2026-01-07 03:30:06 +01:00
added instruction
This commit is contained in:
@@ -2265,6 +2265,20 @@ instruction_forms:
|
||||
throughput: 1.0
|
||||
latency: 0 # 1*p56+1*p0
|
||||
port_pressure: [[1, '5'], [1,'6'], [1, '0']]
|
||||
- name: str
|
||||
operands:
|
||||
- class: register
|
||||
prefix: d
|
||||
- class: memory
|
||||
base: x
|
||||
offset: '*'
|
||||
index: '*'
|
||||
scale: '*'
|
||||
pre-indexed: true
|
||||
post-indexed: false
|
||||
throughput: 1.0
|
||||
latency: 0 # 1*p56+1*p0+1*p0234
|
||||
port_pressure: [[1, '5'], [1,'6'], [1, '0'], [1, '0234']]
|
||||
- name: str
|
||||
operands:
|
||||
- class: register
|
||||
|
||||
Reference in New Issue
Block a user