HomeSort by relevance Sort by last modified time
    Searched refs:in0 (Results 1 - 13 of 13) sorted by null

  /external/libffi/src/ia64/
unix.S 58 add r16 = 16, in0
64 ldf.fill f8 = [in0], 32
67 ldf.fill f10 = [in0], 32
70 ldf.fill f12 = [in0], 32
73 ldf.fill f14 = [in0], 32
76 ld8 out0 = [in0], 16
79 ld8 out2 = [in0], 16
82 ld8 out4 = [in0], 16
85 ld8 out6 = [in0]
90 mov sp = in0
    [all...]
  /external/webp/src/enc/
dsp_sse2.c 97 __m128i in0, in1, in2, in3; local
99 in0 = _mm_loadl_epi64((__m128i*)&in[0]);
112 in0 = _mm_unpacklo_epi64(in0, inB0);
127 const __m128i a = _mm_add_epi16(in0, in2);
128 const __m128i b = _mm_sub_epi16(in0, in2);
699 __m128i in0 = _mm_loadu_si128((__m128i*)&in[0]); local
713 sign0 = _mm_srai_epi16(in0, 15);
717 coeff0 = _mm_xor_si128(in0, sign0);
769 in0 = _mm_mullo_epi16(out0, q0)
    [all...]
  /external/openssl/crypto/aes/asm/
aes-ia64.S 285 and out0=3,in0
287 { .mmi; ADDP in0=0,in0
302 add out0=4,in0
305 { .mmi; ld4 out1=[in0],8 // s0
311 { .mmi; ld4 out5=[in0] // s2
318 { .mib; ADDP in0=4,in1
326 st4 [in0]=r20,8 // s1
329 st4 [in0]=r28 // s3
335 { .mmi; add out0=1,in0
    [all...]
  /frameworks/base/media/libstagefright/codecs/amrwbenc/src/
wb_vad.c 82 Word16 * in0, /* i/o : input values; output low-pass part */
89 temp0 = vo_sub(*in0, vo_mult(COEFF5_1, data[0]));
97 *in0 = extract_h((vo_L_add(temp1, temp2) << 15));
110 Word16 * in0, /* i/o : input values; output low-pass part */
121 *in1 = extract_h((vo_L_sub(*in0, temp2) << 15));
122 *in0 = extract_h((vo_L_add(*in0, temp2) << 15));
  /external/bluetooth/bluez/sbc/
sbc_primitives_neon.c 301 int32_t *in0, *in1; local
313 * %[in0] - samples for channel 0
327 "vld1.32 {d16, d17}, [%[in0], :128], %[inc]\n"
356 * %[in0] - value set by calc_scalefactors macro
361 "sub %[out0], %[in0], %[inc]\n"
363 "sub %[in0], %[in0], %[inc], asl #1\n"
366 "vld1.32 {d16, d17}, [%[in0], :128]\n"
384 "vst1.32 {d22, d23}, [%[in0], :128], %[inc]\n"
386 "vld1.32 {d16, d17}, [%[in0], :128]\n
    [all...]
  /external/oprofile/module/ia64/
IA64syscallstub.h 97 mov out1 = in0; \
178 mov out0 = in0; \
oprofile_stubs.S 64 mov out0=in0 // filename
  /frameworks/base/media/libstagefright/codecs/amrnb/common/src/
vad1.cpp 236 in0 -- array of type Word16 -- input values; output low-pass part
241 in0 -- array of type Word16 -- input values; output low-pass part
297 static void filter5(Word16 *in0, /* i/o : input values; output low-pass part */
308 temp0 = sub(*in0, temp0, pOverflow);
323 *in0 = shr(temp0, 1, pOverflow);
340 in0 -- array of type Word16 -- input values; output low-pass part
345 in0 -- array of type Word16 -- input values; output low-pass part
402 Word16 *in0, /* i/o : input values; output low-pass part */
419 temp1 = sub(*in0, temp2, pOverflow);
423 temp1 = add(*in0, temp2, pOverflow)
    [all...]
  /external/icu4c/test/intltest/
dtfmtrtts.cpp 403 UBool in0; local
408 else if((in0=fmt->getTimeZone().inDaylightTime(d[0], status)) && ! failure(status, "gettingDaylightTime") &&
412 else if (!in0 &&
  /external/webp/src/dec/
dsp_sse2.c 49 __m128i in0, in1, in2, in3; local
51 in0 = _mm_loadl_epi64((__m128i*)&in[0]);
64 in0 = _mm_unpacklo_epi64(in0, inB0);
79 const __m128i a = _mm_add_epi16(in0, in2);
80 const __m128i b = _mm_sub_epi16(in0, in2);
    [all...]
  /frameworks/base/services/audioflinger/
AudioMixer.cpp 1135 int16_t const *in0; local
    [all...]
  /external/openssl/crypto/md5/asm/
md5-ia64.S 141 #define RotateM0 in0
188 // in0 Context Ptr CtxPtr0
229 #define CtxPtr0 in0
  /external/v8/src/
heap.cc 5813 uint32_t in0 = 0xffffffffu; \/\/ Bit-pattern for a NaN that isn't local
    [all...]

Completed in 283 milliseconds