Home
last modified time | relevance | path

Searched refs:STM (Results 1 – 10 of 10) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
DarmVCM4P2_DecodeVLCZigzag_AC_unsafe_s.s132 STM pDst!,{temp2,temp1,Last,LR}
134 STM pDst!,{temp2,temp1,Last,LR}
136 STM pDst!,{temp2,temp1,Last,LR}
138 STM pDst!,{temp2,temp1,Last,LR}
140 STM pDst!,{temp2,temp1,Last,LR}
142 STM pDst!,{temp2,temp1,Last,LR}
144 STM pDst!,{temp2,temp1,Last,LR}
145 STM pDst!,{temp2,temp1,Last,LR}
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
DarmVCM4P2_DecodeVLCZigzag_AC_unsafe_s.s132 STM pDst!,{temp2,temp1,Last,LR}
134 STM pDst!,{temp2,temp1,Last,LR}
136 STM pDst!,{temp2,temp1,Last,LR}
138 STM pDst!,{temp2,temp1,Last,LR}
140 STM pDst!,{temp2,temp1,Last,LR}
142 STM pDst!,{temp2,temp1,Last,LR}
144 STM pDst!,{temp2,temp1,Last,LR}
145 STM pDst!,{temp2,temp1,Last,LR}
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src_gcc/
DarmVCM4P10_InterpolateLuma_Align_unsafe_s.S43 STM r8!,{r7,r10,r11}
55 STM r8!,{r7,r10,r11}
67 STM r8!,{r7,r10,r11}
79 STM r8!,{r7,r10,r11}
DomxVCM4P10_InterpolateLuma_s.S42 STM r11,{r0-r3}
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
DarmVCM4P10_InterpolateLuma_Align_unsafe_s.s96 STM pDst!, {x0, x1, x2} ;// Store aligned output row
112 STM pDst!, {x0, x1, x2} ;// Store aligned output row
128 STM pDst!, {x0, x1, x2} ;// Store aligned output row
144 STM pDst!, {x0, x1, x2} ;// Store aligned output row
DomxVCM4P10_InterpolateLuma_s.s206 STM pArgs, {pSrc,srcStep,pDst,dstStep}
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
DarmVCM4P10_InterpolateLuma_Align_unsafe_s.s96 STM pDst!, {x0, x1, x2} ;// Store aligned output row
112 STM pDst!, {x0, x1, x2} ;// Store aligned output row
128 STM pDst!, {x0, x1, x2} ;// Store aligned output row
144 STM pDst!, {x0, x1, x2} ;// Store aligned output row
DomxVCM4P10_PredictIntra_16x16_s.s154 STM pDst, {tVal6,tVal7,tVal8,tVal9} ;// pDst[0 to 15] = tVal 6 to 9
157 STM pDst2, {tVal6,tVal7,tVal8,tVal9} ;// pDst2[16 to 31] = tVal 6 to 9
326 STM pDst, {tVal6,tVal7,tVal8,tVal9} ;// pDst[0 to 15] = tVal 6 to 9
329 STM pDst2, {tVal6,tVal7,tVal8,tVal9} ;// pDst2[16 to 31] = tVal 6 to 9
DomxVCM4P10_InterpolateLuma_s.s162 STM pArgs, {pSrc,srcStep,pDst,dstStep}
/frameworks/base/services/net/java/android/net/apf/
DApfGenerator.java73 STM(16), // Store to memory, e.g. "stm R0,5" enumConstant
775 instruction.setUnsignedImm(ExtendedOpcodes.STM.value + slot); in addStoreToMemory()