HomeSort by relevance Sort by last modified time
    Searched full:asr (Results 51 - 75 of 189) sorted by null

1 23 4 5 6 7 8

  /dalvik/vm/mterp/armv5te/
OP_SHR_LONG.S 23 movpl r0, r1, asr ip @ if r2 >= 32, r0<-r1 >> (r2-32)
29 mov r1, r1, asr r2 @ r1<- r1 >> r2
OP_DOUBLE_TO_INT.S 18 mov r2, r2, asr #9 @ 0xffc00000
binopLit8.S 20 movs r1, r3, asr #8 @ r1<- ssssssCC (sign extended)
  /external/opencore/codecs_v2/audio/gsm_amr/amr_wb/dec/src/
pvamrwbdecoder_basic_op_armv5.h 72 mov L_var_out, L_var_out, asr #16
89 mov L_var_out, L_var_out, asr #16
164 mov L_var_out, L_var_out, asr #15
177 mov L_var_out, L_var_out, asr #16
192 mov L_var_out, L_var_out, asr #16
205 add H_32, H_32, L_32, asr #15
pvamrwbdecoder_basic_op_gcc_armv5.h 70 "mov %0, %0, asr #16"
91 "mov %0, %0, asr #16"
113 "add %0, %0, %1, asr #15\n"
218 "mov %0, %0, asr #15"
234 "mov %0, %0, asr #16"
250 "mov %0, %0, asr #16"
  /external/sonivox/arm-hybrid-22k/lib_src/
ARM-E_voice_gain_gnu.s 96 MOV gainLeft, gainLeft, ASR #(NUM_MIXER_GUARD_BITS - 2)
97 MOV gainIncLeft, gainIncLeft, ASR #(SYNTH_UPDATE_PERIOD_IN_BITS + NUM_MIXER_GUARD_BITS - 2)
104 MOV gainRight, gainRight, ASR #(NUM_MIXER_GUARD_BITS - 2)
105 MOV gainIncRight, gainIncRight, ASR #(SYNTH_UPDATE_PERIOD_IN_BITS + NUM_MIXER_GUARD_BITS - 2)
142 MOV gainIncrement, gainIncrement, ASR #SYNTH_UPDATE_PERIOD_IN_BITS
152 MOV tmp0, tmp0, ASR #1 @ add 6dB headroom
ARM-E_filter_gnu.s 81 MOV b2, b2, ASR #1 @ b2 = b2 >> 1
82 MOV K, K, ASR #1 @ K = K >> 1
100 MOV z1, tmp0, ASR #14 @ shift result to low word
113 MOV z1, tmp1, ASR #14 @ shift result to low word
ARM-E_interpolate_loop_gnu.s 107 MOV tmp0, tmp0, ASR #2 @ reduce 16-bit signal by 12dB
110 ADD tmp1, tmp0, tmp1, ASR #(NUM_EG1_FRAC_BITS-6) @ tmp1 = tmp0 + (tmp1 >> (15-6))
  /external/sonivox/arm-wt-22k/lib_src/
ARM-E_voice_gain_gnu.s 96 MOV gainLeft, gainLeft, ASR #(NUM_MIXER_GUARD_BITS - 2)
97 MOV gainIncLeft, gainIncLeft, ASR #(SYNTH_UPDATE_PERIOD_IN_BITS + NUM_MIXER_GUARD_BITS - 2)
104 MOV gainRight, gainRight, ASR #(NUM_MIXER_GUARD_BITS - 2)
105 MOV gainIncRight, gainIncRight, ASR #(SYNTH_UPDATE_PERIOD_IN_BITS + NUM_MIXER_GUARD_BITS - 2)
142 MOV gainIncrement, gainIncrement, ASR #SYNTH_UPDATE_PERIOD_IN_BITS
152 MOV tmp0, tmp0, ASR #1 @ add 6dB headroom
ARM-E_filter_gnu.s 81 MOV b2, b2, ASR #1 @ b2 = b2 >> 1
82 MOV K, K, ASR #1 @ K = K >> 1
100 MOV z1, tmp0, ASR #14 @ shift result to low word
113 MOV z1, tmp1, ASR #14 @ shift result to low word
ARM-E_interpolate_loop_gnu.s 107 MOV tmp0, tmp0, ASR #2 @ reduce 16-bit signal by 12dB
110 ADD tmp1, tmp0, tmp1, ASR #(NUM_EG1_FRAC_BITS-6) @ tmp1 = tmp0 + (tmp1 >> (15-6))
  /frameworks/base/media/libstagefright/codecs/amrwb/src/
pvamrwbdecoder_basic_op_armv5.h 72 mov L_var_out, L_var_out, asr #16
89 mov L_var_out, L_var_out, asr #16
164 mov L_var_out, L_var_out, asr #15
177 mov L_var_out, L_var_out, asr #16
192 mov L_var_out, L_var_out, asr #16
205 add H_32, H_32, L_32, asr #15
pvamrwbdecoder_basic_op_gcc_armv5.h 70 "mov %0, %0, asr #16"
91 "mov %0, %0, asr #16"
113 "add %0, %0, %1, asr #15\n"
218 "mov %0, %0, asr #15"
234 "mov %0, %0, asr #16"
250 "mov %0, %0, asr #16"
  /external/opencore/codecs_v2/audio/aac/dec/src/
fxp_mul32_arm_v4_gcc.h 62 "teq %1, %0, asr #1\n\t"
63 "eorne %0, %2, %1, asr #31"
81 "mov %0, %0, asr #16\n\t"
83 "mov %1, %1, asr #16\n\t"
107 "mov %0, %0, asr #16\n\t"
108 "mov %1, %2, asr #16\n\t"
129 "mov %0, %3, asr #16\n\t"
131 "mov %1, %1, asr #16\n\t"
152 "mov %0, %3, asr #16\n\t"
153 "mov %1, %2, asr #16\n\t
    [all...]
  /external/tremolo/Tremolo/
mdctARM.s 63 MOV r5, r5, ASR #9 @ r5 = (*--r)>>9
64 MOV r6, r6, ASR #9 @ r6 = (*--r)>>9
65 MOV r7, r7, ASR #9 @ r7 = (*--r)>>9
66 MOV r12,r12,ASR #9 @ r12= (*--r)>>9
68 MOV r14,r12,ASR #15
69 TEQ r14,r14,ASR #31 @ if r14==0 || r14==-1 then in range
70 EORNE r12,r4, r14,ASR #31
73 MOV r14,r7, ASR #15
74 TEQ r14,r14,ASR #31 @ if r14==0 || r14==-1 then in range
75 EORNE r7, r4, r14,ASR #3
    [all...]
  /frameworks/base/media/libstagefright/codecs/aacdec/
fxp_mul32_arm_v4_gcc.h 62 "teq %1, %0, asr #1\n\t"
63 "eorne %0, %2, %1, asr #31"
81 "mov %0, %0, asr #16\n\t"
83 "mov %1, %1, asr #16\n\t"
107 "mov %0, %0, asr #16\n\t"
108 "mov %1, %2, asr #16\n\t"
129 "mov %0, %3, asr #16\n\t"
131 "mov %1, %1, asr #16\n\t"
152 "mov %0, %3, asr #16\n\t"
153 "mov %1, %2, asr #16\n\t
    [all...]
  /external/opencore/codecs_v2/utilities/colorconvert/src/
cczoomrotation12.cpp 331 asm("ldrb r11, [r3, r11, asr #16]");
332 asm("ldrb r12, [r3, r12, asr #16]");
333 asm("ldrb r14, [r3, r14, asr #16]");
386 asm("ldrb r11, [r3, r11, asr #16]");
387 asm("ldrb r12, [r3, r12, asr #16]");
388 asm("ldrb r14, [r3, r14, asr #16]");
443 asm("ldrb r11, [r3, r11, asr #16]");
444 asm("ldrb r12, [r3, r12, asr #16]");
445 asm("ldrb r14, [r3, r14, asr #16]");
496 asm("ldrb r11, [r3, r11, asr #16]")
    [all...]
  /external/speex/libspeex/
ltp_arm4.h 75 "\tadd %2, %2, %7, asr #5\n"
76 "\tadd %3, %3, %10, asr #5\n"
162 "\tadd %4, %10, %4, asr #6 \n"
165 "\tadd %5, %15, %5, asr #6 \n"
168 "\tadd %6, %10, %6, asr #6 \n"
169 "\tadd %7, %15, %7, asr #6 \n"
  /frameworks/base/opengl/libagl/
iterators.S 58 mov r3, r3, asr r12
59 mov r4, r4, asr r12
  /external/srec/srec_jni/
Android.mk 6 # common settings for all ASR builds, exports some variables for sub-makes
  /external/srec/tools/grxmlcompile/
Android.mk 6 # common settings for all ASR builds, exports some variables for sub-makes
  /external/opencore/codecs_v2/video/avc_h264/enc/src/
sad_inline.h 196 ADD src1, src1, x7, asr #7; /* add 0xFF to the negative byte, add back carry */ local
197 EOR src1, src1, x7, asr #7; /* take absolute value of negative byte */ local
214 SUB src1, src1, x7, asr #7; /* add 0xFF to the negative byte, add back carry */ local
215 EOR src1, src1, x7, asr #7; /* take absolute value of negative byte */ local
351 __asm__ volatile("EOR %1, %2, %0\n\tSUBS %0, %2, %0\n\tEOR %1, %1, %0\n\tAND %1, %3, %1, lsr #1\n\tORRCC %1, %1, #0x80000000\n\tRSB %1, %1, %1, lsl #8\n\tADD %0, %0, %1, asr #7\n\tEOR %0, %0, %1, asr #7": "=r"(src1), "=&r"(x7): "r"(src2), "r"(mask));
360 __asm__ volatile("EOR %1, %2, %0\n\tADDS %0, %2, %0\n\tEOR %1, %1, %0\n\tANDS %1, %3, %1, rrx\n\tRSB %1, %1, %1, lsl #8\n\tSUB %0, %0, %1, asr #7\n\tEOR %0, %0, %1, asr #7": "=r"(src1), "=&r"(x7): "r"(src2), "r"(mask));
  /external/opencore/codecs_v2/video/m4v_h263/enc/src/
sad_inline.h 201 ADD src1, src1, x7, asr #7; /* add 0xFF to the negative byte, add back carry */ local
202 EOR src1, src1, x7, asr #7; /* take absolute value of negative byte */ local
219 SUB src1, src1, x7, asr #7; /* add 0xFF to the negative byte, add back carry */ local
220 EOR src1, src1, x7, asr #7; /* take absolute value of negative byte */ local
379 "add %1, %1, %0, asr #7\n\t"
380 "eor %1, %1, %0, asr #7"
403 "sub %0, %0, %1, asr #7\n\t"
404 "eor %0, %0, %1, asr #7"
  /dalvik/vm/mterp/armv6t2/
OP_DOUBLE_TO_INT.S 18 mov r2, r2, asr #9 @ 0xffc00000
  /external/srec/portable/
Android.mk 6 # common settings for all ASR builds, exports some variables for sub-makes

Completed in 81 milliseconds

1 23 4 5 6 7 8