/external/llvm/lib/Target/MBlaze/ |
D | MBlazeSchedule3.td | 18 // 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 …]
|
D | MBlazeSchedule5.td | 18 // 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/ |
D | nsx_core.c | 483 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 …]
|
D | nsx_core.h | 42 int stages; member
|
D | nsx_core_neon.c | 107 tabind = inst->stages - inst->normData; in NoiseEstimationNeon()
|
/external/webrtc/src/common_audio/signal_processing/ |
D | complex_bit_reverse.c | 20 void WebRtcSpl_ComplexBitReverse(WebRtc_Word16 frfi[], int stages) in WebRtcSpl_ComplexBitReverse() argument 25 n = 1 << stages; in WebRtcSpl_ComplexBitReverse()
|
D | complex_fft.c | 159 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/ |
D | res012.c | 89 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()
|
D | codec_internal.h | 144 char stages; member
|
D | mdct.c | 230 int stages=7-shift; in mdct_butterflies() local 233 for(i=0;--stages>=0;i++){ in mdct_butterflies()
|
D | mdctLARM.s | 414 RSBS r4,r3,#6 @ r4 = stages = 7-shift then --stages 582 SUBS r4, r4, #1 @ stages--
|
D | mdctARM.s | 425 RSBS r4,r3,#6 @ r4 = stages = 7-shift then --stages 591 SUBS r4, r4, #1 @ stages--
|
/external/oprofile/events/alpha/ev67/ |
D | events | 10 …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/ |
D | TargetSchedule.td | 66 // instruction stages. 107 class InstrItinData<InstrItinClass Class, list<InstrStage> stages, 111 list<InstrStage> Stages = stages;
|
/external/skia/src/gpu/ |
D | GrDefaultPathRenderer.h | 58 GrDrawState::StageMask stages,
|
/external/clang/docs/tools/ |
D | clang.pod | 26 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/ |
D | signal_processing_library.h | 404 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/ |
D | README | 50 Analysis will be performed in 2 stages:
|
/external/llvm/docs/HistoricalNotes/ |
D | 2001-04-16-DynamicCompilation.txt | 6 between these two complementary stages of compilation. We feel that
|
/external/jpeg/ |
D | wizard.doc | 208 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/ |
D | wizard.doc | 208 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/ |
D | PPCSchedule440.td | 69 // stages until their source operands become ready. Exceptions: 86 // dispatch stages. It must be issued from DISS0.
|
/external/grub/docs/ |
D | internals.texi | 30 GRUB consists of two distinct components, called @dfn{stages}, which are 94 directly without recompilation of the stages.
|
/external/llvm/docs/CommandGuide/ |
D | bugpoint.pod | 154 testing compiler output without running any link or execute stages. To
|
/external/webkit/Source/WebCore/platform/mac/ |
D | ClipboardMac.mm | 290 // FIXME: This loop could be split into two stages. One which adds all the HTML5 specified types
|