Home
last modified time | relevance | path

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

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