Home
last modified time | relevance | path

Searched refs:Fd (Results 1 – 4 of 4) sorted by relevance

/linux-6.3-rc2/Documentation/arm/nwfpe/
A Dnetwinder-fpe.rst24 <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]
38 <LFM|SFM>{cond}<FD,EA> Fd, <count>, [Rn]{!}
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
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
[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_cpdt.c309 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()
364 Fd = getFd(opcode); in PerformSFM()
366 storeMultiple(Fd, pAddress); in PerformSFM()
368 Fd++; in PerformSFM()
369 if (Fd == 8) in PerformSFM()
[all …]
/linux-6.3-rc2/drivers/net/wireless/intel/iwlegacy/
A D3945.h291 s32 Fa, Fb, Fc, Fd, Fe; /* these modify coeffs based on member

Completed in 7 milliseconds