/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/ |
armVCM4P10_Average_4x_Align_unsafe_s.s | 74 Temp1 RN 4 134 LDR Temp1, [pPred0, #4] 143 ORR iPredA0, iPredA0, Temp1, LSL #16 156 LDR Temp1, [pPred0, #4] 165 ORR iPredA0, iPredA0, Temp1, LSL #16 189 LDR Temp1, [pPred0, #4] 199 ORR iPredA0, iPredA0, Temp1, LSL #8 210 LDR Temp1, [pPred0, #4] 220 ORR iPredA0, iPredA0, Temp1, LSL #8
|
/external/mesa3d/src/gallium/state_trackers/xa/ |
xa_tgsi.c | 153 struct ureg_dst temp1 = ureg_DECL_temporary(ureg); local 164 ureg_DP3(ureg, temp1, matrow0, ureg_src(temp0)); 168 ureg_MUL(ureg, temp1, ureg_src(temp1), ureg_src(temp3)); 171 ureg_MOV(ureg, ureg_writemask(temp4, TGSI_WRITEMASK_X), ureg_src(temp1)); 177 ureg_MAD(ureg, temp1, 181 ureg_MUL(ureg, temp2, ureg_src(temp1), ureg_scalar(coords, TGSI_SWIZZLE_Z)); 186 ureg_release_temporary(ureg, temp1); 204 struct ureg_dst temp1 = ureg_DECL_temporary(ureg); local 215 ureg_DP3(ureg, temp1, matrow0, ureg_src(temp0)) [all...] |
/external/v8/src/arm/ |
codegen-arm.cc | 38 Register temp1 = r3; 140 __ bic(temp1, chars, Operand(0x3), SetCC); 142 __ ldr(temp1, MemOperand(src, 4, PostIndex)); 143 __ str(temp1, MemOperand(dest, 4, PostIndex)); 153 __ ldr(temp1, MemOperand(src, 4, PostIndex)); 154 __ str(temp1, MemOperand(dest, 4, PostIndex)); 162 __ ldrh(temp1, MemOperand(src, 2, PostIndex), cs); 163 __ strh(temp1, MemOperand(dest, 2, PostIndex), cs); 164 __ ldrb(temp1, MemOperand(src), ne); 165 __ strb(temp1, MemOperand(dest), ne) [all...] |
/external/libvpx/libvpx/vpx_dsp/mips/ |
convolve2_dspr2.c | 27 int32_t Temp1, Temp2; 52 "extp %[Temp1], $ac3, 31 \n\t" 62 "lbux %[tp1], %[Temp1](%[cm]) \n\t" 68 "extp %[Temp1], $ac3, 31 \n\t" 78 "lbux %[p1], %[Temp1](%[cm]) \n\t" 95 [Temp1] "=&r"(Temp1), [Temp2] "=&r"(Temp2), [dst_ptr] "+r"(dst_ptr) 112 int32_t Temp1, Temp2, Temp3; 145 "extp %[Temp1], $ac3, 31 \n\t" 152 "lbux %[Temp2], %[Temp1](%[cm]) \n\t [all...] |
convolve2_horiz_dspr2.c | 26 int32_t Temp1, Temp2, Temp3, Temp4; 51 "extp %[Temp1], $ac3, 31 \n\t" 61 "lbux %[tp1], %[Temp1](%[cm]) \n\t" 87 [Temp1] "=&r"(Temp1), [Temp2] "=&r"(Temp2), [Temp3] "=&r"(Temp3), 104 int32_t Temp1, Temp2, Temp3; 134 "extp %[Temp1], $ac3, 31 \n\t" 141 "lbux %[st0], %[Temp1](%[cm]) \n\t" 145 "extp %[Temp1], $ac1, 31 \n\t" 161 "lbux %[st0], %[Temp1](%[cm]) \n\t [all...] |
convolve2_avg_dspr2.c | 34 int32_t Temp1, Temp2; 78 "extp %[Temp1], $ac0, 31 \n\t" 84 "lbux %[store1], %[Temp1](%[cm]) \n\t" 86 "extp %[Temp1], $ac2, 31 \n\t" 97 "lbux %[store1], %[Temp1](%[cm]) \n\t" 107 [scratch2] "=&r"(scratch2), [Temp1] "=&r"(Temp1), 133 int32_t Temp1, Temp2; 178 "extp %[Temp1], $ac0, 31 \n\t" 184 "lbux %[store1], %[Temp1](%[cm]) \n\t [all...] |
/external/libvpx/libvpx/vp8/common/mips/dspr2/ |
filter_dspr2.c | 102 int Temp1, Temp2, Temp3, Temp4; 156 "extp %[Temp1], $ac3, 9 \n\t" 182 "lbux %[tp1], %[Temp1](%[cm]) \n\t" 196 [Temp1] "=&r"(Temp1), [Temp2] "=&r"(Temp2), [Temp3] "=&r"(Temp3), 230 "extp %[Temp1], $ac3, 9 \n\t" 251 "lbux %[tp1], %[Temp1](%[cm]) \n\t" 262 [n2] "=&r"(n2), [n3] "=&r"(n3), [Temp1] "=&r"(Temp1), 281 int Temp1, Temp2, Temp3, Temp4 [all...] |
/external/libgsm/src/ |
short_term.c | 27 register word temp1 /* , temp2 */; local 42 * temp1 = GSM_ADD( *LARc, *MIC ) << 10; 44 * temp1 = GSM_SUB( temp1, temp2 ); 48 * temp1 = GSM_MULT_R( *INVA, temp1 ); 49 * *LARpp = GSM_ADD( temp1, temp1 ); 55 temp1 = GSM_ADD( *LARc++, MIC ) << 10; \ 56 temp1 = GSM_SUB( temp1, B_TIMES_TWO ); [all...] |
/art/compiler/optimizing/ |
intrinsics_arm_vixl.cc | 537 const vixl32::Register temp1 = temps.Acquire(); local 561 __ Vmov(temp1, op1); 564 __ Orr(temp1, temp1, temp2); 566 __ And(temp1, temp1, temp2); 568 __ Vmov(out, temp1); 573 __ Movt(temp1, High16Bits(kNanFloat)); // 0x7FC0xxxx is a NaN. 574 __ Vmov(out, temp1); 820 vixl32::SRegister temp1 = LowSRegisterFrom(invoke->GetLocations()->GetTemp(0)) local 1477 vixl32::Register temp1 = RegisterFrom(locations->GetTemp(1)); local 1741 vixl32::Register temp1 = RegisterFrom(locations->GetTemp(1)); local 2112 vixl32::Register temp1 = RegisterFrom(temp1_loc); local 2414 GenSystemArrayCopyBaseAddress(GetAssembler(), type, src, src_pos, temp1); local 2416 GenSystemArrayCopyEndAddress(GetAssembler(), type, length, temp1, temp3); local 2456 GenSystemArrayCopyBaseAddress(GetAssembler(), type, src, src_pos, temp1); local 2460 GenSystemArrayCopyEndAddress(GetAssembler(), type, length, temp1, temp3); local [all...] |
intrinsics_arm64.cc | 1271 Register temp1 = WRegisterFrom(locations->GetTemp(1)); local 1511 Register temp1 = scratch_scope.AcquireW(); local 2423 Register temp1 = WRegisterFrom(locations->GetTemp(0)); local [all...] |
/external/eigen/blas/f2c/ |
chbmv.c | 29 complex temp1, temp2; local 290 temp1.r = q__1.r, temp1.i = q__1.i; 300 q__2.r = temp1.r * a[i__5].r - temp1.i * a[i__5].i, 301 q__2.i = temp1.r * a[i__5].i + temp1.i * a[i__5] 317 q__3.r = r__1 * temp1.r, q__3.i = r__1 * temp1.i; 333 temp1.r = q__1.r, temp1.i = q__1.i [all...] |
chpmv.c | 29 complex temp1, temp2; local 249 temp1.r = q__1.r, temp1.i = q__1.i; 257 q__2.r = temp1.r * ap[i__5].r - temp1.i * ap[i__5].i, 258 q__2.i = temp1.r * ap[i__5].i + temp1.i * ap[i__5] 275 q__3.r = r__1 * temp1.r, q__3.i = r__1 * temp1.i; 292 temp1.r = q__1.r, temp1.i = q__1.i [all...] |
zhbmv.c | 30 doublecomplex temp1, temp2; local 291 temp1.r = z__1.r, temp1.i = z__1.i; 301 z__2.r = temp1.r * a[i__5].r - temp1.i * a[i__5].i, 302 z__2.i = temp1.r * a[i__5].i + temp1.i * a[i__5] 318 z__3.r = d__1 * temp1.r, z__3.i = d__1 * temp1.i; 334 temp1.r = z__1.r, temp1.i = z__1.i [all...] |
zhpmv.c | 29 doublecomplex temp1, temp2; local 249 temp1.r = z__1.r, temp1.i = z__1.i; 257 z__2.r = temp1.r * ap[i__5].r - temp1.i * ap[i__5].i, 258 z__2.i = temp1.r * ap[i__5].i + temp1.i * ap[i__5] 275 z__3.r = d__1 * temp1.r, z__3.i = d__1 * temp1.i; 292 temp1.r = z__1.r, temp1.i = z__1.i [all...] |
/external/ltp/testcases/commands/lsmod/ |
lsmod01.sh | 41 echo "$lsmod_output" > temp1 43 diff temp1 temp2
|
/external/swiftshader/third_party/LLVM/test/Transforms/ScalarRepl/ |
2008-06-22-LargeArray.ll | 10 %temp1 = bitcast [200 x i8]* %temp to i8* 11 call void @llvm.memcpy.p0i8.p0i8.i32(i8* %temp1, i8* %src, i32 200, i32 1, i1 false)
|
/external/webp/src/dsp/ |
yuv_mips32.c | 29 int temp0, temp1, temp2, temp3, temp4; \ 31 temp1 = MultHi(v[0], 26149); \ 36 temp1 -= 14234; \ 40 r = VP8Clip8(temp0 + temp1); \ 48 r = VP8Clip8(temp0 + temp1); \ 61 temp1 = MultHi(v[0], 26149); \ 66 temp1 -= 14234; \ 70 r = VP8Clip8(temp0 + temp1); \
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/ |
lattice.c | 36 int n,k,i,u,temp1; local 48 temp1 = u*ord_1; 50 memcpy(a+1, filtcoeflo+temp1+1, sizeof(double) * (ord_1-1)); 56 gain1 = (float)filtcoeflo[temp1]; 117 int n,k,i,u,temp1; local 128 temp1 = u*ord_1; 131 memcpy(a+1, lo_filt_coef+temp1+1, sizeof(double) * (ord_1-1)); 135 gain1 = (float)lo_filt_coef[temp1];
|
/external/libcxx/test/std/input.output/file.streams/fstreams/fstream.assign/ |
member_swap.pass.cpp | 23 std::string temp1 = get_temp_file_name(); local 26 std::fstream fs1(temp1.c_str(), std::ios_base::in | std::ios_base::out 46 std::remove(temp1.c_str()); 49 std::wfstream fs1(temp1.c_str(), std::ios_base::in | std::ios_base::out 69 std::remove(temp1.c_str());
|
nonmember_swap.pass.cpp | 24 std::string temp1 = get_temp_file_name(); local 27 std::fstream fs1(temp1.c_str(), std::ios_base::in | std::ios_base::out 47 std::remove(temp1.c_str()); 50 std::wfstream fs1(temp1.c_str(), std::ios_base::in | std::ios_base::out 70 std::remove(temp1.c_str());
|
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/fstream.assign/ |
member_swap.pass.cpp | 23 std::string temp1 = get_temp_file_name(); local 26 std::fstream fs1(temp1.c_str(), std::ios_base::in | std::ios_base::out 46 std::remove(temp1.c_str()); 49 std::wfstream fs1(temp1.c_str(), std::ios_base::in | std::ios_base::out 69 std::remove(temp1.c_str());
|
nonmember_swap.pass.cpp | 24 std::string temp1 = get_temp_file_name(); local 27 std::fstream fs1(temp1.c_str(), std::ios_base::in | std::ios_base::out 47 std::remove(temp1.c_str()); 50 std::wfstream fs1(temp1.c_str(), std::ios_base::in | std::ios_base::out 70 std::remove(temp1.c_str());
|
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/input.output/file.streams/fstreams/fstream.assign/ |
member_swap.pass.cpp | 23 std::string temp1 = get_temp_file_name(); local 26 std::fstream fs1(temp1.c_str(), std::ios_base::in | std::ios_base::out 46 std::remove(temp1.c_str()); 49 std::wfstream fs1(temp1.c_str(), std::ios_base::in | std::ios_base::out 69 std::remove(temp1.c_str());
|
nonmember_swap.pass.cpp | 24 std::string temp1 = get_temp_file_name(); local 27 std::fstream fs1(temp1.c_str(), std::ios_base::in | std::ios_base::out 47 std::remove(temp1.c_str()); 50 std::wfstream fs1(temp1.c_str(), std::ios_base::in | std::ios_base::out 70 std::remove(temp1.c_str());
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
me_utils.cpp | 223 ULong temp1, temp2; local 232 temp1 = *src; /* top-left corner */ 234 temp1 |= (temp1 << 8); 235 temp1 |= (temp1 << 16); 241 *((ULong*)(dst - 16)) = temp1; 242 *((ULong*)(dst - 12)) = temp1; 243 *((ULong*)(dst - 8)) = temp1; 244 *((ULong*)(dst - 4)) = temp1; [all...] |