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

1 2

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
omxVCM4P10_TransformDequantChromaDCFromPair_s.s 103 LDRSB Shift, [pQPDivTable, QP] ;// Shift = pQPDivTable[QP]
104 LDRSB Scale, [pQPModTable, QP] ;// Scale = pQPModTable[QP]
omxVCM4P10_DequantTransformResidualFromPairAndAdd_s.s 77 LDRSB QPmod,[pQPmod,QP] ;// (QP%6) * 6
78 LDRSB shift,[pQPdiv,QP] ;// Shift = QP / 6
222 LDRSB QPmod,[pQPmod,QP] ;// (QP%6) * 6
223 LDRSB shift,[pQPdiv,QP] ;// Shift = QP / 6
omxVCM4P10_TransformDequantLumaDCFromPair_s.s 326 LDRSB Shift, [pQPDivTable, QP] ;// Shift = pQPDivTable[QP]
331 LDRSB Scale, [pQPModTable, QP] ;// Scale = pQPModTable[QP]
armVCM4P10_DecodeCoeffsToPair_s.s 197 LDRSB T1, [T2, SuffixLength] ;// Find increment level
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
omxVCM4P10_TransformDequantChromaDCFromPair_s.s 113 LDRSB Shift, [pQPDivTable, QP] ;// Shift = pQPDivTable[QP]
114 LDRSB Scale, [pQPModTable, QP] ;// Scale = pQPModTable[QP]
omxVCM4P10_TransformDequantLumaDCFromPair_s.s 141 LDRSB Shift, [pQPDivTable, QP] ;// ARM CODE: Shift = pQPDivTable[QP]
143 LDRSB Scale, [pQPModTable, QP] ;// ARM CODE: Scale = pQPModTable[QP]
omxVCM4P10_DequantTransformResidualFromPairAndAdd_s.s 233 LDRSB QPmod,[pQPmod,QP] ;// (QP%6) * 6
234 LDRSB shift,[pQPdiv,QP] ;// Shift = QP / 6
armVCM4P10_DecodeCoeffsToPair_s.s 197 LDRSB T1, [T2, SuffixLength] ;// Find increment level
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src_gcc/
omxVCM4P10_TransformDequantLumaDCFromPair_s.S 26 LDRSB r4,[r2,r1]
28 LDRSB r5,[r3,r1]
omxVCM4P10_DequantTransformResidualFromPairAndAdd_s.S 35 LDRSB r12,[r11,r1]
36 LDRSB lr,[r10,r1]
armVCM4P10_DecodeCoeffsToPair_s.S 137 LDRSB r8,[r9,r4]
  /external/sonivox/arm-hybrid-22k/lib_src/
ARM-E_interpolate_loop_gnu.s 85 LDRSB tmp0, [pPhaseAccum] @ tmp0 = x0
86 LDRSB tmp1, [pPhaseAccum, #1] @ tmp1 = x1
ARM-E_interpolate_noloop_gnu.s 77 LDRSB tmp0, [pPhaseAccum] @ tmp0 = x0
78 LDRSB tmp1, [pPhaseAccum, #1] @ tmp1 = x1
  /external/sonivox/arm-wt-22k/lib_src/
ARM-E_interpolate_loop_gnu.s 85 LDRSB tmp0, [pPhaseAccum] @ tmp0 = x0
86 LDRSB tmp1, [pPhaseAccum, #1] @ tmp1 = x1
ARM-E_interpolate_noloop_gnu.s 77 LDRSB tmp0, [pPhaseAccum] @ tmp0 = x0
78 LDRSB tmp1, [pPhaseAccum, #1] @ tmp1 = x1
  /external/llvm/lib/Target/ARM/
ARMInstrInfo.cpp 73 return ARM::LDRSB;
ARMBaseInstrInfo.cpp     [all...]
ARMAsmPrinter.cpp     [all...]
  /system/core/libpixelflinger/codeflinger/
ARMAssemblerProxy.h 71 // LDRH/LDRSB/LDRSH/STRH
114 virtual void LDRSB(int cc, int Rd,
ARMAssemblerProxy.cpp 133 // LDRH/LDRSB/LDRSH/STRH
227 void ARMAssemblerProxy::LDRSB(int cc, int Rd, int Rn, uint32_t offset) {
228 mTarget->LDRSB(cc, Rd, Rn, offset);
ARMAssembler.h 82 // LDRH/LDRSB/LDRSH/STRH
125 virtual void LDRSB(int cc, int Rd,
ARMAssemblerInterface.h 93 // LDRH/LDRSB/LDRSH/STRH
164 virtual void LDRSB(int cc, int Rd,
ARMAssembler.cpp 315 void ARMAssembler::LDRSB(int cc, int Rd, int Rn, uint32_t offset) {
558 // LDRH/LDRSB/LDRSH/STRH (immediate and Rm can be negative, which indicate U=0)
564 "LDRH/LDRSB/LDRSH/STRH immediate too big (%08x)",
576 "LDRH/LDRSB/LDRSH/STRH immediate too big (%08x)",
MIPSAssembler.h 80 // LDRH/LDRSB/LDRSH/STRH
125 virtual void LDRSB(int cc, int Rd,
  /external/llvm/test/MC/ARM/
basic-thumb-instructions.s 314 @ LDRSB/LDRSH
316 ldrsb r6, [r2, r6]
319 @ CHECK: ldrsb r6, [r2, r6] @ encoding: [0x96,0x57]

Completed in 624 milliseconds

1 2