/linux-5.19.10/Documentation/arm/nwfpe/ |
D | netwinder-fpe.rst | 68 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 …]
|
D | todo.rst | 6 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-5.19.10/arch/arm/nwfpe/ |
D | fpa11_cprt.c | 145 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 …]
|
D | extended_cpdo.c | 14 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()
|
D | double_cpdo.c | 19 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()
|
D | single_cpdo.c | 15 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()
|
D | fpa11_cpdo.c | 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()
|
/linux-5.19.10/arch/sh/math-emu/ |
D | math.c | 69 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-5.19.10/Documentation/admin-guide/media/ |
D | bttv.rst | 1211 - Tv/Fm Capture Card (Model 68404) = PV951
|