/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 | 350 StructLayoutMap *STM = static_cast<StructLayoutMap*>(LayoutMap); 351 StructLayout *&SL = (*STM)[Ty];
|
/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);
|
/external/llvm/test/MC/ARM/ |
basic-arm-instructions.s | [all...] |