Skip to content

Commit

Permalink
rerun parser/translator
Browse files Browse the repository at this point in the history
  • Loading branch information
danmatichuk committed Nov 1, 2023
1 parent 0a11013 commit 3c115d0
Show file tree
Hide file tree
Showing 5 changed files with 45 additions and 0 deletions.
Binary file modified archived/functions-norm-lite.what4.gz
Binary file not shown.
Binary file modified archived/functions-norm.what4.gz
Binary file not shown.
Binary file modified archived/instructions-norm-lite.what4.gz
Binary file not shown.
Binary file modified archived/instructions-norm.what4.gz
Binary file not shown.
45 changes: 45 additions & 0 deletions data/parsed/extra_defs.sexpr
Original file line number Diff line number Diff line change
Expand Up @@ -661,13 +661,31 @@
(StmtBlock
(list
(StmtReturn Nothing)))))))))
(DefCallable
(QualifiedIdentifier AArch32 CheckITEnabled)
(list
(SymDecl
mask
(TypeFun
bits
(ExprLitNat 4))))
Nothing
(Just
(StmtBlock
(list
(StmtReturn Nothing)))))
(DefCallable
(QualifiedIdentifier Any initGlobals)
(list)
Nothing
(Just
(StmtBlock
(list
(StmtAssign
(LValVarRef
(QualifiedIdentifier Any ShouldAdvanceIT))
(ExprVarRef
(QualifiedIdentifier Any TRUE)))
(StmtCall
(QualifiedIdentifier Any setDefaultCond)
(list))))))
Expand Down Expand Up @@ -1273,6 +1291,33 @@
(QualifiedIdentifier Any NextInstrAddr)
(list)))))
(list)
Nothing)
(StmtIf
(ExprBinOp
"&&"
(ExprBinOp
"&&"
(ExprBinOp
"=="
(ExprVarRef
(QualifiedIdentifier Any __ThisInstrEnc))
(ExprVarRef
(QualifiedIdentifier Any __T16)))
(ExprBinOp
"=="
(ExprMember
(ExprVarRef
(QualifiedIdentifier Any PSTATE))
T)
(ExprLitBin '1')))
(ExprVarRef
(QualifiedIdentifier Any ShouldAdvanceIT)))
(StmtBlock
(list
(StmtCall
(QualifiedIdentifier AArch32 ITAdvance)
(list))))
(list)
Nothing)))))
(DefCallable
(QualifiedIdentifier Any ThisInstrAddr)
Expand Down

0 comments on commit 3c115d0

Please sign in to comment.