mirror of
https://github.com/RRZE-HPC/OSACA.git
synced 2026-01-05 02:30:08 +01:00
black-compliant formatting
This commit is contained in:
@@ -198,7 +198,7 @@ class ParserAArch64(BaseParser):
|
||||
).setResultsName("prfop")
|
||||
# Condition codes, based on http://tiny.cc/armcc
|
||||
condition = (
|
||||
pp.CaselessLiteral("EQ") # z set
|
||||
pp.CaselessLiteral("EQ") # z set
|
||||
^ pp.CaselessLiteral("NE") # z clear
|
||||
^ pp.CaselessLiteral("CS") # c set
|
||||
^ pp.CaselessLiteral("HS") # c set
|
||||
|
||||
Reference in New Issue
Block a user