Searched refs:Fd (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/Documentation/arm/nwfpe/ |
D | netwinder-fpe.rst | 24 <LDF|STF>{cond}<S|D|E> Fd, Rn 25 <LDF|STF>{cond}<S|D|E> Fd, [Rn, #<expression>]{!} 26 <LDF|STF>{cond}<S|D|E> Fd, [Rn], #<expression> 33 <LFM|SFM>{cond}<S|D|E> Fd, <count>, [Rn] 34 <LFM|SFM>{cond}<S|D|E> Fd, <count>, [Rn, #<expression>]{!} 35 <LFM|SFM>{cond}<S|D|E> Fd, <count>, [Rn], #<expression> 38 <LFM|SFM>{cond}<FD,EA> Fd, <count>, [Rn]{!} 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 [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-6.1.9/arch/arm/nwfpe/ |
D | fpa11_cpdt.c | 309 unsigned int i, Fd, write_back = WRITE_BACK(opcode); in PerformLFM() local 328 Fd = getFd(opcode); in PerformLFM() 330 loadMultiple(Fd, pAddress); in PerformLFM() 332 Fd++; in PerformLFM() 333 if (Fd == 8) in PerformLFM() 334 Fd = 0; in PerformLFM() 345 unsigned int i, Fd, write_back = WRITE_BACK(opcode); in PerformSFM() local 364 Fd = getFd(opcode); in PerformSFM() 366 storeMultiple(Fd, pAddress); in PerformSFM() 368 Fd++; in PerformSFM() [all …]
|
/linux-6.1.9/drivers/net/wireless/intel/iwlegacy/ |
D | 3945.h | 291 s32 Fa, Fb, Fc, Fd, Fe; /* these modify coeffs based on member
|