/third_party/ffmpeg/libavfilter/ |
H A D | vf_fspp.c | 250 int_simd16_t tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; in column_fidct_c() local 270 tmp1 = dataptr[DCTSIZE * 1] + dataptr[DCTSIZE * 6]; in column_fidct_c() 283 tmp11 = tmp1 + tmp2; in column_fidct_c() 284 tmp12 = tmp1 - tmp2; in column_fidct_c() 296 THRESHOLD(tmp1, d2, threshold[2 * 8]); in column_fidct_c() 303 tmp13 = (tmp1 + tmp3) >>2; //+2 ! (psnr decides) in column_fidct_c() 304 tmp12 = MULTIPLY16H((tmp1 - tmp3), FIX_1_414213562_A) - tmp13; //<<2 in column_fidct_c() 308 tmp1 = tmp11 + tmp12; //->temps in column_fidct_c() 354 wsptr[DCTSIZE * 1] += (tmp1 + tmp6); in column_fidct_c() 359 wsptr[DCTSIZE * 6] = (tmp1 in column_fidct_c() 373 int_simd16_t tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; row_idct_c() local 435 int_simd16_t tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; row_fdct_c() local [all...] |
/third_party/libsnd/src/GSM610/ |
H A D | short_term.c | 261 register int16_t sri, tmp1, tmp2 ; in Short_term_synthesis_filtering() local 268 tmp1 = rrp [i] ; in Short_term_synthesis_filtering() 270 tmp2 = (tmp1 == MIN_WORD && tmp2 == MIN_WORD in Short_term_synthesis_filtering() 272 : 0x0FFFF & (((int32_t) tmp1 * (int32_t) tmp2 in Short_term_synthesis_filtering() 279 tmp1 = (tmp1 == MIN_WORD && sri == MIN_WORD in Short_term_synthesis_filtering() 281 : 0x0FFFF & (((int32_t) tmp1 * (int32_t) sri in Short_term_synthesis_filtering() 284 v [i + 1] = GSM_ADD (v [i], tmp1) ; in Short_term_synthesis_filtering()
|
/third_party/ffmpeg/libavcodec/ |
H A D | mpegaudiodsp_template.c | 278 SUINTFLOAT tmp[18], *tmp1, *in1; in imdct36() local 286 tmp1 = tmp + j; in imdct36() 293 tmp1[ 6] = t1 - SHR(t2,1); in imdct36() 294 tmp1[16] = t1 + t2; in imdct36() 300 tmp1[10] = t3 - t0 - t2; in imdct36() 301 tmp1[ 2] = t3 + t0 + t1; in imdct36() 302 tmp1[14] = t3 + t2 - t1; in imdct36() 304 tmp1[ 4] = MULH3(in1[2*5] + in1[2*7] - in1[2*1], -C3, 2); in imdct36() 311 tmp1[ 0] = t2 + t3 + t0; in imdct36() 312 tmp1[1 in imdct36() [all...] |
/third_party/ffmpeg/libavcodec/mips/ |
H A D | compute_antialias_fixed.h | 81 int tmp0, tmp1, tmp2, tmp00, tmp11; in compute_antialias_mips_fixed() local 90 "lw %[tmp1], 0*4(%[ptr]) \n\t" in compute_antialias_mips_fixed() 93 "add %[tmp2], %[tmp0], %[tmp1] \n\t" in compute_antialias_mips_fixed() 102 "msub $ac0, %[tmp1], %[temp_reg2] \n\t" in compute_antialias_mips_fixed() 122 "lw %[tmp1], 2*4(%[ptr]) \n\t" in compute_antialias_mips_fixed() 125 "add %[tmp2], %[tmp0], %[tmp1] \n\t" in compute_antialias_mips_fixed() 134 "msub $ac0, %[tmp1], %[temp_reg2] \n\t" in compute_antialias_mips_fixed() 158 "lw %[tmp1], 4*4(%[ptr]) \n\t" in compute_antialias_mips_fixed() 161 "add %[tmp2], %[tmp0], %[tmp1] \n\t" in compute_antialias_mips_fixed() 169 "msub $ac0, %[tmp1], in compute_antialias_mips_fixed() [all...] |
H A D | vp8_lpf_msa.c | 382 v8i16 tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; in ff_vp8_h_loop_filter16_msa() local 399 ILVR_B2_SH(p1, p2, q0, p0, tmp0, tmp1); in ff_vp8_h_loop_filter16_msa() 400 ILVRL_H2_SH(tmp1, tmp0, tmp3, tmp4); in ff_vp8_h_loop_filter16_msa() 401 ILVL_B2_SH(p1, p2, q0, p0, tmp0, tmp1); in ff_vp8_h_loop_filter16_msa() 402 ILVRL_H2_SH(tmp1, tmp0, tmp6, tmp7); in ff_vp8_h_loop_filter16_msa() 447 v8i16 tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; in ff_vp8_h_loop_filter8uv_msa() local 464 ILVR_B2_SH(p1, p2, q0, p0, tmp0, tmp1); in ff_vp8_h_loop_filter8uv_msa() 465 ILVRL_H2_SH(tmp1, tmp0, tmp3, tmp4); in ff_vp8_h_loop_filter8uv_msa() 466 ILVL_B2_SH(p1, p2, q0, p0, tmp0, tmp1); in ff_vp8_h_loop_filter8uv_msa() 467 ILVRL_H2_SH(tmp1, tmp in ff_vp8_h_loop_filter8uv_msa() 527 v8i16 tmp0, tmp1; ff_vp8_h_loop_filter_simple_msa() local 597 v4i32 tmp0, tmp1, tmp2, tmp3, tmp4, tmp5; ff_vp8_h_loop_filter8uv_inner_msa() local 651 v8i16 tmp0, tmp1, tmp2, tmp3, tmp4, tmp5; ff_vp8_h_loop_filter16_inner_msa() local [all...] |
H A D | fft_mips.c | 66 FFTSample tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, tmp8; in ff_fft_calc_mips() local 83 tmp1 = tmpz[0].re + tmpz[1].re; in ff_fft_calc_mips() 92 tmpz[0].re = tmp1 + tmp5; in ff_fft_calc_mips() 93 tmpz[2].re = tmp1 - tmp5; in ff_fft_calc_mips() 113 "lwc1 %[tmp1], 32(%[tmpz]) \n\t" in ff_fft_calc_mips() 121 "add.s %[tmp1], %[tmp1], %[pom] \n\t" // tmp1 = tmpz[4].re + tmpz[5].re; in ff_fft_calc_mips() 126 "add.s %[tmp5], %[tmp1], %[tmp3] \n\t" // tmp5 = tmp1 in ff_fft_calc_mips() [all...] |
H A D | hevcpred_msa.c | 33 #define HEVC_PRED_PLANAR_16x2(src0_r, src0_l, tmp0, tmp1, vec0, vec1, \ 52 res0_m += mul_val_b1 * tmp1; \ 53 res1_m += mul_val_b1 * tmp1; \ 54 res2_m += (mul_val_b1 + 1) * tmp1; \ 55 res3_m += (mul_val_b1 + 1) * tmp1; \ 554 v8i16 src_vec0_r, src1_r, tmp0, tmp1, mul_val1; in hevc_intra_pred_plane_4x4_msa() local 571 tmp1 = __msa_fill_h(src_left[4]); in hevc_intra_pred_plane_4x4_msa() 584 res0 += tmp1; in hevc_intra_pred_plane_4x4_msa() 585 res1 += 2 * tmp1; in hevc_intra_pred_plane_4x4_msa() 586 res2 += 3 * tmp1; in hevc_intra_pred_plane_4x4_msa() 604 v8i16 tmp0, tmp1, tmp2; hevc_intra_pred_plane_8x8_msa() local 670 v8i16 res0, res1, tmp0, tmp1; hevc_intra_pred_plane_16x16_msa() local 751 v8i16 tmp0, tmp1; process_intra_upper_16x16_msa() local 833 v8i16 vec0, vec1, res0, res1, tmp0, tmp1; process_intra_lower_16x16_msa() local 1031 int32_t tmp0, tmp1, tmp2; hevc_intra_pred_angular_upper_8width_msa() local 1236 int32_t tmp0, tmp1, tmp2, tmp3; hevc_intra_pred_angular_upper_32width_msa() local 1447 int32_t last, offset, tmp0, tmp1, tmp2; hevc_intra_pred_angular_lower_8width_msa() local 2422 v8i16 tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; ff_intra_pred_8_32x32_msa() local [all...] |
H A D | h264pred_mmi.c | 71 "dmul %[tmp1], %[tmp0], %[ff_pb_1] \n\t" in ff_pred16x16_horizontal_8_mmi() 72 "swl %[tmp1], 0x07(%[addr1]) \n\t" in ff_pred16x16_horizontal_8_mmi() 73 "swr %[tmp1], 0x00(%[addr1]) \n\t" in ff_pred16x16_horizontal_8_mmi() 74 "swl %[tmp1], 0x0f(%[addr1]) \n\t" in ff_pred16x16_horizontal_8_mmi() 75 "swr %[tmp1], 0x08(%[addr1]) \n\t" in ff_pred16x16_horizontal_8_mmi() 79 "dmul %[tmp1], %[tmp0], %[ff_pb_1] \n\t" in ff_pred16x16_horizontal_8_mmi() 80 "swl %[tmp1], 0x07(%[addr1]) \n\t" in ff_pred16x16_horizontal_8_mmi() 81 "swr %[tmp1], 0x00(%[addr1]) \n\t" in ff_pred16x16_horizontal_8_mmi() 82 "swl %[tmp1], 0x0f(%[addr1]) \n\t" in ff_pred16x16_horizontal_8_mmi() 83 "swr %[tmp1], in ff_pred16x16_horizontal_8_mmi() [all...] |
/kernel/linux/linux-5.10/arch/arm/kernel/ |
H A D | debug.S | 25 .macro addruart_current, rx, tmp1, tmp2 26 addruart \tmp1, \tmp2, \rx 29 moveq \rx, \tmp1 34 .macro addruart_current, rx, tmp1, tmp2 35 addruart \rx, \tmp1, \tmp2
|
/kernel/linux/linux-6.6/arch/arm64/lib/ |
H A D | memcmp.S | 32 #define tmp1 x7 define 68 and tmp1, src1, 15 69 add limit, limit, tmp1 70 sub src1, src1, tmp1 71 sub src2, src2, tmp1
|
/kernel/linux/linux-6.6/arch/arm/kernel/ |
H A D | debug.S | 25 .macro addruart_current, rx, tmp1, tmp2 26 addruart \tmp1, \tmp2, \rx 29 moveq \rx, \tmp1 34 .macro addruart_current, rx, tmp1, tmp2 35 addruart \rx, \tmp1, \tmp2
|
/third_party/optimized-routines/string/aarch64/ |
H A D | memcmp.S | 27 #define tmp1 x7 define 66 and tmp1, src1, 15 67 add limit, limit, tmp1 68 sub src1, src1, tmp1 69 sub src2, src2, tmp1
|
/kernel/linux/linux-5.10/arch/loongarch/include/asm/ |
H A D | asmmacro.h | 379 .macro fpu_save_cc thread tmp0 tmp1 381 move \tmp1, \tmp0 variable 383 bstrins.d \tmp1, \tmp0, 15, 8 385 bstrins.d \tmp1, \tmp0, 23, 16 387 bstrins.d \tmp1, \tmp0, 31, 24 389 bstrins.d \tmp1, \tmp0, 39, 32 391 bstrins.d \tmp1, \tmp0, 47, 40 393 bstrins.d \tmp1, \tmp0, 55, 48 395 bstrins.d \tmp1, \tmp0, 63, 56 396 stptr.d \tmp1, \threa [all...] |
/third_party/node/deps/v8/src/codegen/shared-ia32-x64/ |
H A D | macro-assembler-shared-ia32-x64.cc | 401 uint8_t src2, Register tmp1, in I8x16Shl() 416 Move(tmp1, mask); in I8x16Shl() 417 Movd(tmp2, tmp1); in I8x16Shl() 423 Register src2, Register tmp1, in I8x16Shl() 430 Move(tmp1, src2); in I8x16Shl() 431 And(tmp1, Immediate(7)); in I8x16Shl() 432 Add(tmp1, Immediate(8)); in I8x16Shl() 434 Movd(tmp3, tmp1); in I8x16Shl() 444 Add(tmp1, Immediate(-8)); in I8x16Shl() 445 Movd(tmp3, tmp1); in I8x16Shl() 400 I8x16Shl(XMMRegister dst, XMMRegister src1, uint8_t src2, Register tmp1, XMMRegister tmp2) I8x16Shl() argument 422 I8x16Shl(XMMRegister dst, XMMRegister src1, Register src2, Register tmp1, XMMRegister tmp2, XMMRegister tmp3) I8x16Shl() argument 463 I8x16ShrS(XMMRegister dst, XMMRegister src1, Register src2, Register tmp1, XMMRegister tmp2, XMMRegister tmp3) I8x16ShrS() argument 484 I8x16ShrU(XMMRegister dst, XMMRegister src1, uint8_t src2, Register tmp1, XMMRegister tmp2) I8x16ShrU() argument 506 I8x16ShrU(XMMRegister dst, XMMRegister src1, Register src2, Register tmp1, XMMRegister tmp2, XMMRegister tmp3) I8x16ShrU() argument 988 I64x2Mul(XMMRegister dst, XMMRegister lhs, XMMRegister rhs, XMMRegister tmp1, XMMRegister tmp2) I64x2Mul() argument [all...] |
/third_party/ffmpeg/libavcodec/loongarch/ |
H A D | vp8_lpf_lsx.c | 337 __m128i tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; in ff_vp8_h_loop_filter16_lsx() local 367 tmp1 = __lsx_vilvl_b(q0, p0); in ff_vp8_h_loop_filter16_lsx() 369 tmp3 = __lsx_vilvl_h(tmp1, tmp0); in ff_vp8_h_loop_filter16_lsx() 370 tmp4 = __lsx_vilvh_h(tmp1, tmp0); in ff_vp8_h_loop_filter16_lsx() 373 tmp1 = __lsx_vilvh_b(q0, p0); in ff_vp8_h_loop_filter16_lsx() 375 tmp6 = __lsx_vilvl_h(tmp1, tmp0); in ff_vp8_h_loop_filter16_lsx() 376 tmp7 = __lsx_vilvh_h(tmp1, tmp0); in ff_vp8_h_loop_filter16_lsx() 424 __m128i tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; in ff_vp8_h_loop_filter8uv_lsx() local 456 tmp1 = __lsx_vilvl_b(q0, p0); in ff_vp8_h_loop_filter8uv_lsx() 458 tmp3 = __lsx_vilvl_h(tmp1, tmp in ff_vp8_h_loop_filter8uv_lsx() 543 __m128i tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; ff_vp8_h_loop_filter16_inner_lsx() local [all...] |
/kernel/linux/linux-5.10/arch/arm64/kernel/ |
H A D | head.S | 148 * Corrupts: ptrs, tmp1, tmp2 151 .macro create_table_entry, tbl, virt, shift, ptrs, tmp1, tmp2 152 add \tmp1, \tbl, #PAGE_SIZE 153 phys_to_pte \tmp2, \tmp1 155 lsr \tmp1, \virt, #\shift 157 and \tmp1, \tmp1, \ptrs // table index 158 str \tmp2, [\tbl, \tmp1, lsl #3] 172 * tmp1: temporary variable 175 * Corrupts: index, tmp1 [all...] |
/kernel/linux/linux-6.6/arch/arm64/kernel/ |
H A D | head.S | 201 * tmp1: temporary variable 204 * Corrupts: index, tmp1 207 .macro populate_entries, tbl, rtbl, index, eindex, flags, inc, tmp1 208 .Lpe\@: phys_to_pte \tmp1, \rtbl 209 orr \tmp1, \tmp1, \flags // tmp1 = table entry 210 str \tmp1, [\tbl, \index, lsl #3] 449 .macro init_cpu_task tsk, tmp1, tmp2 452 ldr \tmp1, [\ts [all...] |
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
H A D | upsampling_msa.c | 162 v16u8 out0, out1, out2, tmp0, tmp1, tmp2; \ 163 ILVRL_B2_UB(a1, a0, tmp0, tmp1); \ 165 tmp2 = SLDI_UB(tmp1, tmp0, 11); \ 167 tmp2 = SLDI_UB(tmp1, tmp1, 6); \ 189 v16u8 tmp0, tmp1, tmp2, tmp3; \ 191 ILVRL_B2_UB(a1, a0, tmp0, tmp1); \ 194 ILVRL_H2_UB(tmp3, tmp1, out2, out3); \ 202 v16u8 tmp0, tmp1, tmp2, tmp3; \ 203 ILVR_B2_UB(a1, a0, a3, a2, tmp0, tmp1); \ 465 v16u8 R, G, B, RG, BA, tmp0, tmp1; YuvToRgba4444Line() local 501 v16u8 R, G, B, RG, GB, tmp0, tmp1; YuvToRgb565Line() local [all...] |
H A D | dec_msa.c | 83 v8i16 tmp0, tmp1, tmp2, tmp3; in TransformWHT() local 89 tmp1 = input0 - input1; in TransformWHT() 90 VSHF_H2_SH(tmp0, tmp1, tmp0, tmp1, mask0, mask1, tmp2, tmp3); in TransformWHT() 95 tmp1 = input0 - input1; in TransformWHT() 96 VSHF_H2_SH(tmp0, tmp1, tmp0, tmp1, mask0, mask1, tmp2, tmp3); in TransformWHT() 98 tmp1 = tmp2 - tmp3; in TransformWHT() 99 ADDVI_H2_SH(tmp0, 3, tmp1, 3, out0, out1); in TransformWHT() 366 v8i16 tmp0, tmp1, tmp in HFilter16() local 448 v8i16 tmp0, tmp1, tmp2, tmp3, tmp4, tmp5; HFilterVertEdge16i() local 532 v8i16 tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; HFilter8() local 597 v4i32 tmp0, tmp1, tmp2, tmp3, tmp4, tmp5; HFilter8i() local 638 v8i16 tmp0, tmp1; SimpleHFilter16() local [all...] |
/kernel/linux/linux-5.10/drivers/cpufreq/ |
H A D | gx-suspmod.c | 334 u8 tmp1, tmp2; in cpufreq_gx_verify() local 349 tmp_freq = gx_validate_speed(policy->min, &tmp1, &tmp2); in cpufreq_gx_verify() 355 tmp_freq = gx_validate_speed(policy->max, &tmp1, &tmp2); in cpufreq_gx_verify() 375 u8 tmp1, tmp2; in cpufreq_gx_target() local 383 tmp_freq = gx_validate_speed(target_freq, &tmp1, &tmp2); in cpufreq_gx_target() 386 tmp_freq = gx_validate_speed(tmp_freq, &tmp1, &tmp2); in cpufreq_gx_target() 390 tmp_freq = gx_validate_speed(tmp_freq, &tmp1, &tmp2); in cpufreq_gx_target()
|
/kernel/linux/linux-5.10/arch/loongarch/kvm/ |
H A D | entry.S | 49 * tmp, tmp1: temp register 51 .macro kvm_switch_to_guest KVM_ARCH GPRNUM tmp tmp1 70 KVM_LONG_L \tmp1, \KVM_ARCH, KVM_VCPU_KVM - KVM_VCPU_ARCH 75 ldx.d \tmp, \tmp1, \tmp 79 csrrd \tmp1, KVM_CSR_GSTAT 80 bstrpick.w \tmp1, \tmp1, (KVM_GSTAT_GID_SHIFT + KVM_GSTAT_GID_WIDTH - 1), KVM_GSTAT_GID_SHIFT 82 bstrins.w \tmp, \tmp1, (KVM_GTLBC_TGID_SHIFT + KVM_GTLBC_TGID_WIDTH - 1), KVM_GTLBC_TGID_SHIFT
|
/kernel/linux/linux-5.10/drivers/ide/ |
H A D | aec62xx.c | 92 u8 tmp0 = 0, tmp1 = 0, tmp2 = 0; in aec6210_set_mode() local 103 tmp1 = 0x00; in aec6210_set_mode() 106 tmp1 = ((0x00 << (2*drive->dn)) | (ultra & ~(3 << (2*drive->dn)))); in aec6210_set_mode() 108 tmp2 = ((ultra_conf << (2*drive->dn)) | (tmp1 & ~(3 << (2*drive->dn)))); in aec6210_set_mode() 119 u8 tmp1 = 0, tmp2 = 0; in aec6260_set_mode() local 131 tmp1 = ((0x00 << (4*unit)) | (ultra & ~(7 << (4*unit)))); in aec6260_set_mode() 133 tmp2 = ((ultra_conf << (4*unit)) | (tmp1 & ~(7 << (4*unit)))); in aec6260_set_mode()
|
/kernel/linux/linux-6.6/drivers/cpufreq/ |
H A D | gx-suspmod.c | 334 u8 tmp1, tmp2; in cpufreq_gx_verify() local 349 tmp_freq = gx_validate_speed(policy->min, &tmp1, &tmp2); in cpufreq_gx_verify() 355 tmp_freq = gx_validate_speed(policy->max, &tmp1, &tmp2); in cpufreq_gx_verify() 375 u8 tmp1, tmp2; in cpufreq_gx_target() local 383 tmp_freq = gx_validate_speed(target_freq, &tmp1, &tmp2); in cpufreq_gx_target() 386 tmp_freq = gx_validate_speed(tmp_freq, &tmp1, &tmp2); in cpufreq_gx_target() 390 tmp_freq = gx_validate_speed(tmp_freq, &tmp1, &tmp2); in cpufreq_gx_target()
|
/third_party/ffmpeg/libavcodec/arm/ |
H A D | hevcdsp_idct_neon.S | 324 .macro tr_4x4 in0, in1, in2, in3, out0, out1, out2, out3, shift, tmp0, tmp1, tmp2, tmp3, tmp4 327 vmov \tmp1, \tmp0 330 vmlsl.s16 \tmp1, \in2, d4[0] @e1 336 vadd.s32 \tmp2, \tmp1, \tmp3 337 vsub.s32 \tmp1, \tmp1, \tmp3 341 vqrshrn.s32 \out2, \tmp1, #\shift 344 .macro tr_4x4_8 in0, in1, in2, in3, out0, out1, out2, out3, tmp0, tmp1, tmp2, tmp3 347 vmov \tmp1, \tmp0 351 vmlsl.s16 \tmp1, \in [all...] |
/kernel/linux/linux-5.10/arch/sparc/include/asm/ |
H A D | cmpxchg_64.h | 23 unsigned long tmp1, tmp2; in xchg32() local 32 : "=&r" (val), "=&r" (tmp1), "=&r" (tmp2) in xchg32() 40 unsigned long tmp1, tmp2; in xchg64() local 49 : "=&r" (val), "=&r" (tmp1), "=&r" (tmp2) in xchg64()
|