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

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
armVCM4P2_Clip8_s.s 53 STRB x0, [pDst]
55 STRB x0, [pDst,#1]
56 STRB x1, [pDst,#2]
58 STRB x1, [pDst,#3]
62 STRB x2, [pDst,#4]
64 STRB x2, [pDst,#5]
65 STRB x3, [pDst,#6]
67 STRB x3, [pDst,#7]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm11_asm/
h264bsd_interpolate_chroma_hor.s 199 STRB tmp5, [mb,#8] ;// store row 2 col 1
202 STRB tmp6, [mb],#1 ;// store row 1 col 1
205 STRB tmp7, [mb,#8] ;// store row 2 col 2
208 STRB tmp8, [mb],#1 ;// store row 1 col 2
270 STRB tmp5, [mb,#8] ;// store row 2 col 1
273 STRB tmp6, [mb],#1 ;// store row 1 col 1
276 STRB tmp7, [mb,#8] ;// store row 2 col 2
279 STRB tmp8, [mb],#1 ;// store row 1 col 2
h264bsd_interpolate_chroma_hor_ver.s 209 STRB tmp6, [mb, #8] ;// store pixel
211 STRB tmp5, [mb], #1 ;// store pixel
230 STRB tmp6, [mb, #8] ;// store pixel
232 STRB tmp5, [mb], #1 ;// store pixel
298 STRB tmp6, [mb, #8] ;// store pixel
300 STRB tmp5, [mb], #1 ;// store pixel
319 STRB tmp6, [mb, #8] ;// store pixel
321 STRB tmp5, [mb], #1 ;// store pixel
h264bsd_interpolate_chroma_ver.s 195 STRB tmp7, [mb,#8] ;// store row 2 col 1
197 STRB tmp2, [mb],#1 ;// store row 1 col 1
200 STRB tmp8, [mb,#8] ;// store row 2 col 2
202 STRB tmp5, [mb],#1 ;// store row 1 col 2
262 STRB tmp7, [mb,#8] ;// store row 2 col 1
264 STRB tmp2, [mb],#1 ;// store row 1 col 1
267 STRB tmp8, [mb,#8] ;// store row 2 col 2
269 STRB tmp5, [mb],#1 ;// store row 1 col 2
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src_gcc/
armVCM4P10_DecodeCoeffsToPair_s.S 53 STRB r5,[r2,#0]
216 STRB r7,[r4],#1
221 STRB r1,[r4],#1
225 STRB r1,[r4],#1
250 STRB r8,[r0],#1
251 STRB r9,[r0],#1
254 STRB r9,[r0],#1
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
armVCM4P10_DecodeCoeffsToPair_s.s 125 STRB TotalCoeff, [pNumCoeff]
244 STRB Symbol, [pRun], #1
257 STRB ZerosLeft, [pRun], #1
297 STRB T1, [pPosCoefbuf], #1
298 STRB T2, [pPosCoefbuf], #1
omxVCM4P10_FilterDeblockingChroma_VerEdge_I_s.s 387 STRB t1, [pQ0, #1]
392 STRB t1, [pQ0, #1]
397 STRB t1, [pQ0]
398 STRB P_0, [pQ0, srcdstStep]
400 STRB t1, [pQ0, #1]!
401 STRB Q_0, [pQ0, srcdstStep]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
armVCM4P10_DecodeCoeffsToPair_s.s 125 STRB TotalCoeff, [pNumCoeff]
244 STRB Symbol, [pRun], #1
257 STRB ZerosLeft, [pRun], #1
297 STRB T1, [pPosCoefbuf], #1
298 STRB T2, [pPosCoefbuf], #1
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm_gcc/
h264bsdFillRow7.S 58 STRB tmp1, [fill], #1
127 STRB tmp2, [fill], #1
135 STRB tmp2, [fill], #1
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm/
h264bsdFillRow7.s 67 STRB tmp1, [fill], #1
174 STRB tmp2, [fill], #1
  /system/core/libpixelflinger/codeflinger/
load_store.cpp 43 STRB(AL, s.reg, addr.reg, immed12_pre(0));
45 STRB(AL, s.reg, addr.reg, immed12_pre(1));
47 STRB(AL, s.reg, addr.reg, immed12_pre(2));
59 if (inc) STRB(AL, s.reg, addr.reg, immed12_post(1));
60 else STRB(AL, s.reg, addr.reg);
ARMAssemblerProxy.h 110 virtual void STRB(int cc, int Rd,
ARMAssemblerProxy.cpp 221 void ARMAssemblerProxy::STRB(int cc, int Rd, int Rn, uint32_t offset) {
222 mTarget->STRB(cc, Rd, Rn, offset);
ARMAssembler.h 122 virtual void STRB(int cc, int Rd,
ARMAssemblerInterface.h 159 virtual void STRB(int cc, int Rd,
ARMAssembler.cpp 308 void ARMAssembler::STRB(int cc, int Rd, int Rn, uint32_t offset) {
MIPSAssembler.h 121 virtual void STRB(int cc, int Rd,
MIPSAssembler.cpp 867 void ArmToMipsAssembler::STRB(int cc, int Rd, int Rn, uint32_t offset)
    [all...]
  /external/llvm/test/MC/ARM/
basic-thumb-instructions.s 531 @ STRB (immediate)
533 strb r4, [r3]
534 strb r5, [r6, #0]
535 strb r6, [r7, #31]
537 @ CHECK: strb r4, [r3] @ encoding: [0x1c,0x70]
538 @ CHECK: strb r5, [r6] @ encoding: [0x35,0x70]
539 @ CHECK: strb r6, [r7, #31] @ encoding: [0xfe,0x77]
543 @ STRB (register)
545 strb r6, [r4, r5]
547 @ CHECK: strb r6, [r4, r5] @ encoding: [0x66,0x55
    [all...]
basic-thumb2-instructions.s     [all...]

Completed in 202 milliseconds