Searched refs:oldcsr (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/math-emu/
H A Ddp_sqrt.c40 struct _ieee754_csr oldcsr; local
81 oldcsr = ieee754_csr;
139 oldcsr.cx |= IEEE754_INEXACT;
140 oldcsr.sx |= IEEE754_INEXACT;
142 switch (oldcsr.rm) {
162 ieee754_csr = oldcsr;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dsun3_scsi_vme.c191 unsigned short oldcsr; local
193 oldcsr = dregs->csr;
199 dregs->csr = oldcsr;

Completed in 50 milliseconds