mirror of
https://github.com/RRZE-HPC/OSACA.git
synced 2026-01-04 18:20:09 +01:00
Merge branch 'master' into fix/increment_handling
This commit is contained in:
@@ -90,3 +90,29 @@ instruction_forms:
|
||||
post-indexed: "*"
|
||||
source: false
|
||||
destination: true
|
||||
- name: cmp
|
||||
operands:
|
||||
- class: "register"
|
||||
prefix: "*"
|
||||
source: true
|
||||
destination: false
|
||||
- class: "register"
|
||||
prefix: "*"
|
||||
source: true
|
||||
destination: false
|
||||
- name: cmp
|
||||
operands:
|
||||
- class: "register"
|
||||
prefix: "*"
|
||||
source: true
|
||||
destination: false
|
||||
- class: "memory"
|
||||
prefix: "*"
|
||||
base: "*"
|
||||
offset: "*"
|
||||
index: "*"
|
||||
scale: "*"
|
||||
pre-indexed: "*"
|
||||
post-indexed: "*"
|
||||
source: true
|
||||
destination: false
|
||||
|
||||
@@ -23,6 +23,8 @@ def reduce_to_section(kernel, isa):
|
||||
raise ValueError('ISA not supported.')
|
||||
if start == -1:
|
||||
start = 0
|
||||
if end == -1:
|
||||
end = len(kernel)
|
||||
return kernel[start:end]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user