Home
last modified time | relevance | path

Searched refs:Fm (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/arch/arm/nwfpe/
H A Dfpa11_cprt.c145 unsigned int Fn = getFn(opcode), Fm = getFm(opcode); in PerformComparison() local
185 //printk("Fm is a constant: #%d.\n",Fm); in PerformComparison()
186 rFm = getExtendedConstant(Fm); in PerformComparison()
190 //printk("Fm = r%d which contains a ",Fm); in PerformComparison()
191 switch (fpa11->fType[Fm]) { in PerformComparison()
194 if (float32_is_nan(fpa11->fpreg[Fm].fSingle)) in PerformComparison()
196 rFm = float32_to_floatx80(fpa11->fpreg[Fm].fSingle); in PerformComparison()
201 if (float64_is_nan(fpa11->fpreg[Fm] in PerformComparison()
[all...]
H A Dextended_cpdo.c14 floatx80 floatx80_exp(floatx80 Fm);
15 floatx80 floatx80_ln(floatx80 Fm);
82 unsigned int Fm, opc_mask_shift; in ExtendedCPDO() local
84 Fm = getFm(opcode); in ExtendedCPDO()
86 rFm = getExtendedConstant(Fm); in ExtendedCPDO()
88 switch (fpa11->fType[Fm]) { in ExtendedCPDO()
90 rFm = float32_to_floatx80(fpa11->fpreg[Fm].fSingle); in ExtendedCPDO()
94 rFm = float64_to_floatx80(fpa11->fpreg[Fm].fDouble); in ExtendedCPDO()
98 rFm = fpa11->fpreg[Fm].fExtended; in ExtendedCPDO()
H A Ddouble_cpdo.c19 float64 float64_exp(float64 Fm);
20 float64 float64_ln(float64 Fm);
103 unsigned int Fm, opc_mask_shift; in DoubleCPDO() local
105 Fm = getFm(opcode); in DoubleCPDO()
107 rFm = getDoubleConstant(Fm); in DoubleCPDO()
109 switch (fpa11->fType[Fm]) { in DoubleCPDO()
111 rFm = float32_to_float64(fpa11->fpreg[Fm].fSingle); in DoubleCPDO()
115 rFm = fpa11->fpreg[Fm].fDouble; in DoubleCPDO()
H A Dsingle_cpdo.c15 float32 float32_exp(float32 Fm);
16 float32 float32_ln(float32 Fm);
80 unsigned int Fm, opc_mask_shift; in SingleCPDO() local
82 Fm = getFm(opcode); in SingleCPDO()
84 rFm = getSingleConstant(Fm); in SingleCPDO()
85 } else if (fpa11->fType[Fm] == typeSingle) { in SingleCPDO()
86 rFm = fpa11->fpreg[Fm].fSingle; in SingleCPDO()
H A Dfpa11_cpdo.c35 /* Compare the size of the operands in Fn and Fm. in EmulateCPDO()
38 If Fm is a constant, we just grab a constant of a size in EmulateCPDO()
46 register unsigned int Fm = getFm(opcode); in EmulateCPDO() local
47 if (nType < fpa11->fType[Fm]) { in EmulateCPDO()
48 nType = fpa11->fType[Fm]; in EmulateCPDO()
/kernel/linux/linux-6.6/arch/arm/nwfpe/
H A Dfpa11_cprt.c145 unsigned int Fn = getFn(opcode), Fm = getFm(opcode); in PerformComparison() local
185 //printk("Fm is a constant: #%d.\n",Fm); in PerformComparison()
186 rFm = getExtendedConstant(Fm); in PerformComparison()
190 //printk("Fm = r%d which contains a ",Fm); in PerformComparison()
191 switch (fpa11->fType[Fm]) { in PerformComparison()
194 if (float32_is_nan(fpa11->fpreg[Fm].fSingle)) in PerformComparison()
196 rFm = float32_to_floatx80(fpa11->fpreg[Fm].fSingle); in PerformComparison()
201 if (float64_is_nan(fpa11->fpreg[Fm] in PerformComparison()
[all...]
H A Dextended_cpdo.c14 floatx80 floatx80_exp(floatx80 Fm);
15 floatx80 floatx80_ln(floatx80 Fm);
82 unsigned int Fm, opc_mask_shift; in ExtendedCPDO() local
84 Fm = getFm(opcode); in ExtendedCPDO()
86 rFm = getExtendedConstant(Fm); in ExtendedCPDO()
88 switch (fpa11->fType[Fm]) { in ExtendedCPDO()
90 rFm = float32_to_floatx80(fpa11->fpreg[Fm].fSingle); in ExtendedCPDO()
94 rFm = float64_to_floatx80(fpa11->fpreg[Fm].fDouble); in ExtendedCPDO()
98 rFm = fpa11->fpreg[Fm].fExtended; in ExtendedCPDO()
H A Ddouble_cpdo.c19 float64 float64_exp(float64 Fm);
20 float64 float64_ln(float64 Fm);
103 unsigned int Fm, opc_mask_shift; in DoubleCPDO() local
105 Fm = getFm(opcode); in DoubleCPDO()
107 rFm = getDoubleConstant(Fm); in DoubleCPDO()
109 switch (fpa11->fType[Fm]) { in DoubleCPDO()
111 rFm = float32_to_float64(fpa11->fpreg[Fm].fSingle); in DoubleCPDO()
115 rFm = fpa11->fpreg[Fm].fDouble; in DoubleCPDO()
H A Dsingle_cpdo.c15 float32 float32_exp(float32 Fm);
16 float32 float32_ln(float32 Fm);
80 unsigned int Fm, opc_mask_shift; in SingleCPDO() local
82 Fm = getFm(opcode); in SingleCPDO()
84 rFm = getSingleConstant(Fm); in SingleCPDO()
85 } else if (fpa11->fType[Fm] == typeSingle) { in SingleCPDO()
86 rFm = fpa11->fpreg[Fm].fSingle; in SingleCPDO()
H A Dfpa11_cpdo.c35 /* Compare the size of the operands in Fn and Fm. in EmulateCPDO()
38 If Fm is a constant, we just grab a constant of a size in EmulateCPDO()
46 register unsigned int Fm = getFm(opcode); in EmulateCPDO() local
47 if (nType < fpa11->fType[Fm]) { in EmulateCPDO()
48 nType = fpa11->fType[Fm]; in EmulateCPDO()
/kernel/linux/linux-5.10/arch/sh/math-emu/
H A Dmath.c69 FP_DECL_##SZ(Fm); FP_DECL_##SZ(Fn); \
70 UNPACK_##SZ(Fm, M); UNPACK_##SZ(Fn, N); \
71 FP_CMP_##SZ(R, Fn, Fm, 2); }while(0)
73 FP_DECL_##SZ(Fm); FP_DECL_##SZ(Fn); \
74 UNPACK_##SZ(Fm, M); UNPACK_##SZ(Fn, N); \
75 FP_CMP_EQ_##SZ(R, Fn, Fm); }while(0)
100 FP_DECL_##SZ(Fm); FP_DECL_##SZ(Fn); FP_DECL_##SZ(Fr); \
101 UNPACK_##SZ(Fm, M); UNPACK_##SZ(Fn, N); \
102 FP_##OP##_##SZ(Fr, Fn, Fm); \
140 FP_DECL_S(Fm); in fmac()
[all...]
/kernel/linux/linux-6.6/arch/sh/math-emu/
H A Dmath.c69 FP_DECL_##SZ(Fm); FP_DECL_##SZ(Fn); \
70 UNPACK_##SZ(Fm, M); UNPACK_##SZ(Fn, N); \
71 FP_CMP_##SZ(R, Fn, Fm, 2); }while(0)
73 FP_DECL_##SZ(Fm); FP_DECL_##SZ(Fn); \
74 UNPACK_##SZ(Fm, M); UNPACK_##SZ(Fn, N); \
75 FP_CMP_EQ_##SZ(R, Fn, Fm); }while(0)
100 FP_DECL_##SZ(Fm); FP_DECL_##SZ(Fn); FP_DECL_##SZ(Fr); \
101 UNPACK_##SZ(Fm, M); UNPACK_##SZ(Fn, N); \
102 FP_##OP##_##SZ(Fr, Fn, Fm); \
140 FP_DECL_S(Fm); in fmac()
[all...]

Completed in 5 milliseconds