Home
last modified time | relevance | path

Searched refs:FPSCR_FR (Results 1 – 2 of 2) sorted by relevance

/linux/arch/sh/math-emu/
H A Dmath.c34 #define FPSCR_FR ((FPSCR>>21)&1) macro
37 #define BANK(n) (n^(FPSCR_FR?16:0))
405 const int flag[] = { FPSCR_SZ, FPSCR_PR, FPSCR_FR, 0 }; in id_fxfd()
/linux/arch/powerpc/include/asm/
H A Dreg.h189 #define FPSCR_FR 0x00040000 /* Fraction rounded */ macro