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

1 23 4 5 6 7 8 91011>>

  /external/webp/src/dsp/
lossless_enc_mips_dsp_r2.c 23 uint32_t temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; local
33 "lw %[temp1], 4(%[argb_data]) \n\t"
37 "ext %[temp5], %[temp1], 8, 8 \n\t"
46 "subu.qb %[temp1], %[temp1], %[temp5] \n\t"
50 "sw %[temp1], -12(%[argb_data]) \n\t"
68 [temp1]"=&r"(temp1), [temp2]"=&r"(temp2), [temp3]"=&r"(temp3),
83 int temp0, temp1, temp2, temp3, temp4, temp5; local
95 "replv.ph %[temp1], %[G_to_B] \n\t
186 int temp0, temp1, temp2, temp3, temp4, temp5, temp6; local
234 int temp0, temp1, temp2, temp3, temp4; local
    [all...]
lossless_enc_mips32.c 108 int i, temp0, temp1; local
118 "lw %[temp1], 4(%[pop]) \n\t"
122 "madd %[i], %[temp1] \n\t"
126 "mflo %[temp1] \n\t"
127 : [temp0]"=&r"(temp0), [temp1]"=&r"(temp1),
133 return (double)((int64_t)temp0 << 32 | temp1);
154 int i, temp0, temp1, temp2, temp3; local
165 "lw %[temp1], 0(%[pY]) \n\t"
169 "addu %[temp0], %[temp0], %[temp1] \n\t
222 int temp0, temp1, temp2, temp3; local
380 uint32_t temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; local
    [all...]
rescaler_mips32.c 38 int temp1, temp2, temp3; local
44 "li %[temp1], 0x8000 \n\t"
63 "mult %[temp1], %[temp2] \n\t"
73 [temp2]"=&r"(temp2), [temp1]"=&r"(temp1)
97 int temp1, temp2, temp3, temp4; local
107 "addiu %[temp1], %[temp2], 0 \n\t"
110 "lbu %[temp1], 0(%[src1]) \n\t"
114 "subu %[temp3], %[temp2], %[temp1] \n\t"
116 "mul %[temp4], %[temp1], %[x_add] \n\t
152 int temp0, temp1, temp3, temp4, temp5, loop_end; local
216 int temp0, temp1, temp3, temp4, temp5, loop_end; local
    [all...]
rescaler_mips_dsp_r2.c 34 int temp0, temp1, temp2, temp3, temp4, temp5, loop_end; local
50 "lw %[temp1], 4(%[frow]) \n\t"
56 "maddu $ac1, %[temp1], %[yscale] \n\t"
63 "mfhi %[temp1], $ac1 \n\t"
73 "subu %[temp9], %[temp9], %[temp1] \n\t"
89 "sw %[temp1], -12(%[irow]) \n\t"
97 : [temp0]"=&r"(temp0), [temp1]"=&r"(temp1), [temp3]"=&r"(temp3),
122 "lw %[temp1], 4(%[irow]) \n\t"
130 "maddu $ac1, %[temp1], %[temp7] \n\t
171 int temp0, temp1, temp2, temp3, temp4, temp5, loop_end; local
    [all...]
filters_mips_dsp_r2.c 40 int temp0, temp1, temp2, temp3, temp4, temp5, temp6; \
49 "lbu %[temp1], -1(%[dst]) \n\t" \
54 "addu %[temp1], %[temp1], %[temp2] \n\t" \
55 "addu %[temp2], %[temp1], %[temp3] \n\t" \
58 "sb %[temp1], 0(%[dst]) \n\t" \
68 "ulw %[temp1], -1(%[src]) \n\t" \
72 "subu.qb %[temp3], %[temp2], %[temp1] \n\t" \
83 "lbu %[temp1], -1(%[dst]) \n\t" \
84 "addu %[temp3], %[temp1], %[temp2] \n\t"
    [all...]
dec_mips32.c 219 int temp0, temp1, temp2, temp3, temp4; local
239 "lh %[temp1], 2(%[in]) \n\t"
255 "addu %[temp16], %[temp1], %[temp9] \n\t"
256 "subu %[temp1], %[temp1], %[temp9] \n\t"
273 "addu %[temp13], %[temp1], %[temp17] \n\t"
274 "subu %[temp1], %[temp1], %[temp17] \n\t"
339 "mul %[temp2], %[temp1], %[kC2] \n\t"
341 "mul %[temp1], %[temp1], %[kC1] \n\t
    [all...]
cost_mips_dsp_r2.c 19 int temp0, temp1; local
44 "subu %[temp1], %[res_last], %[n] \n\t"
45 "blez %[temp1], 2f \n\t"
55 "sll %[temp1], %[v_reg], 1 \n\t"
56 "lhx %[temp1], %[temp1](%[VP8LevelFixedCosts]) \n\t"
59 "addu %[cost], %[cost], %[temp1] \n\t"
72 [temp1]"=&r"(temp1)
  /external/llvm/test/Transforms/InstCombine/
strcmp-2.ll 14 ; CHECK: ret i16 %temp1
18 %temp1 = call i16 @strcmp(i8* %str1, i8* %str2)
19 ret i16 %temp1
strncmp-2.ll 14 ; CHECK: ret i16 %temp1
18 %temp1 = call i16 @strncmp(i8* %str1, i8* %str2, i32 10)
19 ret i16 %temp1
  /external/llvm/test/Transforms/ObjCARC/
intrinsic-use.ll 29 ; CHECK-NEXT: store i8* [[VAL1]], i8** %temp1
31 ; CHECK-NEXT: [[VAL2:%.*]] = load i8*, i8** %temp1
45 %temp1 = alloca i8*, align 8
54 store i8* %val1, i8** %temp1
55 call void @test0_helper(i8* %x, i8** %temp1)
56 %val2 = load i8*, i8** %temp1
77 ; CHECK-NEXT: store i8* [[VAL1]], i8** %temp1
79 ; CHECK-NEXT: [[VAL2:%.*]] = load i8*, i8** %temp1
91 %temp1 = alloca i8*, align 8
100 store i8* %val1, i8** %temp1
    [all...]
  /external/libvpx/libvpx/vpx_dsp/mips/
deblock_msa.c 22 v8i16 temp0, temp1, temp2, temp3, temp4; \
25 ILVR_B4_SH(in1, in0, in3, in2, in5, in4, in7, in6, temp0, temp1, temp2, \
27 ILVR_H2_SH(temp1, temp0, temp3, temp2, temp4, temp5); \
29 ILVL_H2_SH(temp1, temp0, temp3, temp2, temp4, temp5); \
31 ILVL_B4_SH(in1, in0, in3, in2, in5, in4, in7, in6, temp0, temp1, temp2, \
33 ILVR_H2_SH(temp1, temp0, temp3, temp2, temp4, temp5); \
35 ILVL_H2_SH(temp1, temp0, temp3, temp2, temp4, temp5); \
54 v16u8 temp0, temp1; \
56 temp1 = __msa_aver_u_b(above2_in, above1_in); \
58 temp1 = __msa_aver_u_b(temp1, temp0);
    [all...]
convolve2_vert_dspr2.c 34 int32_t Temp1, Temp2;
80 "extp %[Temp1], $ac0, 31 \n\t"
83 "lbux %[store1], %[Temp1](%[cm]) \n\t"
84 "extp %[Temp1], $ac2, 31 \n\t"
92 "lbux %[store1], %[Temp1](%[cm]) \n\t"
99 [p2] "=&r"(p2), [scratch1] "=&r"(scratch1), [Temp1] "=&r"(Temp1),
124 int32_t Temp1, Temp2;
170 "extp %[Temp1], $ac0, 31 \n\t"
173 "lbux %[store1], %[Temp1](%[cm]) \n\t
    [all...]
itrans32_dspr2.c 35 int temp0, temp1, temp2, temp3; local
123 "extp %[temp1], $ac2, 31 \n\t"
135 "sub %[load2], %[temp0], %[temp1] \n\t"
144 "add %[step1_16], %[temp0], %[temp1] \n\t"
148 [load4] "=&r"(load4), [temp0] "=&r"(temp0), [temp1] "=&r"(temp1),
183 "extp %[temp1], $ac2, 31 \n\t"
194 "sub %[load1], %[temp1], %[temp0] \n\t"
204 "add %[step1_19], %[temp0], %[temp1] \n\t"
208 [load4] "=&r"(load4), [temp0] "=&r"(temp0), [temp1] "=&r"(temp1)
    [all...]
  /external/libavc/common/x86/
ih264_ihadamard_scaling_ssse3.c 98 __m128i temp0, temp1, temp2, temp3; local
129 temp1 = _mm_unpackhi_epi32(src_r0, src_r1); //a2 b2 a3 b3
133 src_r2 = _mm_unpacklo_epi64(temp1, temp3); //a2 b2 c2 d2
134 src_r3 = _mm_unpackhi_epi64(temp1, temp3); //a3 b3 c3 d3
137 temp1 = _mm_add_epi32(src_r1, src_r2);
141 src_r0 = _mm_add_epi32(temp0, temp1);
143 src_r2 = _mm_sub_epi32(temp0, temp1);
158 temp1 = _mm_unpackhi_epi32(src_r0, src_r1); //c0 c1 d0 d1
162 src_r2 = _mm_unpacklo_epi64(temp1, temp3); //c0 c1 c2 c3
163 src_r3 = _mm_unpackhi_epi64(temp1, temp3); //d0 d1 d2 d
    [all...]
ih264_iquant_itrans_recon_sse42.c 119 __m128i temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; local
137 temp1 = _mm_mullo_epi16(scalemat_r2_r3, dequant_r2_r3); //b00*q00 b01*q01 b02*q02 b03*q03 b10*q10 b11*q11 b12*q12 b13*q13 -- 16 bit result
141 temp6 = _mm_unpacklo_epi16(temp1, zero_8x16b); // b00*q00 0 b01*q01 0 b02*q02 0 b03*q03 0 -- 16 bit long
142 temp7 = _mm_unpackhi_epi16(temp1, zero_8x16b); // b10*q10 0 b11*q11 0 b12*q12 0 b13*q13 0 -- 16 bit long
183 temp1 = _mm_unpacklo_epi32(resq_r0, resq_r1); //a0 b0 a1 b1
187 resq_r0 = _mm_unpacklo_epi64(temp1, temp3); //a0 b0 c0 d0
188 resq_r1 = _mm_unpackhi_epi64(temp1, temp3); //a1 b1 c1 d1
196 temp1 = _mm_sub_epi32(resq_r0, resq_r2);
207 resq_r1 = _mm_add_epi32(temp1, temp2);
209 resq_r2 = _mm_sub_epi32(temp1, temp2)
368 __m128i temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; local
    [all...]
ih264_resi_trans_quant_sse42.c 120 __m128i temp0, temp1, temp2, temp3; local
167 temp1 = _mm_unpacklo_epi32(temp0, temp2); //a0 b0 c0 d0 a1 b1 c1 d1
170 src_r0 = _mm_unpacklo_epi64(temp1, zero_8x16b); //a0 b0 c0 d0
171 src_r1 = _mm_unpackhi_epi64(temp1, zero_8x16b); //a1 b1 c1 d1
179 temp1 = _mm_add_epi16(src_r1, src_r2);
186 src_r0 = _mm_add_epi16(temp0, temp1);
191 src_r2 = _mm_sub_epi16(temp0, temp1);
205 temp1 = _mm_unpacklo_epi32(temp0, temp2); //a0 a1 a2 a3 b0 b1 b2 b3
208 src_r0 = _mm_unpacklo_epi64(temp1, zero_8x16b); //a0 a1 a2 a3
209 src_r1 = _mm_unpackhi_epi64(temp1, zero_8x16b); //b0 b1 b2 b
394 __m128i temp0, temp1, temp2, temp3; local
678 __m128i temp0, temp1, temp2, temp3; local
904 __m128i src, plane_0, plane_1, temp0, temp1, sign_reg; local
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
Dmem.c 110 CONST CHAR16 *Temp1;
149 Temp1 = ShellCommandLineGetRawValue(Package, 1);
150 if (Temp1 == NULL) {
154 if (!ShellIsHexOrDecimalNumber(Temp1, TRUE, FALSE) || EFI_ERROR(ShellConvertStringToUint64(Temp1, (UINT64*)&Address, TRUE, FALSE))) {
155 ShellPrintHiiEx(-1, -1, NULL, STRING_TOKEN (STR_GEN_PARAM_INV), gShellDebug1HiiHandle, L"dmem", Temp1);
158 Temp1 = ShellCommandLineGetRawValue(Package, 2);
159 if (Temp1 == NULL) {
162 if (!ShellIsHexOrDecimalNumber(Temp1, FALSE, FALSE) || EFI_ERROR(ShellConvertStringToUint64(Temp1, &Size, TRUE, FALSE))) {
    [all...]
SetSize.c 35 CONST CHAR16 *Temp1;
70 Temp1 = ShellCommandLineGetRawValue(Package, 1);
71 if (!ShellIsHexOrDecimalNumber(Temp1, FALSE, FALSE)) {
76 NewSize = ShellStrToUintn(Temp1);
  /external/v8/src/crankshaft/arm64/
delayed-masm-arm64.cc 24 DoubleRegister temp1 = scope.AcquireD(); local
29 __ Ldr(temp1, pending_address_src_);
33 __ Ldp(temp1, temp2, pending_address_src_);
36 __ Ldp(temp2, temp1, src_operand);
42 __ Str(temp1, pending_address_dst_);
46 __ Stp(temp1, temp2, pending_address_dst_);
49 __ Stp(temp2, temp1, dst_operand);
  /external/libmpeg2/common/x86/
impeg2_idct_recon_sse42_intr.c 1854 __m128i temp0, temp1; local
2087 __m128i value_4x32b, pred_r0, pred_r1, temp0, temp1, temp2, temp3; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
omxVCM4P10_DequantTransformResidualFromPairAndAdd_s.s 77 temp1 RN 2 label
133 SMULTB temp1,SrcDst00,rowLuma23 ;// pSrcDst[1] * (pVRow[2]<<Shift)
139 PKHBT SrcDst00,SrcDst00,temp1,LSL #16 ;// Pack the first two product values
143 SMULTT temp1,SrcDst10,rowLuma01 ;// pSrcDst[5] * (pVRow[1]<<Shift)
150 PKHBT SrcDst10,SrcDst10,temp1,LSL #16 ;// Pack the next two product values
155 SMULTB temp1,SrcDst20,rowLuma23 ;// pSrcDst[9] * (pVRow[2]<<Shift)
162 PKHBT SrcDst20,SrcDst20,temp1,LSL #16 ;// Pack the next two product values
168 SMULTT temp1,SrcDst30,rowLuma01 ;// pSrcDst[13] * (pVRow[1]<<Shift)
175 PKHBT SrcDst30,SrcDst30,temp1,LSL #16
222 temp1 RN label
    [all...]
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/libvpx/libvpx/vp8/common/mips/dspr2/
idctllm_dspr2.c 45 int temp1, temp2; local
59 temp1 = (ip[4] * sinpi8sqrt2) >> 16;
61 c1 = temp1 - temp2;
63 temp1 = ip[4] + ((ip[4] * cospi8sqrt2minus1) >> 16);
65 d1 = temp1 + temp2;
91 temp1 = (ip[6] * sinpi8sqrt2) >> 16;
93 c1 = temp1 - temp2;
95 temp1 = ip[6] + ((ip[6] * cospi8sqrt2minus1) >> 16);
97 d1 = temp1 + temp2;
129 temp1 = (ip[1] * sinpi8sqrt2) >> 16
    [all...]
  /external/libvpx/libvpx/vp8/common/
idctllm.c 38 int temp1, temp2; local
45 temp1 = (ip[4] * sinpi8sqrt2) >> 16;
47 c1 = temp1 - temp2;
49 temp1 = ip[4] + ((ip[4] * cospi8sqrt2minus1) >> 16);
51 d1 = temp1 + temp2;
70 temp1 = (ip[1] * sinpi8sqrt2) >> 16;
72 c1 = temp1 - temp2;
74 temp1 = ip[1] + ((ip[1] * cospi8sqrt2minus1) >> 16);
76 d1 = temp1 + temp2;
  /external/llvm/test/CodeGen/AArch64/
mul-lohi.ll 27 ; CHECK-NEXT: madd [[TEMP1:x[0-9]+]], x0, x3, [[HI]]
28 ; CHECK-NEXT: madd x1, x1, x2, [[TEMP1]]
39 ; CHECK-NEXT: madd [[TEMP1:x[0-9]+]], x0, x3, [[HI]]
40 ; CHECK-NEXT: madd x1, x1, x2, [[TEMP1]]

Completed in 2612 milliseconds

1 23 4 5 6 7 8 91011>>