HomeSort by relevance Sort by last modified time
    Searched refs:STRH (Results 26 - 50 of 92) sorted by null

12 3 4

  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV7/
syn_filt_neon.s 89 STRH r9, [r10] @ yy[i]
90 STRH r9, [r2], #2 @ y[i]
Norm_Corr_neon.s 199 STRH r5, [sp, #4]
226 STRH r12, [r10] @ corr_norm[t] = vo_round(L_tmp)
250 STRH r14, [r10], #-2
258 STRH r8, [r10]
Syn_filt_32_neon.s 115 STRH r10, [r4], #2 @store sig_hi[i]
122 STRH r12, [r5], #2 @stroe sig_lo[i]
pred_lt4_1_neon.s 92 STRH r1, [r0], #2 @ exc[j] = (L_sum + 0x8000) >> 16
Dot_p_neon.s 120 STRH r11, [r3]
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV5E/
Dot_p_opt.s 72 STRH r11, [r3]
Norm_Corr_opt.s 159 STRH r5, [sp, #4]
186 STRH r12, [r10] @ corr_norm[t] = vo_round(L_tmp)
211 STRH r14, [r10], #-2
219 STRH r8, [r10]
residu_asm_opt.s 209 STRH r3,[r0],#2
210 STRH r4,[r0],#2
211 STRH r11,[r0],#2
212 STRH r12,[r0],#2
pred_lt4_1_opt.s 266 STRH r10, [r0], #2
267 STRH r11, [r0], #2
268 STRH r12, [r0], #2
450 STRH r10, [r0], #2
451 STRH r11, [r0], #2
Syn_filt_32_opt.s 212 STRH r7, [r4], #2 @ sig_hi[i] = L_tmp >> 16
216 STRH r9, [r5], #2
  /external/libhevc/common/arm64/
ihevc_mem_fns.s 269 STRH w1,[x0],#2
ihevc_sao_edge_offset_class0_chroma.s 106 STRH w12,[x4] //*pu1_src_top_left = pu1_src_top[wd - 1]
199 STRH w14,[x2],#2 //pu1_src_left[(ht - row)] = au1_src_left_tmp[(ht - row)]
291 STRH w14,[x2],#2 //II pu1_src_left[(ht - row)] = au1_src_left_tmp[(ht - row)]
386 STRH w14,[x2],#2 //pu1_src_left[(ht - row) * 2] = au1_src_left_tmp[(ht - row) * 2]
460 STRH w14,[x2],#2 //II pu1_src_left[(ht - row) * 2] = au1_src_left_tmp[(ht - row) * 2]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/
group-reloc-ldrs-encoding-bad.s 27 @ LDRD/STRD/LDRH/STRH/LDRSH/LDRSB only have 8 bits available for the
31 ldrtest ldrh strh f "+ 256"
36 ldrtest ldrh strh f "- 256"
43 ldrtest ldrh strh localsym "+ 256"
48 ldrtest ldrh strh localsym "- 256"
group-reloc-ldrs.s 27 @ LDRD/STRD/LDRH/STRH/LDRSH/LDRSB only have 8 bits available for the
31 ldrtest ldrh strh f "+ 255"
36 ldrtest ldrh strh f "- 255"
43 ldrtest ldrh strh localsym "+ 255"
48 ldrtest ldrh strh localsym "- 255"
  /external/libhevc/common/arm/
ihevc_mem_fns.s 270 STRH r1,[r0],#2
ihevc_sao_edge_offset_class0_chroma.s 98 STRH r12,[r4] @*pu1_src_top_left = pu1_src_top[wd - 1]
192 STRH r14,[r2],#2 @pu1_src_left[(ht - row)] = au1_src_left_tmp[(ht - row)]
266 STRH r14,[r2],#2 @II pu1_src_left[(ht - row)] = au1_src_left_tmp[(ht - row)]
358 STRH r14,[r2],#2 @pu1_src_left[(ht - row) * 2] = au1_src_left_tmp[(ht - row) * 2]
423 STRH r14,[r2],#2 @II pu1_src_left[(ht - row) * 2] = au1_src_left_tmp[(ht - row) * 2]
  /external/llvm/lib/Target/ARM/
ARMInstrInfo.cpp 82 return ARM::STRH;
  /external/libxaac/decoder/armv7/
ixheaacd_tns_ar_filter_fixed_32x16.s 45 STRH r8, [r14, #2]!
49 STRH r8, [r14, #2]
  /external/tremolo/Tremolo/
mdctLARM.s 71 STRH r12,[r0], r3
76 STRH r7, [r0], r3
81 STRH r6, [r0], r3
86 STRH r5, [r0], r3
102 STRH r5, [r0], r3
139 STRH r12,[r0], r3
144 STRH r7, [r0], r3
149 STRH r6, [r0], r3
154 STRH r5, [r0], r3
171 STRH r5, [r0], r
    [all...]
  /system/core/libpixelflinger/codeflinger/
ARMAssemblerProxy.cpp 133 // LDRH/LDRSB/LDRSH/STRH
233 void ARMAssemblerProxy::STRH(int cc, int Rd, int Rn, uint32_t offset) {
234 mTarget->STRH(cc, Rd, Rn, offset);
load_store.cpp 55 if (inc) STRH(AL, s.reg, addr.reg, immed8_post(2));
56 else STRH(AL, s.reg, addr.reg);
ARMAssembler.h 82 // LDRH/LDRSB/LDRSH/STRH
129 virtual void STRH (int cc, int Rd,
ARMAssemblerProxy.h 71 // LDRH/LDRSB/LDRSH/STRH
118 virtual void STRH (int cc, int Rd,
  /external/sonivox/arm-wt-22k/lib_src/
ARM-E_interpolate_loop_gnu.s 113 STRH tmp1, [pOutputBuffer], #NEXT_OUTPUT_PCM @ *pOutputBuffer++ = interpolated result
ARM-E_interpolate_noloop_gnu.s 105 STRH tmp1, [pOutputBuffer], #NEXT_OUTPUT_PCM @ *pOutputBuffer++ = interpolated result

Completed in 1410 milliseconds

12 3 4