/third_party/ffmpeg/libavcodec/ |
H A D | hqxdsp.c | 29 int t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, tA, tB, tC, tD, tE, tF; in idct_col() local 50 t8 = (int)(t6 * 11585U) >> 14; in idct_col() 59 t11 = tE - t8; in idct_col() 65 blk[2 * 8] = t11 + t8 * 2; in idct_col() 75 int t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, tA, tB, tC, tD, tE, tF; in idct_row() local 86 t8 = (t6 * 11585) >> 14; in idct_row() 95 t11 = tE - t8; in idct_row() 101 blk[2] = (t11 + t8 * 2 + 4) >> 3; in idct_row()
|
H A D | mss34dsp.c | 73 const unsigned t8 = 35470U * blk[2 * step] - 85623U * blk[6 * step]; \ 79 blk[1 * step] = (int)( t3 + t7 + t8 + tA) >> shift; \ 80 blk[2 * step] = (int)( t2 + t6 - t8 + tA) >> shift; \ 83 blk[5 * step] = (int)(-(t2 + t6) - t8 + tA) >> shift; \ 84 blk[6 * step] = (int)(-(t3 + t7) + t8 + tA) >> shift; \
|
H A D | ivi_dsp.c | 246 t0, t1, t2, t3, t4, t5, t6, t7, t8) {\ 251 IVI_HAAR_BFLY(t7, s8, t7, t8, t0);\ 259 d8 = COMPENSATE(t8); } 278 int t0, t1, t2, t3, t4, t5, t6, t7, t8; in ff_ivi_inverse_haar_8x8() local 296 t0, t1, t2, t3, t4, t5, t6, t7, t8); in ff_ivi_inverse_haar_8x8() 318 t0, t1, t2, t3, t4, t5, t6, t7, t8); in ff_ivi_inverse_haar_8x8() 330 int t0, t1, t2, t3, t4, t5, t6, t7, t8; in ff_ivi_row_haar8() local 343 t0, t1, t2, t3, t4, t5, t6, t7, t8); in ff_ivi_row_haar8() 355 int t0, t1, t2, t3, t4, t5, t6, t7, t8; in ff_ivi_col_haar8() local 367 t0, t1, t2, t3, t4, t5, t6, t7, t8); in ff_ivi_col_haar8() 543 int t0, t1, t2, t3, t4, t5, t6, t7, t8; ff_ivi_inverse_slant_8x8() local 633 int t0, t1, t2, t3, t4, t5, t6, t7, t8; ff_ivi_row_slant8() local 671 int t0, t1, t2, t3, t4, t5, t6, t7, t8; ff_ivi_col_slant8() local [all...] |
H A D | vc1dsp.c | 271 register int t1, t2, t3, t4, t5, t6, t7, t8; in vc1_inv_trans_8x8_c() local 285 t8 = t1 - t3; in vc1_inv_trans_8x8_c() 295 dst[3] = (t8 + t4) >> 3; in vc1_inv_trans_8x8_c() 296 dst[4] = (t8 - t4) >> 3; in vc1_inv_trans_8x8_c() 316 t8 = t1 - t3; in vc1_inv_trans_8x8_c() 326 dst[24] = (t8 + t4) >> 7; in vc1_inv_trans_8x8_c() 327 dst[32] = (t8 - t4 + 1) >> 7; in vc1_inv_trans_8x8_c() 362 register int t1, t2, t3, t4, t5, t6, t7, t8; in vc1_inv_trans_8x4_c() local 377 t8 = t1 - t3; in vc1_inv_trans_8x4_c() 387 dst[3] = (t8 in vc1_inv_trans_8x4_c() 435 register int t1, t2, t3, t4, t5, t6, t7, t8; vc1_inv_trans_4x8_c() local [all...] |
H A D | fitsdec.c | 58 uint8_t t8; in fill_data_min_max() local 87 CASE_N(8, t8, ptr8[0]); in fill_data_min_max() 188 uint8_t t8; in fits_decode_frame() local 294 CASE_GRAY(8, dst8, uint8_t, t8, ptr8[0]); in fits_decode_frame()
|
H A D | fic.c | 99 const unsigned t8 = 17734 * blk[2 * step] - 42813 * blk[6 * step]; in fic_idct() local 104 blk[1 * step] = (int)( t6 + t7 + t8 + tA) >> shift; in fic_idct() 105 blk[2 * step] = (int)( t6 - t7 - t8 + tA) >> shift; in fic_idct() 108 blk[5 * step] = (int)(-(t6 - t7) - t8 + tA) >> shift; in fic_idct() 109 blk[6 * step] = (int)(-(t6 + t7) + t8 + tA) >> shift; in fic_idct()
|
/third_party/ffmpeg/libavcodec/alpha/ |
H A D | idctdsp_alpha_asm.S | 45 lda t8, -1 47 zap t8, 0xaa, t8 # 00ff00ff00ff00ff 63 minsw4 t0, t8, t0 65 minsw4 t1, t8, t1 66 minsw4 t2, t8, t2 67 minsw4 t3, t8, t3 127 and t6, tg, t8 # 2 1 140 xor t6, t8, t6 # 2 4
|
H A D | hpeldsp_alpha_asm.S | 72 addq a0, a2, t8 74 addq t8, a2, t9 89 stq t2, 0(t8)
|
H A D | me_cmp_mvi_asm.S | 74 t8: ref left label 94 ldq t8, 0(a1) # ref left 115 perr t8, t5, tc # error left 142 ldq t8, 0(a2) # left 165 perr t8, ta, t0 # error left
|
/third_party/musl/src/thread/loongarch64/ |
H A D | syscall_cp.s | 16 move $t8, $a1 # reserve system call number 23 move $a7, $t8 28 la.local $t8, __cancel 29 jr $t8
|
H A D | clone.s | 25 ld.d $t8, $sp, 0 # function pointer 27 jirl $ra, $t8, 0 # call the user's function
|
/third_party/pulseaudio/speex/libspeexdsp/ |
H A D | smallft.c | 278 int t0,t1,t2,t3,t4,t5,t6,t7,t8,t9,t10; in dradfg() local 448 t8=t4; in dradfg() 451 ch2[t6++]+=ar2*c2[t8++]; in dradfg() 527 t8=t4; in dradfg() 532 cc[i+t7-1]=ch[i+t8-1]+ch[i+t9-1]; in dradfg() 533 cc[ic+t6-1]=ch[i+t8-1]-ch[i+t9-1]; in dradfg() 534 cc[i+t7]=ch[i+t8]+ch[i+t9]; in dradfg() 535 cc[ic+t6]=ch[i+t9]-ch[i+t8]; in dradfg() 539 t8+=ido; in dradfg() 559 t8 in dradfg() 692 int i,k,t0,t1,t2,t3,t4,t5,t6,t7,t8,t9,t10; dradb3() local 754 int i,k,t0,t1,t2,t3,t4,t5,t6,t7,t8; dradb4() local 845 int idij,ipph,i,j,k,l,ik,is,t0,t1,t2,t3,t4,t5,t6,t7,t8,t9,t10, dradbg() local [all...] |
/third_party/ffmpeg/libavcodec/mips/ |
H A D | vc1dsp_msa.c | 144 v4i32 t1, t2, t3, t4, t5, t6, t7, t8; in ff_vc1_inv_trans_4x8_msa() local 178 t8 = cnst_22 * in_r7 - cnst_10 * in_r5; in ff_vc1_inv_trans_4x8_msa() 183 in_r5 = (t6 - t8) >> 3; in ff_vc1_inv_trans_4x8_msa() 185 in_r6 = (t6 + t8) >> 3; in ff_vc1_inv_trans_4x8_msa() 199 t7 = t2 - t4, t8 = t1 - t3; in ff_vc1_inv_trans_4x8_msa() 215 in_r3 = (t8 + t4) >> 7; in ff_vc1_inv_trans_4x8_msa() 216 in_r4 = (t8 - t4 + cnst_1) >> 7; in ff_vc1_inv_trans_4x8_msa() 234 v4i32 t1, t2, t3, t4, t5, t6, t7, t8; in ff_vc1_inv_trans_8x4_msa() local 261 t7 = t2 - t4, t8 = t1 - t3; in ff_vc1_inv_trans_8x4_msa() 269 in3 = (t8 in ff_vc1_inv_trans_8x4_msa() 319 v8i16 t8, t9, t10, t11, t12, t13, t14, t15; put_vc1_mspel_mc_h_v_msa() local [all...] |
H A D | mpegaudiodsp_mips_fixed.c | 361 int t4, t5, t6, t8, t7; in imdct36_mips_fixed() local 398 "lw %[t8], 10*4(%[in]) \n\t" in imdct36_mips_fixed() 401 "addu %[t7], %[t7], %[t8] \n\t" in imdct36_mips_fixed() 407 "addu %[t8], %[t8], %[t1] \n\t" in imdct36_mips_fixed() 409 "sw %[t8], 10*4(%[in]) \n\t" in imdct36_mips_fixed() 426 "lw %[t8], 2*4(%[in]) \n\t" in imdct36_mips_fixed() 429 "addu %[t7], %[t7], %[t8] \n\t" in imdct36_mips_fixed() 435 "addu %[t8], %[t8], in imdct36_mips_fixed() [all...] |
/third_party/ffmpeg/libavcodec/ppc/ |
H A D | idctdsp.c | 50 t8 = vec_mradds(a1, vx1, vec_subs(zero, vx7)); \ 59 t6 = vec_adds(t8, t3); \ 60 t3 = vec_subs(t8, t3); \ 61 t8 = vec_subs(t1, t7); \ 69 t4 = vec_subs(t8, t3); \ 70 t3 = vec_adds(t8, t3); \ 84 vec_s16 t0, t1, t2, t3, t4, t5, t6, t7, t8; \
|
/third_party/node/deps/v8/src/codegen/mips/ |
H A D | macro-assembler-mips.cc | 146 DCHECK(!AreAliased(value, dst, t8, object)); in RecordWriteField() 164 And(t8, dst, Operand(kPointerSize - 1)); in RecordWriteField() 165 Branch(&ok, eq, t8, Operand(zero_reg)); in RecordWriteField() 281 DCHECK(!AreAliased(object, address, value, t8)); in CallRecordWriteStub() 779 Register scratch = rd == at ? t8 : temps.Acquire(); in CallRecordWriteStub() 803 Register scratch = rd == at ? t8 : temps.Acquire(); in CallRecordWriteStub() 818 Register scratch = temps.hasAvailable() ? temps.Acquire() : t8; in CallRecordWriteStub() 833 Register scratch = temps.hasAvailable() ? temps.Acquire() : t8; in CallRecordWriteStub() 858 Register scratch = temps.hasAvailable() ? temps.Acquire() : t8; in CallRecordWriteStub() 872 Register scratch = temps.hasAvailable() ? temps.Acquire() : t8; in CallRecordWriteStub() [all...] |
/third_party/node/deps/v8/src/codegen/loong64/ |
H A D | macro-assembler-loong64.cc | 703 Register scratch = temps.hasAvailable() ? temps.Acquire() : t8; in CallRecordWriteStub() 721 Register scratch = temps.hasAvailable() ? temps.Acquire() : t8; in CallRecordWriteStub() 735 Register scratch = temps.hasAvailable() ? temps.Acquire() : t8; in CallRecordWriteStub() 750 Register scratch = temps.hasAvailable() ? temps.Acquire() : t8; in CallRecordWriteStub() 775 Register scratch = temps.hasAvailable() ? temps.Acquire() : t8; in CallRecordWriteStub() 789 Register scratch = temps.hasAvailable() ? temps.Acquire() : t8; in CallRecordWriteStub() 1418 movfr2gr_s(t8, fj); in CallRecordWriteStub() 1419 Ffint_d_uw(fd, t8); in CallRecordWriteStub() 1433 movfr2gr_d(t8, fj); in CallRecordWriteStub() 1434 Ffint_d_ul(fd, t8); in CallRecordWriteStub() [all...] |
/third_party/node/deps/v8/src/codegen/mips64/ |
H A D | macro-assembler-mips64.cc | 142 DCHECK(!AreAliased(value, dst, t8, object)); in RecordWriteField() 160 And(t8, dst, Operand(kPointerSize - 1)); in RecordWriteField() 161 Branch(&ok, eq, t8, Operand(zero_reg)); in RecordWriteField() 276 DCHECK(!AreAliased(object, address, value, t8)); in CallRecordWriteStub() 912 Register scratch = temps.hasAvailable() ? temps.Acquire() : t8; in CallRecordWriteStub() 936 Register scratch = temps.hasAvailable() ? temps.Acquire() : t8; in CallRecordWriteStub() 950 Register scratch = temps.hasAvailable() ? temps.Acquire() : t8; in CallRecordWriteStub() 965 Register scratch = temps.hasAvailable() ? temps.Acquire() : t8; in CallRecordWriteStub() 990 Register scratch = temps.hasAvailable() ? temps.Acquire() : t8; in CallRecordWriteStub() 1004 Register scratch = temps.hasAvailable() ? temps.Acquire() : t8; in CallRecordWriteStub() [all...] |
/third_party/node/deps/openssl/openssl/crypto/aes/asm/ |
H A D | aes-mips.pl | 65 # ($t0,$t1,$t2,$t3,$t8,$t9)=map("\$$_",(12..15,24,25)); 126 my ($t0,$t1,$t2,$t3,$t4,$t5,$t6,$t7,$t8,$t9,$t10,$t11) = map("\$$_",(12..23)); 174 lwxs $t8,$i0($Tbl) # Te3[s3] 202 rotr $t8,$t8,24 211 xor $t0,$t8 301 ext $t8,$s3,0,8 308 $PTR_INS $i0,$t8,2,8 313 lw $t8,0($i0) # Te3[s3] 331 lw $t8, [all...] |
/third_party/openssl/crypto/aes/asm/ |
H A D | aes-mips.pl | 65 # ($t0,$t1,$t2,$t3,$t8,$t9)=map("\$$_",(12..15,24,25)); 126 my ($t0,$t1,$t2,$t3,$t4,$t5,$t6,$t7,$t8,$t9,$t10,$t11) = map("\$$_",(12..23)); 174 lwxs $t8,$i0($Tbl) # Te3[s3] 202 rotr $t8,$t8,24 211 xor $t0,$t8 301 ext $t8,$s3,0,8 308 $PTR_INS $i0,$t8,2,8 313 lw $t8,0($i0) # Te3[s3] 331 lw $t8, [all...] |
/third_party/libsnd/src/ |
H A D | test_conversions.c | 50 char i8 = 12, t8 = 0 ; in conversion_test() local 87 bytes = psf_binheader_readf (psf, format_str, &t8, &t16, &t24, &t32, &t64) ; in conversion_test() 96 cmp_test (__LINE__, i8, t8, "\n\nLine %d : 8 bit int failed %d -> %d.\n\n") ; in conversion_test()
|
/third_party/typescript/tests/baselines/reference/ |
H A D | typeSatisfaction.js | 25 let t8 = { a: 'test', b: 'test' } satisfies A; 36 var t8 = { a: 'test', b: 'test' };
|
H A D | readonlyTupleAndArrayElaboration.js | 37 const t8: [] = t7; 97 var t8 = t7;
variable
|
/third_party/ffmpeg/libavcodec/arm/ |
H A D | vc1dsp_neon.S | 175 vsub.i16 q11, q14, q15 @ t8|t7 = old t1|t2 - old t3|t4 184 vswp d22, d23 @ q11 = t7|t8 198 @ t8 d23 203 vadd.i16 q2, q15, q11 @ line[5,4] = t7|t8 + 1 208 vhadd.s16 q1, q9, q11 @ line[2,3] = (t3|t4 + t7|t8) >> 1 211 vhsub.s16 q2, q2, q9 @ line[5,4] = (t7|t8 - t3|t4 + 1) >> 1 214 vhsub.s16 q2, q11, q9 @ line[5,4] = (t7|t8 - t3|t4) >> 1 296 @ Compute t5, t6, t7, t8 from old t1, t2, t3, t4. Actually, it computes 297 @ half of t5, t6, t7, t8 since t1, t2, t3, t4 are halved. 299 vsub.i16 q1, q8, q1 @ t8 [all...] |
/third_party/ffmpeg/libavcodec/x86/ |
H A D | vp9itxfm.asm | 909 ; everything else (t0-6 and t8-15) is stored in m0-6 and m8-15 912 ; SUMSUB_BA w, 7, 8, 15 ; t7, t8 916 ; SUMSUB_BA w, x15, x12, 7 ; t7, t8 924 pmulhrsw m3, [pw_1606x2] ; t8-9 929 ; m3=t8, m5=t9, m1=t10, m7=t11, m0=t12, m6=t13, m2=t14, m4=t15 938 ; m7=t8, m6=t9, m2=t10, m3=t11, m4=t12, m5=t13, m1=t14, m0=t15 944 pmulhrsw m5, [pw_1606x2] ; t8 954 VP9_UNPACK_MULSUB_2W_4X 5, 2, 16305, 1606, [pd_8192], 0, 1 ; t8, t15 958 SUMSUB_BA w, 3, 5, 0 ; t8, t9 982 ; m5=t8, m [all...] |