-
Notifications
You must be signed in to change notification settings - Fork 570
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
i#2360: consistently label nzcvqg as arithmetic on ARM (#2362)
DR considers the Q and GE flags to be arithmetic for saving, restoring, and in the EFLAGS_ARITH constant, yet not in the EFLAGS_{READ,WRITE}_ARITH defines. We correct that here by including them in all arithmetic defines. Re-enables the drreg test that was broken because of this. Relaxes a drreg assert on re-spilling to the aflags slot with different regs, which is exposed by this fix. This relaxation mirrors what we already do on restoring aflags. Fixes #2360
- Loading branch information
1 parent
c839a54
commit 9da55c6
Showing
4 changed files
with
14 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters