Searched refs:__FPU_FPSCR (Results 1 – 11 of 11) sorted by relevance
/linux-2.4.37.9/arch/ppc/math-emu/ |
D | fctiwz.c | 15 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()
|
D | mtfsfi.c | 15 __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()
|
D | mtfsf.c | 37 __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()
|
D | mtfsb1.c | 11 __FPU_FPSCR |= (1 << (31 - crbD)); in mtfsb1() 14 printk("%s: %d %08lx\n", __FUNCTION__, crbD, __FPU_FPSCR); in mtfsb1()
|
D | mtfsb0.c | 11 __FPU_FPSCR &= ~(1 << (31 - crbD)); in mtfsb0() 14 printk("%s: %d %08lx\n", __FUNCTION__, crbD, __FPU_FPSCR); in mtfsb0()
|
D | mcrfs.c | 20 value = (__FPU_FPSCR >> ((7 - crfS) << 2)) & 15; in mcrfs() 21 __FPU_FPSCR &= ~(clear); in mcrfs()
|
D | fcmpu.c | 31 __FPU_FPSCR &= ~(0x1f000); in fcmpu() 32 __FPU_FPSCR |= (cmp << 12); in fcmpu()
|
D | fcmpo.c | 35 __FPU_FPSCR &= ~(0x1f000); in fcmpo() 36 __FPU_FPSCR |= (cmp << 12); in fcmpo()
|
D | mffs.c | 10 frD[1] = __FPU_FPSCR; in mffs()
|
D | sfp-machine.h | 169 #define __FPU_FPSCR (current->thread.fpscr) macro 176 (__FPU_FPSCR >> 3) & 0x1f; \ 198 __FPU_FPSCR & 0x3; \
|
D | math.c | 162 fpscr = __FPU_FPSCR; in record_exception() 208 __FPU_FPSCR = fpscr; in record_exception() 462 regs->ccr |= (__FPU_FPSCR >> 4) & 0x0f000000; in do_mathemu()
|