HomeSort by relevance Sort by last modified time
    Searched refs:STM (Results 1 - 21 of 21) sorted by null

  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
armVCM4P2_DecodeVLCZigzag_AC_unsafe_s.s 118 STM pDst!,{temp2,temp1,Last,LR}
120 STM pDst!,{temp2,temp1,Last,LR}
122 STM pDst!,{temp2,temp1,Last,LR}
124 STM pDst!,{temp2,temp1,Last,LR}
126 STM pDst!,{temp2,temp1,Last,LR}
128 STM pDst!,{temp2,temp1,Last,LR}
130 STM pDst!,{temp2,temp1,Last,LR}
131 STM pDst!,{temp2,temp1,Last,LR}
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
armVCM4P2_DecodeVLCZigzag_AC_unsafe_s.s 118 STM pDst!,{temp2,temp1,Last,LR}
120 STM pDst!,{temp2,temp1,Last,LR}
122 STM pDst!,{temp2,temp1,Last,LR}
124 STM pDst!,{temp2,temp1,Last,LR}
126 STM pDst!,{temp2,temp1,Last,LR}
128 STM pDst!,{temp2,temp1,Last,LR}
130 STM pDst!,{temp2,temp1,Last,LR}
131 STM pDst!,{temp2,temp1,Last,LR}
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src_gcc/
armVCM4P10_InterpolateLuma_Align_unsafe_s.S 29 STM r8!,{r7,r10,r11}
41 STM r8!,{r7,r10,r11}
53 STM r8!,{r7,r10,r11}
65 STM r8!,{r7,r10,r11}
omxVCM4P10_InterpolateLuma_s.S 28 STM r11,{r0-r3}
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
armVCM4P10_InterpolateLuma_Align_unsafe_s.s 82 STM pDst!, {x0, x1, x2} ;// Store aligned output row
98 STM pDst!, {x0, x1, x2} ;// Store aligned output row
114 STM pDst!, {x0, x1, x2} ;// Store aligned output row
130 STM pDst!, {x0, x1, x2} ;// Store aligned output row
omxVCM4P10_PredictIntra_16x16_s.s 140 STM pDst, {tVal6,tVal7,tVal8,tVal9} ;// pDst[0 to 15] = tVal 6 to 9
143 STM pDst2, {tVal6,tVal7,tVal8,tVal9} ;// pDst2[16 to 31] = tVal 6 to 9
312 STM pDst, {tVal6,tVal7,tVal8,tVal9} ;// pDst[0 to 15] = tVal 6 to 9
315 STM pDst2, {tVal6,tVal7,tVal8,tVal9} ;// pDst2[16 to 31] = tVal 6 to 9
omxVCM4P10_InterpolateLuma_s.s 148 STM pArgs, {pSrc,srcStep,pDst,dstStep}
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
armVCM4P10_InterpolateLuma_Align_unsafe_s.s 82 STM pDst!, {x0, x1, x2} ;// Store aligned output row
98 STM pDst!, {x0, x1, x2} ;// Store aligned output row
114 STM pDst!, {x0, x1, x2} ;// Store aligned output row
130 STM pDst!, {x0, x1, x2} ;// Store aligned output row
omxVCM4P10_InterpolateLuma_s.s 192 STM pArgs, {pSrc,srcStep,pDst,dstStep}
  /system/core/libpixelflinger/codeflinger/
ARMAssembler.cpp 136 STM(AL, FD, SP, 1, LSAVED);
146 STM(AL, FD, SP, 1, touched | LLR);
335 void ARMAssembler::STM(int cc, int dir,
ARMAssembler.h 103 virtual void STM(int cc, int dir,
ARMAssemblerProxy.h 93 virtual void STM(int cc, int dir,
ARMAssemblerProxy.cpp 148 void ARMAssemblerProxy::STM(int cc, int dir, int Rn, int W, uint32_t reg_list) {
149 mTarget->STM(cc, dir, Rn, W, reg_list);
ARMAssemblerInterface.h 166 virtual void STM(int cc, int dir,
GGLAssembler.h 136 mGen.STM(mGen.AL, mGen.DB, mGen.SP, 1, mRegList);
  /external/llvm/lib/Target/
TargetData.cpp 356 StructLayoutMap *STM = static_cast<StructLayoutMap*>(LayoutMap);
357 StructLayout *&SL = (*STM)[Ty];
  /external/llvm/test/MC/ARM/
thumb-diagnostics.s 71 @ Invalid writeback and register lists for STM
72 stm r1, {r2, r6}
73 stm r1!, {r2, r9}
75 @ CHECK-ERRORS: stm r1, {r2, r6}
78 @ CHECK-ERRORS: stm r1!, {r2, r9}
diagnostics.s 216 @ Out of order STM registers
basic-thumb-instructions.s 467 @ STM
469 stm r1!, {r2, r6}
470 stm r1!, {r1, r2, r3, r7}
472 @ CHECK: stm r1!, {r2, r6} @ encoding: [0x44,0xc1]
473 @ CHECK: stm r1!, {r1, r2, r3, r7} @ encoding: [0x8e,0xc1]
basic-arm-instructions.s     [all...]
  /external/llvm/utils/TableGen/
DAGISelMatcherEmitter.cpp 725 } else if (const SwitchTypeMatcher *STM = dyn_cast<SwitchTypeMatcher>(M)) {
726 for (unsigned i = 0, e = STM->getNumCases(); i != e; ++i)
727 BuildHistogram(STM->getCaseMatcher(i), OpcodeFreq);

Completed in 368 milliseconds