Home
last modified time | relevance | path

Searched refs:Fm (Results 1 – 9 of 9) sorted by relevance

/linux-6.3-rc2/Documentation/arm/nwfpe/
A Dnetwinder-fpe.rst68 CMF{cond} Fn, Fm Compare floating
70 CNF{cond} Fn, Fm Compare negated floating
80 ADF{cond}<S|D|E>{P,M,Z} Fd, Fn, <Fm,#value> - add
107 MVF{cond}<S|D|E>{P,M,Z} Fd, <Fm,#value> - move
114 RND{cond}<S|D|E>{P,M,Z} Fd, <Fm,#value> - round
119 NRM{cond}<S|D|E>{P,M,Z} Fd, <Fm,#value> - normalize
133 EXP{cond}<S|D|E>{P,M,Z} Fd, <Fm,#value> - exponent
134 SIN{cond}<S|D|E>{P,M,Z} Fd, <Fm,#value> - sine
135 COS{cond}<S|D|E>{P,M,Z} Fd, <Fm,#value> - cosine
136 TAN{cond}<S|D|E>{P,M,Z} Fd, <Fm,#value> - tangent
[all …]
A Dtodo.rst6 POW{cond}<S|D|E>{P,M,Z} Fd, Fn, <Fm,#value> - power
7 RPW{cond}<S|D|E>{P,M,Z} Fd, Fn, <Fm,#value> - reverse power
10 LOG{cond}<S|D|E>{P,M,Z} Fd, <Fm,#value> - logarithm to base 10
11 LGN{cond}<S|D|E>{P,M,Z} Fd, <Fm,#value> - logarithm to base e
12 EXP{cond}<S|D|E>{P,M,Z} Fd, <Fm,#value> - exponent
13 SIN{cond}<S|D|E>{P,M,Z} Fd, <Fm,#value> - sine
14 COS{cond}<S|D|E>{P,M,Z} Fd, <Fm,#value> - cosine
15 TAN{cond}<S|D|E>{P,M,Z} Fd, <Fm,#value> - tangent
16 ASN{cond}<S|D|E>{P,M,Z} Fd, <Fm,#value> - arcsine
17 ACS{cond}<S|D|E>{P,M,Z} Fd, <Fm,#value> - arccosine
[all …]
/linux-6.3-rc2/arch/arm/nwfpe/
A Dfpa11_cprt.c186 rFm = getExtendedConstant(Fm); in PerformComparison()
191 switch (fpa11->fType[Fm]) { in PerformComparison()
194 if (float32_is_nan(fpa11->fpreg[Fm].fSingle)) in PerformComparison()
201 if (float64_is_nan(fpa11->fpreg[Fm].fDouble)) in PerformComparison()
210 rFm = fpa11->fpreg[Fm].fExtended; in PerformComparison()
238 float32 rFm = getSingleConstant(Fm); in PerformComparison()
259 float64 rFm = getDoubleConstant(Fm); in PerformComparison()
283 && fpa11->fType[Fm] == typeSingle) { in PerformComparison()
284 float32 rFm = fpa11->fpreg[Fm].fSingle; in PerformComparison()
309 rFm = (fpa11->fType[Fm] == typeSingle) ? in PerformComparison()
[all …]
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()
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()
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()
A Dfpa11_cpdo.c46 register unsigned int Fm = getFm(opcode); in EmulateCPDO() local
47 if (nType < fpa11->fType[Fm]) { in EmulateCPDO()
48 nType = fpa11->fType[Fm]; in EmulateCPDO()
/linux-6.3-rc2/arch/sh/math-emu/
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)
101 UNPACK_##SZ(Fm, M); UNPACK_##SZ(Fn, N); \
102 FP_##OP##_##SZ(Fr, Fn, Fm); \
140 FP_DECL_S(Fm); in fmac()
143 UNPACK_S(Fm, FRm); in fmac()
[all …]
/linux-6.3-rc2/Documentation/admin-guide/media/
A Dbttv.rst1211 - Tv/Fm Capture Card (Model 68404) = PV951

Completed in 16 milliseconds