Lines Matching defs:bits
840 #define SPFROMREG(sp, x) SIFROMREG((sp).bits, x)
841 #define SPTOREG(sp, x) SITOREG((sp).bits, x)
842 #define DPFROMREG(dp, x) DIFROMREG((dp).bits, x)
843 #define DPTOREG(dp, x) DITOREG((dp).bits, x)
922 /* Preserve read-only bits. */
1696 u64 bits;
2012 if (fd.bits & 0x1)
2363 if (fd.bits & 0x1)
2439 rv.s = ieee754sp_fint(fs.bits);
2446 rv.d = ieee754dp_fint(fs.bits);
2599 DIFROMREG(bits, MIPSInst_FS(ir));
2605 rv.s = ieee754sp_flong(bits);
2611 rv.d = ieee754dp_flong(bits);
2761 * Note: cause exception bits do not accumulate, they are rewritten
2762 * for each op; only the flag/sticky bits accumulate.