HomeSort by relevance Sort by last modified time
    Searched refs:LSL (Results 126 - 150 of 161) sorted by null

1 2 3 4 56 7

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm/
h264bsdFillRow7.s 73 ADDCC pc,pc,tmp2,LSL #2
h264bsdWriteMacroblock.s 101 LSL width, width, #4
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm_gcc/
h264bsdFillRow7.S 64 ADDCC pc,pc,tmp2,LSL #2
h264bsdWriteMacroblock.S 103 LSL width, width, #4
  /external/v8/src/arm/
ic-arm.cc 343 MemOperand(scratch1, key, LSL, kPointerSizeLog2 - kSmiTagSize));
    [all...]
constants-arm.h 287 LSL = 0 << 5, // Logical shift left.
lithium-codegen-arm.cc     [all...]
disasm-arm.cc 204 "lsl", "lsr", "asr", "ror"
218 if ((instr->RegShiftValue() == 0) && (shift == LSL) && (shift_amount == 0)) {
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
omxVCM4P2_MCReconBlock_s.s 353 ADD predictType, rndVal, predictType, LSL #1
391 SUBNE pDst, pDst, dstStep, LSL #3 ;// Restoring pDst
omxVCM4P2_PredictReconCoefIntra_s.s 164 ADD index,index,videoComp,LSL #5
  /external/llvm/test/MC/ARM/
thumb-diagnostics.s 77 @ Out of range immediates for LSL instruction.
basic-thumb-instructions.s 324 @ LSL (immediate)
340 @ LSL (register)
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
omxVCM4P2_PredictReconCoefIntra_s.s 134 ADD index,index,videoComp,LSL #5
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
armVCM4P10_InterpolateLuma_HalfDiagVerHor4x4_unsafe_s.s 120 ADD r12, pSrc, srcStep, LSL #2
armVCM4P10_Interpolate_Chroma_s.s 165 LDR pc, [pTable, iWidth, LSL #1] ;// Branch to the case based on iWidth
omxVCM4P10_PredictIntraChroma_8x8_s.s 185 LDR pc, [pTable, predMode, LSL #2] ;// Branch to the case based on preMode
omxVCM4P10_PredictIntra_16x16_s.s 189 LDR pc, [pTable, predMode, LSL #2] ;// Branch to the case based on preMode
omxVCM4P10_PredictIntra_4x4_s.s 173 LDR pc, [pTable, predMode, LSL #2] ;// Branch to the case based on preMode
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src_gcc/
omxVCM4P10_PredictIntraChroma_8x8_s.S 33 LDR r8,[r8,r6,LSL #2]
omxVCM4P10_PredictIntra_16x16_s.S 41 LDR r9,[r9,r6,LSL #2]
omxVCM4P10_PredictIntra_4x4_s.S 30 LDR r8,[r8,r6,LSL #2]
  /system/core/libpixelflinger/codeflinger/
ARMAssemblerInterface.h 43 LSL, LSR, ASR, ROR
MIPSAssembler.cpp 397 case LSL: mMips->SLL(tmpReg, amode.reg, amode.value); break;
508 case LSL: mMips->SLL(Rd, amode.reg, amode.value); break;
540 case LSL: mMips->SLL(Rd, amode.reg, amode.value); break;
    [all...]
  /external/valgrind/main/exp-bbv/tests/arm-linux/
ll.S 59 orr r5,r4,r5,LSL #8 @ shift 0xff left by 8 and or in the byte we loaded
73 orr r4,r0,r4,LSL #8 @ merge back into 16 bits
  /external/v8/test/cctest/
test-assembler-arm.cc 190 __ mov(r2, Operand(r2, LSL, 2));
403 __ usat(r3, 1, Operand(r0, LSL, 16)); // Sat (0xFFFF<<16) to 0-1 = 0x0.

Completed in 345 milliseconds

1 2 3 4 56 7