Home
last modified time | relevance | path

Searched refs:stages (Results 1 – 25 of 47) sorted by relevance

12

/external/llvm/lib/Target/MBlaze/
DMBlazeSchedule3.td18 // The instruction takes one cycle to execute in each of the stages. The
32 // pipeline stages except the execute stage, which takes three cycles. The
45 // stages except the execute stage, which takes 34 cycles. The two
58 // The instruction takes one cycle to execute in each of the pipeline stages
71 // one cycle to execute in each of the pipeline stages. The source operand is
80 // instruction takes one cycle to execute in each of the pipeline stages. The
91 // the pipeline stages. The source operand is read during the decode stage
101 // instruction takes one cycle to execute in each of the pipeline stages
113 // the pipeline stages except the execute stage, which takes six cycles. The
126 // each of the pipeline stages except the execute stage, which takes 30
[all …]
DMBlazeSchedule5.td18 // The instruction takes one cycle to execute in each of the stages. The
34 // pipeline stages. The two source operands are read during the decode stage
48 // stages except the memory access stage, which takes 31 cycles. The two
63 // The instruction takes one cycle to execute in each of the pipeline stages.
77 // one cycle to execute in each of the pipeline stages. The source operand is
88 // instruction takes one cycle to execute in each of the pipeline stages. The
101 // the pipeline stages. The source operand is read during the decode stage
113 // instruction takes one cycle to execute in each of the pipeline stages
127 // the pipeline stages except the memory access stage, which takes two
142 // each of the pipeline stages except the memory access stage, which takes 26
[all …]
/external/webrtc/src/modules/audio_processing/ns/
Dnsx_core.c483 tabind = inst->stages - inst->normData; in NoiseEstimationC()
717 tmp32no1 += WEBRTC_SPL_LSHIFT_W32((WebRtc_Word32)(inst->minNorm - inst->stages), 11); in WebRtcNsx_CalcParametricNoiseEstimate()
760 inst->stages = 7; in WebRtcNsx_InitCore()
768 inst->stages = 8; in WebRtcNsx_InitCore()
776 inst->stages = 8; in WebRtcNsx_InitCore()
967 histIndex = WEBRTC_SPL_UDIV((inst->featureSpecDiff * 5) >> inst->stages, in WebRtcNsx_FeatureParameterExtraction()
1007 tmp32 = (WebRtc_Word32)((tmpU32 << (9 + inst->stages)) / numHistLrt / in WebRtcNsx_FeatureParameterExtraction()
1171 …logCurSpectralFlatness += ((WebRtc_Word32)(inst->stages - 1) << (inst->stages + 7)); // Q(8+stages… in WebRtcNsx_ComputeSpectralFlatness()
1172 logCurSpectralFlatness -= (tmp32 << (inst->stages - 1)); in WebRtcNsx_ComputeSpectralFlatness()
1173 logCurSpectralFlatness = WEBRTC_SPL_LSHIFT_W32(logCurSpectralFlatness, 10 - inst->stages); // Q17 in WebRtcNsx_ComputeSpectralFlatness()
[all …]
Dnsx_core.h42 int stages; member
Dnsx_core_neon.c107 tabind = inst->stages - inst->normData; in NoiseEstimationNeon()
/external/webrtc/src/common_audio/signal_processing/
Dcomplex_bit_reverse.c20 void WebRtcSpl_ComplexBitReverse(WebRtc_Word16 frfi[], int stages) in WebRtcSpl_ComplexBitReverse() argument
25 n = 1 << stages; in WebRtcSpl_ComplexBitReverse()
Dcomplex_fft.c159 int WebRtcSpl_ComplexFFT(WebRtc_Word16 frfi[], int stages, int mode) in WebRtcSpl_ComplexFFT() argument
168 n = 1 << stages; in WebRtcSpl_ComplexFFT()
287 int WebRtcSpl_ComplexIFFT(WebRtc_Word16 frfi[], int stages, int mode) in WebRtcSpl_ComplexIFFT() argument
297 n = 1 << stages; in WebRtcSpl_ComplexIFFT()
/external/tremolo/Tremolo/
Dres012.c89 if(k+1>info->stages)info->stages=k+1; in res_unpack()
134 for(s=0;s<info->stages;s++){ in res_inverse()
203 for(s=0;s<info->stages;s++){ in res_inverse()
Dcodec_internal.h144 char stages; member
Dmdct.c230 int stages=7-shift; in mdct_butterflies() local
233 for(i=0;--stages>=0;i++){ in mdct_butterflies()
DmdctLARM.s414 RSBS r4,r3,#6 @ r4 = stages = 7-shift then --stages
582 SUBS r4, r4, #1 @ stages--
DmdctARM.s425 RSBS r4,r3,#6 @ r4 = stages = 7-shift then --stages
591 SUBS r4, r4, #1 @ stages--
/external/oprofile/events/alpha/ev67/
Devents10 …unters:0 um:zero minimum:500 name:STALLED_0 : PCTR0 triggered; stalled between fetch and map stages
19 …unters:0 um:zero minimum:500 name:STALLED_1 : PCTR1 triggered; stalled between fetch and map stages
/external/llvm/include/llvm/Target/
DTargetSchedule.td66 // instruction stages.
107 class InstrItinData<InstrItinClass Class, list<InstrStage> stages,
111 list<InstrStage> Stages = stages;
/external/skia/src/gpu/
DGrDefaultPathRenderer.h58 GrDrawState::StageMask stages,
/external/clang/docs/tools/
Dclang.pod26 stages of compilation, to understand how to invoke it. These stages are:
78 stages. In addition to compilation of code, Clang also supports other tools:
99 Run the preprocessor, parser and type checking stages.
103 Run the previous stages as well as LLVM generation and optimization stages and
112 If no stage selection option is specified, all stages above are run, and the
/external/webrtc/src/common_audio/signal_processing/include/
Dsignal_processing_library.h404 int WebRtcSpl_ComplexFFT(WebRtc_Word16 vector[], int stages, int mode);
405 int WebRtcSpl_ComplexIFFT(WebRtc_Word16 vector[], int stages, int mode);
406 void WebRtcSpl_ComplexBitReverse(WebRtc_Word16 vector[], int stages);
/external/v8/tools/gcmole/
DREADME50 Analysis will be performed in 2 stages:
/external/llvm/docs/HistoricalNotes/
D2001-04-16-DynamicCompilation.txt6 between these two complementary stages of compilation. We feel that
/external/jpeg/
Dwizard.doc208 a script with fewer stages of successive approximation (otherwise the
210 want to use more stages of successive approximation (so that the initial
/external/qemu/distrib/jpeg-6b/
Dwizard.doc208 a script with fewer stages of successive approximation (otherwise the
210 want to use more stages of successive approximation (so that the initial
/external/llvm/lib/Target/PowerPC/
DPPCSchedule440.td69 // stages until their source operands become ready. Exceptions:
86 // dispatch stages. It must be issued from DISS0.
/external/grub/docs/
Dinternals.texi30 GRUB consists of two distinct components, called @dfn{stages}, which are
94 directly without recompilation of the stages.
/external/llvm/docs/CommandGuide/
Dbugpoint.pod154 testing compiler output without running any link or execute stages. To
/external/webkit/Source/WebCore/platform/mac/
DClipboardMac.mm290 // FIXME: This loop could be split into two stages. One which adds all the HTML5 specified types

12