FPSR.cs 92 B

12345678
  1. namespace ChocolArm64.State
  2. {
  3. enum FPSR
  4. {
  5. UFC = 3,
  6. QC = 27
  7. }
  8. }