Home
last modified time | relevance | path

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

/linux-3.4.99/Documentation/arm/nwfpe/
DREADME.FPE62 CMF{cond} Fn, Fm Compare floating
63 CMFE{cond} Fn, Fm Compare floating with exception
64 CNF{cond} Fn, Fm Compare negated floating
65 CNFE{cond} Fn, Fm Compare negated floating with exception
74 ADF{cond}<S|D|E>{P,M,Z} Fd, Fn, <Fm,#value> - add
75 SUF{cond}<S|D|E>{P,M,Z} Fd, Fn, <Fm,#value> - subtract
76 RSF{cond}<S|D|E>{P,M,Z} Fd, Fn, <Fm,#value> - reverse subtract
77 MUF{cond}<S|D|E>{P,M,Z} Fd, Fn, <Fm,#value> - multiply
78 DVF{cond}<S|D|E>{P,M,Z} Fd, Fn, <Fm,#value> - divide
79 RDV{cond}<S|D|E>{P,M,Z} Fd, Fn, <Fm,#value> - reverse divide
[all …]
DTODO4 POW{cond}<S|D|E>{P,M,Z} Fd, Fn, <Fm,#value> - power
5 RPW{cond}<S|D|E>{P,M,Z} Fd, Fn, <Fm,#value> - reverse power
6 POL{cond}<S|D|E>{P,M,Z} Fd, Fn, <Fm,#value> - polar angle (arctan2)
8 LOG{cond}<S|D|E>{P,M,Z} Fd, <Fm,#value> - logarithm to base 10
9 LGN{cond}<S|D|E>{P,M,Z} Fd, <Fm,#value> - logarithm to base e
10 EXP{cond}<S|D|E>{P,M,Z} Fd, <Fm,#value> - exponent
11 SIN{cond}<S|D|E>{P,M,Z} Fd, <Fm,#value> - sine
12 COS{cond}<S|D|E>{P,M,Z} Fd, <Fm,#value> - cosine
13 TAN{cond}<S|D|E>{P,M,Z} Fd, <Fm,#value> - tangent
14 ASN{cond}<S|D|E>{P,M,Z} Fd, <Fm,#value> - arcsine
[all …]
/linux-3.4.99/arch/arm/nwfpe/
Dfpa11_cprt.c157 unsigned int Fn = getFn(opcode), Fm = getFm(opcode); in PerformComparison() local
198 rFm = getExtendedConstant(Fm); in PerformComparison()
203 switch (fpa11->fType[Fm]) { in PerformComparison()
206 if (float32_is_nan(fpa11->fpreg[Fm].fSingle)) in PerformComparison()
208 rFm = float32_to_floatx80(fpa11->fpreg[Fm].fSingle); in PerformComparison()
213 if (float64_is_nan(fpa11->fpreg[Fm].fDouble)) in PerformComparison()
215 rFm = float64_to_floatx80(fpa11->fpreg[Fm].fDouble); in PerformComparison()
220 if (floatx80_is_nan(fpa11->fpreg[Fm].fExtended)) in PerformComparison()
222 rFm = fpa11->fpreg[Fm].fExtended; in PerformComparison()
250 float32 rFm = getSingleConstant(Fm); in PerformComparison()
[all …]
Dextended_cpdo.c26 floatx80 floatx80_exp(floatx80 Fm);
27 floatx80 floatx80_ln(floatx80 Fm);
94 unsigned int Fm, opc_mask_shift; in ExtendedCPDO() local
96 Fm = getFm(opcode); in ExtendedCPDO()
98 rFm = getExtendedConstant(Fm); in ExtendedCPDO()
100 switch (fpa11->fType[Fm]) { in ExtendedCPDO()
102 rFm = float32_to_floatx80(fpa11->fpreg[Fm].fSingle); in ExtendedCPDO()
106 rFm = float64_to_floatx80(fpa11->fpreg[Fm].fDouble); in ExtendedCPDO()
110 rFm = fpa11->fpreg[Fm].fExtended; in ExtendedCPDO()
Ddouble_cpdo.c31 float64 float64_exp(float64 Fm);
32 float64 float64_ln(float64 Fm);
115 unsigned int Fm, opc_mask_shift; in DoubleCPDO() local
117 Fm = getFm(opcode); in DoubleCPDO()
119 rFm = getDoubleConstant(Fm); in DoubleCPDO()
121 switch (fpa11->fType[Fm]) { in DoubleCPDO()
123 rFm = float32_to_float64(fpa11->fpreg[Fm].fSingle); in DoubleCPDO()
127 rFm = fpa11->fpreg[Fm].fDouble; in DoubleCPDO()
Dsingle_cpdo.c27 float32 float32_exp(float32 Fm);
28 float32 float32_ln(float32 Fm);
92 unsigned int Fm, opc_mask_shift; in SingleCPDO() local
94 Fm = getFm(opcode); in SingleCPDO()
96 rFm = getSingleConstant(Fm); in SingleCPDO()
97 } else if (fpa11->fType[Fm] == typeSingle) { in SingleCPDO()
98 rFm = fpa11->fpreg[Fm].fSingle; in SingleCPDO()
Dfpa11_cpdo.c58 register unsigned int Fm = getFm(opcode); in EmulateCPDO() local
59 if (nType < fpa11->fType[Fm]) { in EmulateCPDO()
60 nType = fpa11->fType[Fm]; in EmulateCPDO()
/linux-3.4.99/arch/sh/math-emu/
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 …]
/linux-3.4.99/Documentation/DocBook/media/
Dfieldseq_bt.gif.b64198 83En9zCvB7FVhzpX93Vn93anc3XA82qX953+83OUJQRvx/d873ZGAPYSb3RoB3UzF/VIv/Vlr+Fm
/linux-3.4.99/Documentation/video4linux/bttv/
DCards624 Tv/Fm Capture Card (Model 68404) = PV951