Home
last modified time | relevance | path

Searched refs:__FPU_FPSCR (Results 1 – 11 of 11) sorted by relevance

/linux-2.4.37.9/arch/ppc/math-emu/
Dfctiwz.c15 fpscr = __FPU_FPSCR; in fctiwz()
16 __FPU_FPSCR &= ~(3); in fctiwz()
17 __FPU_FPSCR |= FP_RND_ZERO; in fctiwz()
23 __FPU_FPSCR = fpscr; in fctiwz()
Dmtfsfi.c15 __FPU_FPSCR &= ~(mask << ((7 - crfD) << 2)); in mtfsfi()
16 __FPU_FPSCR |= (IMM & 0xf) << ((7 - crfD) << 2); in mtfsfi()
19 printk("%s: %d %x: %08lx\n", __FUNCTION__, crfD, IMM, __FPU_FPSCR); in mtfsfi()
Dmtfsf.c37 __FPU_FPSCR &= ~(mask); in mtfsf()
38 __FPU_FPSCR |= (frB[1] & mask); in mtfsf()
41 printk("%s: %02x %p: %08lx\n", __FUNCTION__, FM, frB, __FPU_FPSCR); in mtfsf()
Dmtfsb1.c11 __FPU_FPSCR |= (1 << (31 - crbD)); in mtfsb1()
14 printk("%s: %d %08lx\n", __FUNCTION__, crbD, __FPU_FPSCR); in mtfsb1()
Dmtfsb0.c11 __FPU_FPSCR &= ~(1 << (31 - crbD)); in mtfsb0()
14 printk("%s: %d %08lx\n", __FUNCTION__, crbD, __FPU_FPSCR); in mtfsb0()
Dmcrfs.c20 value = (__FPU_FPSCR >> ((7 - crfS) << 2)) & 15; in mcrfs()
21 __FPU_FPSCR &= ~(clear); in mcrfs()
Dfcmpu.c31 __FPU_FPSCR &= ~(0x1f000); in fcmpu()
32 __FPU_FPSCR |= (cmp << 12); in fcmpu()
Dfcmpo.c35 __FPU_FPSCR &= ~(0x1f000); in fcmpo()
36 __FPU_FPSCR |= (cmp << 12); in fcmpo()
Dmffs.c10 frD[1] = __FPU_FPSCR; in mffs()
Dsfp-machine.h169 #define __FPU_FPSCR (current->thread.fpscr) macro
176 (__FPU_FPSCR >> 3) & 0x1f; \
198 __FPU_FPSCR & 0x3; \
Dmath.c162 fpscr = __FPU_FPSCR; in record_exception()
208 __FPU_FPSCR = fpscr; in record_exception()
462 regs->ccr |= (__FPU_FPSCR >> 4) & 0x0f000000; in do_mathemu()