mirror of
https://github.com/RRZE-HPC/OSACA.git
synced 2025-12-16 09:00:05 +01:00
bugfixes for SP reg and ccodes
This commit is contained in:
@@ -589,7 +589,7 @@ class MachineModel(object):
|
||||
return i_operand["class"] == "prfop"
|
||||
# condition
|
||||
if "condition" in operand:
|
||||
if i_operand["ccode"] == self.WILDCARD:
|
||||
if i_operand["class"] == "condition" and i_operand["ccode"] == self.WILDCARD:
|
||||
return True
|
||||
return i_operand["class"] == "condition" and (
|
||||
operand.get("condition", None) == i_operand.get("ccode", None).upper()
|
||||
|
||||
Reference in New Issue
Block a user