Interpreter: less duplicate code in float compares

This commit is contained in:
Tillmann Karras
2014-03-09 19:31:50 +01:00
parent 9ef64245fa
commit 16885d0f74
5 changed files with 60 additions and 102 deletions

View File

@ -410,7 +410,8 @@ union UReg_FPSCR
u32 VXSOFT : 1;
// reserved
u32 : 1;
// Floating point result flags (not sticky)
// Floating point result flags (includes FPCC) (not sticky)
// from more to less significand: class, <, >, =, ?
u32 FPRF : 5;
// Fraction inexact (not sticky)
u32 FI : 1;