Searched refs:FP_CMP_S (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/include/math-emu/ |
H A D | single.h | 106 #define FP_CMP_S(r,X,Y,un) _FP_CMP(S,1,r,X,Y,un) macro
|
/openbmc/linux/arch/powerpc/math-emu/ |
H A D | math_efp.c | 333 FP_CMP_S(IR, SA, SB, 3); in do_spe_mathemu() 641 FP_CMP_S(IR0, SA0, SB0, 3); in do_spe_mathemu() 642 FP_CMP_S(IR1, SA1, SB1, 3); in do_spe_mathemu()
|
/openbmc/linux/arch/sparc/math-emu/ |
H A D | math_32.c | 473 FP_CMP_S(IR, SB, SA, 3); in do_one_mathemu()
|