Home
last modified time | relevance | path

Searched refs:xma (Results 1 - 5 of 5) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/bn/asm/
H A Dia64.S38 // xma[->getf] 7[+1] 4[+0]
372 // The loop therefore spins at the latency of xma minus 1, or in other
376 // "distance" between ldf8 and xma is not latency of ldf8, but the
377 // *difference* between xma and ldf8 latencies.
380 (p18) xma.hu f38=f34,f8,f39 }
382 (p18) xma.lu f35=f34,f8,f39
444 (p20) xma.lu f42=f36,f8,f50 // low
447 (p20) xma.hu f36=f36,f8,f50 // high
537 // otherwise performed by xma ourselves). Normally we would trade
667 xma
[all...]
H A Dia64-mont.pl23 # stalls after ldf8, xma and getf.sig outside inner loop and
159 xma.hu ahi[1]=alo[3],bi,ahi[2] // ap[1]*bp[0]
162 xma.lu alo[3]=alo[3],bi,ahi[2]
178 (p18) xma.hu ahi[0]=alo[2],bi,ahi[1]
181 (p18) xma.lu alo[2]=alo[2],bi,ahi[1]
184 (p20) xma.hu nhi[0]=nlo[2],m0,nhi[1]
187 (p20) xma.lu nlo[2]=nlo[2],m0,nhi[1]
222 xma.hu ahi[2]=alo[4],bi,ahi[3] // ap[0]*bp[i]+tp[0]
226 xma.lu alo[4]=alo[4],bi,ahi[3]
229 xma
[all...]
/third_party/openssl/crypto/bn/asm/
H A Dia64.S38 // xma[->getf] 7[+1] 4[+0]
372 // The loop therefore spins at the latency of xma minus 1, or in other
376 // "distance" between ldf8 and xma is not latency of ldf8, but the
377 // *difference* between xma and ldf8 latencies.
380 (p18) xma.hu f38=f34,f8,f39 }
382 (p18) xma.lu f35=f34,f8,f39
444 (p20) xma.lu f42=f36,f8,f50 // low
447 (p20) xma.hu f36=f36,f8,f50 // high
537 // otherwise performed by xma ourselves). Normally we would trade
667 xma
[all...]
H A Dia64-mont.pl23 # stalls after ldf8, xma and getf.sig outside inner loop and
159 xma.hu ahi[1]=alo[3],bi,ahi[2] // ap[1]*bp[0]
162 xma.lu alo[3]=alo[3],bi,ahi[2]
178 (p18) xma.hu ahi[0]=alo[2],bi,ahi[1]
181 (p18) xma.lu alo[2]=alo[2],bi,ahi[1]
184 (p20) xma.hu nhi[0]=nlo[2],m0,nhi[1]
187 (p20) xma.lu nlo[2]=nlo[2],m0,nhi[1]
222 xma.hu ahi[2]=alo[4],bi,ahi[3] // ap[0]*bp[i]+tp[0]
226 xma.lu alo[4]=alo[4],bi,ahi[3]
229 xma
[all...]
/third_party/ffmpeg/libavcodec/
H A Dwmaprodec.c249 WMAProDecodeCtx xma[XMA_MAX_STREAMS]; member
1848 if (!s->xma[s->current_stream].eof_done) { in xma_decode_packet()
1849 ret = decode_packet(avctx, &s->xma[s->current_stream], s->frames[s->current_stream], in xma_decode_packet()
1857 if (!s->xma[i].eof_done && s->frames[i]->data[0]) { in xma_decode_packet()
1858 ret = decode_packet(avctx, &s->xma[i], s->frames[i], in xma_decode_packet()
1862 eof &= s->xma[i].eof_done; in xma_decode_packet()
1866 if (s->xma[0].trim_start) in xma_decode_packet()
1867 s->trim_start = s->xma[0].trim_start; in xma_decode_packet()
1868 if (s->xma[0].trim_end) in xma_decode_packet()
1869 s->trim_end = s->xma[ in xma_decode_packet()
[all...]

Completed in 6 milliseconds