Home
last modified time | relevance | path

Searched refs:FP_CMP_D (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/arch/powerpc/math-emu/
H A Dfcmpu.c31 FP_CMP_D(cmp, A, B, 2); in fcmpu()
H A Dfcmpo.c34 FP_CMP_D(cmp, A, B, 2); in fcmpo()
H A Dmath_efp.c476 FP_CMP_D(IR, DA, DB, 3); in do_spe_mathemu()
/openbmc/linux/include/math-emu/
H A Ddouble.h117 #define FP_CMP_D(r,X,Y,un) _FP_CMP(D,2,r,X,Y,un) macro
192 #define FP_CMP_D(r,X,Y,un) _FP_CMP(D,1,r,X,Y,un) macro
/openbmc/linux/arch/alpha/math-emu/
H A Dmath.c178 FP_CMP_D(res, DA, DB, 3); in alpha_fp_emul()
/openbmc/linux/arch/sparc/math-emu/
H A Dmath_32.c482 FP_CMP_D(IR, DB, DA, 3); in do_one_mathemu()