Home
last modified time | relevance | path

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

/linux/Documentation/arch/arm/nwfpe/
H A Dnetwinder-fpe.rst68 CMF{cond} Fn, Fm Compare floating
69 CMFE{cond} Fn, Fm Compare floating with exception
70 CNF{cond} Fn, Fm Compare negated floating
71 CNFE{cond} Fn, Fm Compare negated floating with exception
80 ADF{cond}<S|D|E>{P,M,Z} Fd, Fn, <Fm,#value> - add
81 SUF{cond}<S|D|E>{P,M,Z} Fd, Fn, <Fm,#value> - subtract
82 RSF{cond}<S|D|E>{P,M,Z} Fd, Fn, <Fm,#value> - reverse subtract
83 MUF{cond}<S|D|E>{P,M,Z} Fd, Fn, <Fm,#value> - multiply
84 DVF{cond}<S|D|E>{P,M,Z} Fd, Fn, <Fm,#value> - divide
85 RDV{cond}<S|D|E>{P,M,Z} Fd, Fn, <Fm,#value> - reverse divide
[all …]
H 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
8 POL{cond}<S|D|E>{P,M,Z} Fd, Fn, <Fm,#value> - polar angle (arctan2)
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
[all …]
/linux/arch/arm/nwfpe/
H A Dfpa11_cprt.c145 unsigned int Fn = getFn(opcode), Fm = getFm(opcode); in PerformComparison() local
186 rFm = getExtendedConstant(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].fDouble)) in PerformComparison()
203 rFm = float64_to_floatx80(fpa11->fpreg[Fm].fDouble); in PerformComparison()
208 if (floatx80_is_nan(fpa11->fpreg[Fm].fExtended)) in PerformComparison()
210 rFm = fpa11->fpreg[Fm].fExtended; in PerformComparison()
238 float32 rFm = getSingleConstant(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.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/arch/sh/math-emu/
H A Dmath.c71 FP_DECL_##SZ(Fm); FP_DECL_##SZ(Fn); \
72 UNPACK_##SZ(Fm, M); UNPACK_##SZ(Fn, N); \
73 FP_CMP_##SZ(R, Fn, Fm, 2); }while(0)
75 FP_DECL_##SZ(Fm); FP_DECL_##SZ(Fn); \
76 UNPACK_##SZ(Fm, M); UNPACK_##SZ(Fn, N); \
77 FP_CMP_EQ_##SZ(R, Fn, Fm); }while(0)
102 FP_DECL_##SZ(Fm); FP_DECL_##SZ(Fn); FP_DECL_##SZ(Fr); \
103 UNPACK_##SZ(Fm, M); UNPACK_##SZ(Fn, N); \
104 FP_##OP##_##SZ(Fr, Fn, Fm); \
142 FP_DECL_S(Fm); in fmac()
[all …]
/linux/Documentation/admin-guide/media/
H A Dbttv.rst1211 - Tv/Fm Capture Card (Model 68404) = PV951