Create FPCR.cs
This commit is contained in:
parent
071fee1035
commit
5c3279b79f
1 changed files with 11 additions and 0 deletions
11
ChocolArm64/State/FPCR.cs
Normal file
11
ChocolArm64/State/FPCR.cs
Normal file
|
@ -0,0 +1,11 @@
|
|||
namespace ChocolArm64.State
|
||||
{
|
||||
enum FPCR
|
||||
{
|
||||
UFE = 11,
|
||||
RMode = 22,
|
||||
FZ = 24,
|
||||
DN = 25,
|
||||
AHP = 26
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue