Home
last modified time | relevance | path

Searched refs:T0 (Results 1 – 25 of 189) sorted by relevance

12345678

/third_party/openssl/crypto/poly1305/asm/
Dpoly1305-x86.pl392 my ($D0,$D1,$D2,$D3,$D4,$T0,$T1,$T2)=map("xmm$_",(0..7));
431 &movdqa ($T0,$D2);
433 &pslld ($T0,2);
435 &paddd ($T0,$D2); # *5
437 &movdqa (&QWP(16*6,"esp"),$T0);
439 &movdqa ($T0,$D4);
441 &pslld ($T0,2);
443 &paddd ($T0,$D4); # *5
445 &movdqa (&QWP(16*8,"esp"),$T0);
448 &movdqa ($T0,$D1);
[all …]
Dpoly1305-ppc.pl770 my ($T0, $T1, $T2, $T3, $T4) = map("v$_",(20..24));
1063 vmulouw $T0,$H4,$S1
1064 vaddudm $ACC0,$ACC0,$T0
1065 vmulouw $T0,$H0,$R1
1066 vaddudm $ACC1,$ACC1,$T0
1067 vmulouw $T0,$H1,$R1
1068 vaddudm $ACC2,$ACC2,$T0
1069 vmulouw $T0,$H2,$R1
1070 vaddudm $ACC3,$ACC3,$T0
1071 vmulouw $T0,$H3,$R1
[all …]
Dpoly1305-x86_64.pl344 my ($H0,$H1,$H2,$H3,$H4, $T0,$T1,$T2,$T3,$T4, $D0,$D1,$D2,$D3,$D4, $MASK) =
811 vmovdqu 16*2($inp),$T0
815 vpsrldq \$6,$T0,$T2 # splat input
817 vpunpckhqdq $T1,$T0,$T4 # 4
818 vpunpcklqdq $T1,$T0,$T0 # 0:1
822 vpsrlq \$26,$T0,$T1
823 vpand $MASK,$T0,$T0 # 0
904 vpmuludq $T0,$D4,$D0 # d0 = h0*r0
925 vpmuludq $T0,$H2,$H2 # h0*r1
932 vpmuludq $T0,$H3,$H3 # h0*r2
[all …]
Dpoly1305-armv4.pl445 my ($T0,$T1,$MASK) = map("q$_",(15,4,0));
576 vshr.u64 $T0,$D3,#26
580 vadd.i64 $D4,$D4,$T0 @ h3 -> h4
585 vshrn.u64 $T0#lo,$D4,#26
593 vadd.i32 $D0#lo,$D0#lo,$T0#lo
594 vshl.u32 $T0#lo,$T0#lo,#2
597 vadd.i32 $D0#lo,$D0#lo,$T0#lo @ h4 -> h0
601 vshr.u32 $T0#lo,$D0#lo,#26
605 vadd.i32 $D1#lo,$D1#lo,$T0#lo @ h0 -> h1
943 vshr.u64 $T0,$D3,#26
[all …]
/third_party/openssl/crypto/seed/
Dseed_local.h57 # define KEYSCHEDULE_UPDATE0(T0, T1, X1, X2, X3, X4, KC) \ argument
58 (T0) = (X3); \
60 (X4) = (((X4)<<8) ^ ((T0)>>24)) & 0xffffffff; \
61 (T0) = ((X1) + (X3) - (KC)) & 0xffffffff; \
64 # define KEYSCHEDULE_UPDATE1(T0, T1, X1, X2, X3, X4, KC) \ argument
65 (T0) = (X1); \
67 (X2) = (((X2)>>8) ^ ((T0)<<24)) & 0xffffffff; \
68 (T0) = ((X1) + (X3) - (KC)) & 0xffffffff; \
71 # define KEYUPDATE_TEMP(T0, T1, K) \ argument
72 (K)[0] = G_FUNC((T0)); \
[all …]
/third_party/cmsis/CMSIS/DSP/Source/TransformFunctions/
Darm_cfft_radix4_q15.c567 q15_t R0, R1, S0, S1, T0, T1, U0, U1; in arm_radix4_butterfly_q15()
606 T0 = pSrc16[i0 * 2U] >> 2U; in arm_radix4_butterfly_q15()
615 R0 = __SSAT(T0 + S0, 16U); in arm_radix4_butterfly_q15()
620 S0 = __SSAT(T0 - S0, 16); in arm_radix4_butterfly_q15()
627 T0 = pSrc16[i1 * 2U] >> 2U; in arm_radix4_butterfly_q15()
636 T0 = __SSAT(T0 + U0, 16U); in arm_radix4_butterfly_q15()
643 pSrc16[i0 * 2U] = (R0 >> 1U) + (T0 >> 1U); in arm_radix4_butterfly_q15()
648 R0 = __SSAT(R0 - T0, 16U); in arm_radix4_butterfly_q15()
663 T0 = pSrc16[i1 * 2U] >> 2; in arm_radix4_butterfly_q15()
677 T0 = __SSAT(T0 - U0, 16); in arm_radix4_butterfly_q15()
[all …]
/third_party/libjpeg-turbo/simd/i386/
Djcphuff-sse2.asm33 mov T0, INT [LUT + 0*SIZEOF_INT]
35 pinsrw X0, word [BLOCK + T0 * 2], 0
38 mov T0, INT [LUT + 1*SIZEOF_INT]
40 pinsrw X0, word [BLOCK + T0 * 2], 1
43 mov T0, INT [LUT + 2*SIZEOF_INT]
45 pinsrw X0, word [BLOCK + T0 * 2], 2
48 mov T0, INT [LUT + 3*SIZEOF_INT]
50 pinsrw X0, word [BLOCK + T0 * 2], 3
53 mov T0, INT [LUT + 4*SIZEOF_INT]
55 pinsrw X0, word [BLOCK + T0 * 2], 4
[all …]
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/simd/i386/
Djcphuff-sse2.asm35 mov T0, INT [LUT + 0*SIZEOF_INT]
37 pinsrw X0, word [BLOCK + T0 * 2], 0
40 mov T0, INT [LUT + 1*SIZEOF_INT]
42 pinsrw X0, word [BLOCK + T0 * 2], 1
45 mov T0, INT [LUT + 2*SIZEOF_INT]
47 pinsrw X0, word [BLOCK + T0 * 2], 2
50 mov T0, INT [LUT + 3*SIZEOF_INT]
52 pinsrw X0, word [BLOCK + T0 * 2], 3
55 mov T0, INT [LUT + 4*SIZEOF_INT]
57 pinsrw X0, word [BLOCK + T0 * 2], 4
[all …]
/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/
Djcphuff-sse2.asm33 mov T0, INT [LUT + 0*SIZEOF_INT]
35 pinsrw X0, word [BLOCK + T0 * 2], 0
38 mov T0, INT [LUT + 1*SIZEOF_INT]
40 pinsrw X0, word [BLOCK + T0 * 2], 1
43 mov T0, INT [LUT + 2*SIZEOF_INT]
45 pinsrw X0, word [BLOCK + T0 * 2], 2
48 mov T0, INT [LUT + 3*SIZEOF_INT]
50 pinsrw X0, word [BLOCK + T0 * 2], 3
53 mov T0, INT [LUT + 4*SIZEOF_INT]
55 pinsrw X0, word [BLOCK + T0 * 2], 4
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8664/
DXmmArith.cpp26 const uint32_t T0 = allocateQword(); \ in TEST_F()
31 __ movss(IceType_f##FloatSize, Encoded_Xmm_##Dst(), dwordAddress(T0)); \ in TEST_F()
37 test.setQwordTo(T0, static_cast<double>(V0)); \ in TEST_F()
40 test.setDwordTo(T0, static_cast<float>(V0)); \ in TEST_F()
59 const uint32_t T0 = allocateQword(); \ in TEST_F()
64 __ movss(IceType_f##FloatSize, Encoded_Xmm_##Dst(), dwordAddress(T0)); \ in TEST_F()
69 test.setQwordTo(T0, static_cast<double>(V0)); \ in TEST_F()
72 test.setDwordTo(T0, static_cast<float>(V0)); \ in TEST_F()
129 const uint32_t T0 = allocateDqword(); \ in TEST_F()
135 __ movups(Encoded_Xmm_##Dst(), dwordAddress(T0)); \ in TEST_F()
[all …]
DDataMov.cpp65 const uint32_t T0 = allocateDword(); in TEST_F() local
74 __ mov(IceType_i32, dwordAddress(T0), Immediate(ExpectedT0)); in TEST_F()
87 EXPECT_EQ(ExpectedT0, test.contentsOfDword(T0)); in TEST_F()
104 const uint32_t T0 = allocateQword(); \ in TEST_F()
107 __ mov(IceType_i##Size, dwordAddress(T0), Encoded_GPR_##Src()); \ in TEST_F()
110 test.setQwordTo(T0, Marker); \ in TEST_F()
113 ASSERT_EQ((Marker & ~Mask##Size) | Value, test.contentsOfQword(T0)) \ in TEST_F()
160 const uint8_t T0 = allocateQword(); \ in TEST_F()
165 __ mov(IceType_i64, Encoded_GPR_##Src(), dwordAddress(T0)); \ in TEST_F()
170 test.setQwordTo(T0, Value); \ in TEST_F()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8632/
DXmmArith.cpp26 const uint32_t T0 = allocateQword(); \ in TEST_F()
32 dwordAddress(T0)); \ in TEST_F()
40 test.setQwordTo(T0, static_cast<double>(V0)); \ in TEST_F()
43 test.setDwordTo(T0, static_cast<float>(V0)); \ in TEST_F()
62 const uint32_t T0 = allocateQword(); \ in TEST_F()
68 dwordAddress(T0)); \ in TEST_F()
74 test.setQwordTo(T0, static_cast<double>(V0)); \ in TEST_F()
77 test.setDwordTo(T0, static_cast<float>(V0)); \ in TEST_F()
128 const uint32_t T0 = allocateDqword(); \ in TEST_F()
134 __ movups(XmmRegister::Encoded_Reg_##Dst, dwordAddress(T0)); \ in TEST_F()
[all …]
DDataMov.cpp42 const uint32_t T0 = allocateDword(); in TEST_F() local
51 __ mov(IceType_i32, dwordAddress(T0), Immediate(ExpectedT0)); in TEST_F()
64 EXPECT_EQ(ExpectedT0, test.contentsOfDword(T0)); in TEST_F()
71 const uint32_t T0 = allocateDword(); in TEST_F() local
85 __ mov(IceType_i32, dwordAddress(T0), GPRRegister::Encoded_Reg_eax); in TEST_F()
99 EXPECT_EQ(ExpectedT0, test.contentsOfDword(T0)); in TEST_F()
135 const uint32_t T0 = allocateDword(); in TEST_F() local
148 __ mov(IceType_i32, dwordAddress(T0), Immediate(ExpectedT0)); in TEST_F()
149 __ mov(IceType_i32, GPRRegister::Encoded_Reg_eax, dwordAddress(T0)); in TEST_F()
204 const uint32_t T0 = allocateDword(); \ in TEST_F()
[all …]
/third_party/typescript/tests/baselines/reference/
DdynamicNames.types15 export interface T0 {
65 import { c0, c1, s0, T0, T1, T2, T3 } from "./module";
69 >T0 : any
280 let t0: T0;
281 >t0 : T0
292 let t0_1: M.T0;
293 >t0_1 : T0
352 >t0 = t1, t0 = t2, t0 = t3, t1 = t0, t1 = t2, t1 = t3, t2 = t0, t2 = t1, t2 = t3, t3 = t0 : T0
355 >t0 = t1, t0 = t2, t0 = t3, t1 = t0, t1 = t2, t1 = t3, t2 = t0 : T0
358 >t0 = t1, t0 = t2, t0 = t3, t1 = t0 : T0
[all …]
DcircularTypeAliasForUnionWithClass.symbols2 var v0: T0;
4 >T0 : Symbol(T0, Decl(circularTypeAliasForUnionWithClass.ts, 0, 11))
6 type T0 = string | I0;
7 >T0 : Symbol(T0, Decl(circularTypeAliasForUnionWithClass.ts, 0, 11))
13 x: T0;
15 >T0 : Symbol(T0, Decl(circularTypeAliasForUnionWithClass.ts, 0, 11))
DcircularTypeAliasForUnionWithClass.types2 var v0: T0;
3 >v0 : T0
5 type T0 = string | I0;
6 >T0 : T0
11 x: T0;
12 >x : T0
DtupleTypes.types110 function tuple2<T0, T1>(item0: T0, item1: T1): [T0, T1]{
111 >tuple2 : <T0, T1>(item0: T0, item1: T1) => [T0, T1]
112 >item0 : T0
116 >[item0, item1] : [T0, T1]
117 >item0 : T0
124 >tuple2 : <T0, T1>(item0: T0, item1: T1) => [T0, T1]
159 >tuple2 : <T0, T1>(item0: T0, item1: T1) => [T0, T1]
DcircularTypeAliasForUnionWithInterface.types2 var v0: T0;
3 >v0 : T0
5 type T0 = string | I0;
6 >T0 : T0
9 x: T0;
10 >x : T0
DcircularTypeAliasForUnionWithInterface.symbols2 var v0: T0;
4 >T0 : Symbol(T0, Decl(circularTypeAliasForUnionWithInterface.ts, 0, 11))
6 type T0 = string | I0;
7 >T0 : Symbol(T0, Decl(circularTypeAliasForUnionWithInterface.ts, 0, 11))
13 x: T0;
15 >T0 : Symbol(T0, Decl(circularTypeAliasForUnionWithInterface.ts, 0, 11))
/third_party/openssl/crypto/sha/asm/
Dsha512-armv8.pl106 my ($T0,$T1,$T2)=(@X[($i-8)&15],@X[($i-9)&15],@X[($i-10)&15]);
107 $T0=@X[$i+3] if ($i<11);
139 eor $T0,$e,$e,ror#`$Sigma1[2]-$Sigma1[1]`
145 eor $t0,$t0,$T0,ror#$Sigma1[1] // Sigma1(e)
146 ror $T0,$a,#$Sigma0[0]
153 eor $t1,$T0,$t1,ror#$Sigma0[1] // Sigma0(a)
165 ror $T0,$a,#$Sigma0[0]
172 eor $T0,$T0,$a,ror#$Sigma0[1]
179 eor $t1,$T0,$a,ror#$Sigma0[2] // Sigma0(a)
452 my ($T0,$T1,$T2,$T3,$T4,$T5,$T6,$T7) = map("q$_",(4..7,16..19));
[all …]
Dsha256-armv4.pl312 my ($T0,$T1,$T2,$T3,$T4,$T5)=("q8","q9","q10","q11","d24","d25");
332 &vext_8 ($T0,@X[0],@X[1],4); # X[1..4]
340 &vshr_u32 ($T2,$T0,$sigma0[0]);
346 &vshr_u32 ($T1,$T0,$sigma0[2]);
349 &vsli_32 ($T2,$T0,32-$sigma0[0]);
352 &vshr_u32 ($T3,$T0,$sigma0[1]);
358 &vsli_32 ($T3,$T0,32-$sigma0[1]);
406 &vld1_32 ("{$T0}","[$Ktbl,:128]!");
418 &vadd_i32 ($T0,$T0,@X[0]);
420 &vst1_32 ("{$T0}","[$Xfer,:128]!");
[all …]
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/simd/x86_64/
Djcphuff-sse2.asm38 pinsrw X0, word [BLOCK + T0 * 2], 0
43 pinsrw X0, word [BLOCK + T0 * 2], 1
48 pinsrw X0, word [BLOCK + T0 * 2], 2
53 pinsrw X0, word [BLOCK + T0 * 2], 3
58 pinsrw X0, word [BLOCK + T0 * 2], 4
63 pinsrw X0, word [BLOCK + T0 * 2], 5
68 pinsrw X0, word [BLOCK + T0 * 2], 6
73 pinsrw X0, word [BLOCK + T0 * 2], 7
84 pinsrw X0, word [BLOCK + T0 * 2], 0
88 pinsrw X0, word [BLOCK + T0 * 2], 1
[all …]
/third_party/libjpeg-turbo/simd/x86_64/
Djcphuff-sse2.asm36 pinsrw X0, word [BLOCK + T0 * 2], 0
41 pinsrw X0, word [BLOCK + T0 * 2], 1
46 pinsrw X0, word [BLOCK + T0 * 2], 2
51 pinsrw X0, word [BLOCK + T0 * 2], 3
56 pinsrw X0, word [BLOCK + T0 * 2], 4
61 pinsrw X0, word [BLOCK + T0 * 2], 5
66 pinsrw X0, word [BLOCK + T0 * 2], 6
71 pinsrw X0, word [BLOCK + T0 * 2], 7
82 pinsrw X0, word [BLOCK + T0 * 2], 0
86 pinsrw X0, word [BLOCK + T0 * 2], 1
[all …]
/third_party/skia/third_party/externals/libjpeg-turbo/simd/x86_64/
Djcphuff-sse2.asm36 pinsrw X0, word [BLOCK + T0 * 2], 0
41 pinsrw X0, word [BLOCK + T0 * 2], 1
46 pinsrw X0, word [BLOCK + T0 * 2], 2
51 pinsrw X0, word [BLOCK + T0 * 2], 3
56 pinsrw X0, word [BLOCK + T0 * 2], 4
61 pinsrw X0, word [BLOCK + T0 * 2], 5
66 pinsrw X0, word [BLOCK + T0 * 2], 6
71 pinsrw X0, word [BLOCK + T0 * 2], 7
82 pinsrw X0, word [BLOCK + T0 * 2], 0
86 pinsrw X0, word [BLOCK + T0 * 2], 1
[all …]
/third_party/skia/third_party/externals/swiftshader/src/Shader/
DVertexPipeline.cpp546 if(state.output[T0 + stage].write) in processTextureCoordinate()
556 o[T0 + stage].x = varying.x; in processTextureCoordinate()
557 o[T0 + stage].y = varying.y; in processTextureCoordinate()
558 o[T0 + stage].z = varying.z; in processTextureCoordinate()
559 o[T0 + stage].w = varying.w; in processTextureCoordinate()
566 o[T0 + stage].x = varying.x; in processTextureCoordinate()
567 o[T0 + stage].y = varying.y; in processTextureCoordinate()
568 o[T0 + stage].z = varying.z; in processTextureCoordinate()
569 o[T0 + stage].w = varying.w; in processTextureCoordinate()
576 o[T0 + stage].y = Float4(1.0f); in processTextureCoordinate()
[all …]

12345678