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

  /frameworks/av/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/av/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}
  /external/llvm/lib/Target/R600/
AMDGPUAsmPrinter.cpp 43 const AMDGPUSubtarget &STM = TM.getSubtarget<AMDGPUSubtarget>();
44 if (STM.dumpCode()) {
54 if (STM.device()->getGeneration() > AMDGPUDeviceInfo::HD6XXX) {
AMDILISelLowering.cpp 91 const AMDGPUSubtarget &STM = getTargetMachine().getSubtarget<AMDGPUSubtarget>();
161 if (STM.device()->isSupported(AMDGPUDeviceInfo::LongOps)) {
175 if (STM.device()->isSupported(AMDGPUDeviceInfo::DoubleOps)) {
  /frameworks/av/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/av/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/av/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/
ARMAssemblerProxy.h 122 virtual void STM(int cc, int dir,
ARMAssembler.cpp 141 STM(AL, FD, SP, 1, LSAVED);
151 STM(AL, FD, SP, 1, touched | LLR);
340 void ARMAssembler::STM(int cc, int dir,
ARMAssemblerProxy.cpp 239 void ARMAssemblerProxy::STM(int cc, int dir, int Rn, int W, uint32_t reg_list) {
240 mTarget->STM(cc, dir, Rn, W, reg_list);
ARMAssembler.h 135 virtual void STM(int cc, int dir,
ARMAssemblerInterface.h 174 virtual void STM(int cc, int dir,
GGLAssembler.h 140 mGen.STM(mGen.AL, mGen.DB, mGen.SP, 1, mRegList);
MIPSAssembler.h 134 virtual void STM(int cc, int dir,
MIPSAssembler.cpp 985 void ArmToMipsAssembler::STM(int cc, int dir,
    [all...]
  /external/llvm/lib/IR/
DataLayout.cpp 451 StructLayoutMap *STM = static_cast<StructLayoutMap*>(LayoutMap);
452 StructLayout *&SL = (*STM)[Ty];
  /external/llvm/test/MC/ARM/
thumb-diagnostics.s 67 @ Invalid writeback and register lists for STM
68 stm r1, {r2, r6}
69 stm r1!, {r2, r9}
71 @ CHECK-ERRORS: stm r1, {r2, r6}
74 @ CHECK-ERRORS: stm r1!, {r2, r9}
diagnostics.s 256 @ Out of order STM registers
basic-thumb-instructions.s 491 @ STM
493 stm r1!, {r2, r6}
494 stm r1!, {r1, r2, r3, r7}
496 @ CHECK: stm r1!, {r2, r6} @ encoding: [0x44,0xc1]
497 @ 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 1001 milliseconds