Fpsr.cs 92 B

12345678
  1. namespace ChocolArm64.State
  2. {
  3. enum Fpsr
  4. {
  5. Ufc = 3,
  6. Qc = 27
  7. }
  8. }