HomeSort by relevance Sort by last modified time
    Searched full:ti32 (Results 1 - 2 of 2) sorted by null

  /external/webrtc/src/common_audio/signal_processing/
complex_fft.c 163 WebRtc_Word32 tr32, ti32, qr32, qi32; local
201 ti32 = WEBRTC_SPL_RSHIFT_W32((WEBRTC_SPL_MUL_16_16(wr, frfi[2 * j + 1])
207 frfi[2 * j + 1] = (WebRtc_Word16)WEBRTC_SPL_RSHIFT_W32(qi32 - ti32, 1);
209 frfi[2 * i + 1] = (WebRtc_Word16)WEBRTC_SPL_RSHIFT_W32(qi32 + ti32, 1);
252 __asm__("smladx %0, %1, %2, %3" : "=r"(ti32) :
259 ti32 = WEBRTC_SPL_MUL_16_16(wr, frfi[2 * j + 1])
264 ti32 = WEBRTC_SPL_RSHIFT_W32(ti32, 15 - CFFTSFT);
272 (qi32 - ti32 + CFFTRND2), 1 + CFFTSFT);
276 (qi32 + ti32 + CFFTRND2), 1 + CFFTSFT)
291 WebRtc_Word32 tr32, ti32, qr32, qi32; local
    [all...]
  /external/llvm/test/CodeGen/X86/
2010-04-23-mmx-movdq2q.ll 26 ; CHECK: ti32
27 define void @ti32(double %a, double %b) nounwind {

Completed in 84 milliseconds