Home
last modified time | relevance | path

Searched refs:fp_fsub (Results 1 – 3 of 3) sorted by relevance

/linux/arch/m68k/math-emu/
H A Dfp_arith.h24 struct fp_ext *fp_fsub(struct fp_ext *dest, struct fp_ext *src);
H A Dfp_scan.S319 .long fp_fsub, fp_ill, fp_ill, fp_ill
461 fp_dosingleprec fp_fsub
464 fp_dodoubleprec fp_fsub
H A Dfp_arith.c117 struct fp_ext *fp_fsub(struct fp_ext *dest, struct fp_ext *src) in fp_fsub() function
586 fp_fsub(dest, &tmp); in modrem_kernel()