HomeSort by relevance Sort by last modified time
    Searched refs:LSL (Results 151 - 175 of 269) sorted by null

1 2 3 4 5 67 8 91011

  /art/compiler/utils/arm/
constants_arm.h 159 LSL = 0, // Logical shift left
  /external/libhevc/common/arm64/
ihevc_inter_pred_chroma_copy.s 103 LSL x12,x6,#1 //wd << 1
ihevc_sao_band_offset_luma.s 102 LSL x11,x5,#3
ihevc_sao_band_offset_chroma.s 120 LSL x6,x5,#3 //sao_band_pos_u
168 LSL x11,x6,#3 //sao_band_pos_v
  /external/libhevc/decoder/arm64/
ihevcd_fmt_conv_420sp_to_rgba8888.s 160 ADD x8,x2,x9,LSL #2 //// rgb_next_row = rgb + rgb_stride
501 ADD x2,x8,x14,LSL #2 //// rgb = rgb_next + offset
504 ADD x8,x2,x3,LSL #2 //// rgb_next_row = rgb + width
510 ADD x8,x8,x14,LSL #2 //// rgb_next_row = rgb + width + offset
  /external/sonivox/arm-wt-22k/lib_src/
ARM-E_interpolate_loop_gnu.s 105 MOV tmp0, tmp0, LSL #6 @ boost 8-bit signal by 36dB
ARM-E_interpolate_noloop_gnu.s 97 MOV tmp0, tmp0, LSL #6 @ boost 8-bit signal by 36dB
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV7/
Dot_p_neon.s 118 MOV r0, r12, LSL r10 @ L_sum = L_sum << sft
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
omxVCM4P10_TransformDequantLumaDCFromPair_s.s 161 LSL Scale, Scale, Shift ;// ARM CODE: Scale = Scale << Shift
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src_gcc/
armVCM4P10_InterpolateLuma_HalfDiagVerHor4x4_unsafe_s.S 32 ADD r12,r0,r1,LSL #2
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm11_asm/
h264bsd_interpolate_mid_hor.s 84 ADD count, count, tmp3, LSL #12
  /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
  /frameworks/rs/cpu_ref/
rsCpuIntrinsics_neon_Blend.S 597 ldrlo ip, [ip, r2, LSL #2]
600 add r0, r3, LSL #2
601 add r1, r3, LSL #2
603 mov r2, r2, LSL #2
  /external/v8/src/arm64/
assembler-arm64-inl.h 396 DCHECK((shift_ == LSL) && (shift_amount_ <= 4));
451 return Operand(smi, LSL, scale - kSmiShift);
495 DCHECK(shift == LSL);
519 DCHECK(shift_ == LSL);
1089 DCHECK(shift == LSL || shift == LSR || shift == ASR || shift == ROR);
    [all...]
  /external/libhevc/common/arm/
ihevc_sao_edge_offset_class3_chroma.s 358 ADD r8,r14,r5,LSL #1 @I pu1_src_left_cpy[(ht_tmp - row) * 2]
431 ADD r11,r0,r1,LSL #1 @II *pu1_src + src_strd
437 ADD r8,r14,r5,LSL #1 @II pu1_src_left_cpy[(ht_tmp - row) * 2]
474 ADD r11,r14,r10,LSL #1 @III pu1_src_left_cpy[(ht_tmp - row) * 2]
585 ADD r11,r0,r1,LSL #1 @*pu1_src + src_strd
589 ADD r8,r14,r5,LSL #1 @pu1_src_left_cpy[(ht_tmp - row) * 2]
    [all...]
ihevc_sao_edge_offset_class2_chroma.s 379 LSL r4,r4,#1 @I (ht_tmp - row) * 2
440 ADD r8,r0,r1,LSL #1 @II *pu1_src + src_strd
463 LSL r5,r5,#1 @II (ht_tmp - row) * 2
497 LSL r5,r5,#1 @III (ht_tmp - row) * 2
588 ADD r8,r0,r1,LSL #1 @*pu1_src + src_strd
601 LSL r4,r4,#1 @(ht_tmp - row) * 2
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/metag/
metacore21.d     [all...]
metacore21.s     [all...]
metacore12.s     [all...]
  /external/v8/src/arm/
assembler-arm-inl.h 333 shift_op_ = LSL;
341 shift_op_ == LSL &&
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
omxVCM4P2_MCReconBlock_s.s 367 ADD predictType, rndVal, predictType, LSL #1
405 SUBNE pDst, pDst, dstStep, LSL #3 ;// Restoring pDst
  /external/v8/src/crankshaft/arm/
lithium-codegen-arm.cc     [all...]

Completed in 293 milliseconds

1 2 3 4 5 67 8 91011