/kernel/linux/linux-5.10/arch/m68k/math-emu/ |
H A D | fp_arith.h | 19 struct fp_ext * 20 fp_fabs(struct fp_ext *dest, struct fp_ext *src); 21 struct fp_ext * 22 fp_fneg(struct fp_ext *dest, struct fp_ext *src); 25 struct fp_ext * 26 fp_fadd(struct fp_ext *dest, struct fp_ext *src); 27 struct fp_ext * [all...] |
H A D | fp_trig.c | 21 struct fp_ext * 22 fp_fsin(struct fp_ext *dest, struct fp_ext *src) in fp_fsin() 31 struct fp_ext * 32 fp_fcos(struct fp_ext *dest, struct fp_ext *src) in fp_fcos() 41 struct fp_ext * 42 fp_ftan(struct fp_ext *dest, struct fp_ext *src) in fp_ftan() 51 struct fp_ext * [all...] |
H A D | fp_log.c | 20 static const struct fp_ext fp_one = 25 extern struct fp_ext *fp_fadd(struct fp_ext *dest, const struct fp_ext *src); 26 extern struct fp_ext *fp_fdiv(struct fp_ext *dest, const struct fp_ext *src); 28 struct fp_ext * 29 fp_fsqrt(struct fp_ext *dest, struct fp_ext *sr [all...] |
H A D | fp_arith.c | 18 const struct fp_ext fp_QNaN = 24 const struct fp_ext fp_Inf = 31 struct fp_ext * 32 fp_fabs(struct fp_ext *dest, struct fp_ext *src) in fp_fabs() 43 struct fp_ext * 44 fp_fneg(struct fp_ext *dest, struct fp_ext *src) in fp_fneg() 60 struct fp_ext * 61 fp_fadd(struct fp_ext *des [all...] |
H A D | fp_emu.h | 65 register struct fp_ext *reg asm ("a0") = fpreg; \ 93 extern const struct fp_ext fp_QNaN; 94 extern const struct fp_ext fp_Inf; 109 register struct fp_ext *__src asm ("a0") = src; \ 119 register struct fp_ext *__dest asm ("a0") = dest; \
|
H A D | multi_arith.h | 21 static inline void fp_denormalize(struct fp_ext *reg, unsigned int cnt) in fp_denormalize() 63 static inline int fp_overnormalize(struct fp_ext *reg) in fp_overnormalize() 81 static inline int fp_addmant(struct fp_ext *dest, struct fp_ext *src) in fp_addmant() 97 static inline int fp_addcarry(struct fp_ext *reg) in fp_addcarry() 114 static inline void fp_submant(struct fp_ext *dest, struct fp_ext *src1, in fp_submant() 115 struct fp_ext *src2) in fp_submant() 165 static inline void fp_multiplymant(union fp_mant128 *dest, struct fp_ext *src1, in fp_multiplymant() 166 struct fp_ext *src in fp_multiplymant() [all...] |
H A D | fp_util.S | 89 * fp_ext structure. 95 | %a0 = destination (ptr to struct fp_ext) 126 | %a0 = dest (struct fp_ext *) 140 9: move.l %d1,(%a0)+ | fp_ext.sign, fp_ext.exp 141 move.l %d0,(%a0)+ | high lword of fp_ext.mant 178 9: move.l %d1,(%a0)+ | fp_ext.sign, fp_ext.exp 209 | args: %a0 = dest (struct fp_ext *) 434 | args: %a0 (struct fp_ext *) [all...] |
H A D | fp_scan.S | 250 .long fp_ext, fp_pack 264 fp_ext: label
|
/kernel/linux/linux-6.6/arch/m68k/math-emu/ |
H A D | fp_arith.h | 19 struct fp_ext * 20 fp_fabs(struct fp_ext *dest, struct fp_ext *src); 21 struct fp_ext * 22 fp_fneg(struct fp_ext *dest, struct fp_ext *src); 25 struct fp_ext * 26 fp_fadd(struct fp_ext *dest, struct fp_ext *src); 27 struct fp_ext * [all...] |
H A D | fp_trig.c | 21 struct fp_ext * 22 fp_fsin(struct fp_ext *dest, struct fp_ext *src) in fp_fsin() 31 struct fp_ext * 32 fp_fcos(struct fp_ext *dest, struct fp_ext *src) in fp_fcos() 41 struct fp_ext * 42 fp_ftan(struct fp_ext *dest, struct fp_ext *src) in fp_ftan() 51 struct fp_ext * [all...] |
H A D | fp_log.c | 20 static const struct fp_ext fp_one = 25 extern struct fp_ext *fp_fadd(struct fp_ext *dest, const struct fp_ext *src); 26 extern struct fp_ext *fp_fdiv(struct fp_ext *dest, const struct fp_ext *src); 28 struct fp_ext * 29 fp_fsqrt(struct fp_ext *dest, struct fp_ext *sr [all...] |
H A D | fp_arith.c | 18 const struct fp_ext fp_QNaN = 24 const struct fp_ext fp_Inf = 31 struct fp_ext * 32 fp_fabs(struct fp_ext *dest, struct fp_ext *src) in fp_fabs() 43 struct fp_ext * 44 fp_fneg(struct fp_ext *dest, struct fp_ext *src) in fp_fneg() 60 struct fp_ext * 61 fp_fadd(struct fp_ext *des [all...] |
H A D | fp_emu.h | 65 register struct fp_ext *reg asm ("a0") = fpreg; \ 93 extern const struct fp_ext fp_QNaN; 94 extern const struct fp_ext fp_Inf; 109 register struct fp_ext *__src asm ("a0") = src; \ 119 register struct fp_ext *__dest asm ("a0") = dest; \
|
H A D | multi_arith.h | 21 static inline void fp_denormalize(struct fp_ext *reg, unsigned int cnt) in fp_denormalize() 63 static inline int fp_overnormalize(struct fp_ext *reg) in fp_overnormalize() 81 static inline int fp_addmant(struct fp_ext *dest, struct fp_ext *src) in fp_addmant() 97 static inline int fp_addcarry(struct fp_ext *reg) in fp_addcarry() 114 static inline void fp_submant(struct fp_ext *dest, struct fp_ext *src1, in fp_submant() 115 struct fp_ext *src2) in fp_submant() 165 static inline void fp_multiplymant(union fp_mant128 *dest, struct fp_ext *src1, in fp_multiplymant() 166 struct fp_ext *src in fp_multiplymant() [all...] |
H A D | fp_util.S | 89 * fp_ext structure. 95 | %a0 = destination (ptr to struct fp_ext) 126 | %a0 = dest (struct fp_ext *) 140 9: move.l %d1,(%a0)+ | fp_ext.sign, fp_ext.exp 141 move.l %d0,(%a0)+ | high lword of fp_ext.mant 178 9: move.l %d1,(%a0)+ | fp_ext.sign, fp_ext.exp 209 | args: %a0 = dest (struct fp_ext *) 434 | args: %a0 (struct fp_ext *) [all...] |
H A D | fp_scan.S | 250 .long fp_ext, fp_pack 264 fp_ext: label
|
/kernel/linux/linux-5.10/arch/m68k/include/asm/ |
H A D | math-emu.h | 86 struct fp_ext { struct 97 struct fp_ext fpreg[8]; 103 struct fp_ext temp[2];
|
/kernel/linux/linux-6.6/arch/m68k/include/asm/ |
H A D | math-emu.h | 86 struct fp_ext { struct 97 struct fp_ext fpreg[8]; 103 struct fp_ext temp[2];
|