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

1 2

  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV5E/
residu_asm_opt.s 35 LDRH r5, [r0], #2
36 LDRH r6, [r0], #2
39 LDRH r6, [r0], #2
40 LDRH r7, [r0], #2
43 LDRH r7, [r0], #2
44 LDRH r8, [r0], #2
47 LDRH r8, [r0], #2
48 LDRH r9, [r0], #2
51 LDRH r9, [r0], #2
52 LDRH r10, [r0], #
    [all...]
syn_filt_opt.s 47 LDRH r6, [r4], #2
48 LDRH r7, [r4], #2
49 LDRH r8, [r4], #2
50 LDRH r9, [r4], #2
51 LDRH r10, [r4], #2
52 LDRH r11, [r4], #2
53 LDRH r12, [r4], #2
54 LDRH r14, [r4], #2
65 LDRH r6, [r4], #2
66 LDRH r7, [r4], #
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
omxVCM4P2_PredictReconCoefIntra_s.s 157 LDRH temp,[predCoeffTable,temp] ;// Load value from coeff table for performing division using multiplication
167 LDRH temp,[pPredBufCol]
176 LDRH temp,[pSrcDst] ;// temp=pSrcDst[0]
218 LDRH temp,[pSrcDst,Count] ;// temp=pSrcDst[i],1<=i<8
246 LDRH absCoeffAC,[pPredBufCol,temp2] ;// absCoefAC=pPredBufCol[i>>3]
256 LDRH temp,[pSrcDst,Count] ;// temp=pSrcDst[i]
armVCM4P2_SetPredDir_s.s 72 LDRH blockDCTopLeft,[pCoefBufRow,#-16]
73 LDRH blockDCLeft,[pCoefBufCol]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
armVCM4P2_SetPredDir_s.s 72 LDRH blockDCTopLeft,[pCoefBufRow,#-16]
73 LDRH blockDCLeft,[pCoefBufCol]
omxVCM4P2_PredictReconCoefIntra_s.s 182 LDRH temp,[predCoeffTable,temp] ;// Load value from coeff table for performing division using multiplication
189 LDRH dcRowbufCoeff,[pPredBufCol]
199 LDRH temp,[pSrcDst] ;// temp=pSrcDst[0]
247 LDRH dcRowbufCoeff,[pPredBufRow] ;//Loading Dc Value of Row Prediction buffer
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
omxVCM4P10_FilterDeblockingChroma_VerEdge_I_s.s 160 LDRH bS, [pBS], #8
168 LDRH row6, [pQ0]
169 LDRH row7, [pQ0, srcdstStep]
204 LDRH row2, [pQ0]
205 LDRH row3, [pQ0, srcdstStep]
237 LDRH bSTemp, [bSTemp ,#-8]
omxVCM4P10_DequantTransformResidualFromPairAndAdd_s.s 80 LDRH rowLuma01,[pVRow,QPmod]! ;// rowLuma01 = [00|0a]
81 LDRH temp3,[pVRow,#2] ;// temp3 = [00|0b]
82 LDRH rowLuma23,[pVRow,#4] ;// rowLuma23 = [00|0c]
armVCM4P10_InterpolateLuma_HalfDiagHorVer4x4_unsafe_s.s 254 LDRH ValCA, [pSrc], #4 ;// 8 = srcStep - 16
armVCM4P10_InterpolateLuma_HalfDiagVerHor4x4_unsafe_s.s 238 LDRH ValCA, [pSrc], #8 ;// 8 = srcStep - 16
omxVCM4P10_FilterDeblockingChroma_HorEdge_I_s.s 134 LDRH bS, [pBS], #2
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src_gcc/
armVCM4P10_DecodeCoeffsToPair_s.S 38 LDRH r7,[r6,r7]
165 LDRH r7,[r6,r7]
199 LDRH r7,[r6,r7]
omxVCM4P10_FilterDeblockingLuma_HorEdge_I_s.S 31 LDRH r12,[r4],#2
omxVCM4P10_FilterDeblockingLuma_VerEdge_I_s.S 31 LDRH r12,[r4],#4
  /external/llvm/lib/Target/ARM/
ARMInstrInfo.cpp 62 return ARM::LDRH;
  /system/core/libpixelflinger/codeflinger/
ARMAssemblerProxy.h 71 // LDRH/LDRSB/LDRSH/STRH
112 virtual void LDRH (int cc, int Rd,
ARMAssemblerProxy.cpp 133 // LDRH/LDRSB/LDRSH/STRH
224 void ARMAssemblerProxy::LDRH(int cc, int Rd, int Rn, uint32_t offset) {
225 mTarget->LDRH(cc, Rd, Rn, offset);
ARMAssembler.h 82 // LDRH/LDRSB/LDRSH/STRH
123 virtual void LDRH (int cc, int Rd,
load_store.cpp 99 if (inc) LDRH(AL, s.reg, addr.reg, immed8_post(2));
100 else LDRH(AL, s.reg, addr.reg);
texturing.cpp 799 LDRH(AL, texel.reg, txPtr.reg);
832 LDRH(AL, pixel, txPtr.reg, reg_pre(offset));
847 LDRH(AL, pixel, txPtr.reg, reg_pre(offset));
861 LDRH(AL, pixel, txPtr.reg);
    [all...]
  /external/tremolo/Tremolo/
dpen.s 157 LDRH r7, [r2, r2]
183 LDRH r10,[r6, r8] @ r10= next=t[chase+bit]
202 LDRH r14,[r6, r12] @ r14= t[chase+bit+1
341 LDRH r2, [r4, r2] @ r2 = v = q->val[entry & mask]
382 LDRH r2, [r4], #2 @ r2 = *ptr++
  /external/webkit/Source/JavaScriptCore/assembler/
ARMAssembler.h 150 LDRH = 0x00100090,
512 emitInst(static_cast<ARMWord>(cc) | LDRH | HDT_UH | DT_UP | DT_PRE, rd, rn, rm);
517 emitInst(static_cast<ARMWord>(cc) | LDRH | HDT_UH | DT_PRE, rd, rb, op2);
522 emitInst(static_cast<ARMWord>(cc) | LDRH | HDT_UH | DT_UP | DT_PRE, rd, rb, op2);
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
armCOMM_BitDec_s.h 518 LDRH $Symbol, [$pVLDTable, $Symbol] ;// load table entry
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
armCOMM_BitDec_s.h 518 LDRH $Symbol, [$pVLDTable, $Symbol] ;// load table entry
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
omxVCM4P10_FilterDeblockingLuma_HorEdge_I_s.s 184 LDRH bS10, [pBS], #2

Completed in 339 milliseconds

1 2