Home
last modified time | relevance | path

Searched refs:g21 (Results 1 – 25 of 68) sorted by relevance

123

/third_party/mesa3d/src/intel/tools/tests/gen6/
Ddp3.asm6 dp3(8) g21<1>.xF g20<4>.xyzzF g1<0>.xyzzF { align16 NoDDClr 1Q };
7 dp3(8) g21<1>.yF g20<4>.xyzzF g1.4<0>.xyzzF { align16 NoDDClr,NoDDChk 1Q };
8 dp3(8) g21<1>.zF g20<4>.xyzzF g2<0>.xyzzF { align16 NoDDChk 1Q };
/third_party/mesa3d/src/intel/tools/tests/gen7.5/
Dmad.asm12 mad(8) g22<1>.xF g10<4,4,1>.xF g21<4,4,1>.xF (abs)g5.6<0,1,0>F { align16 1Q };
17 mad(8) g53<1>F -g52<4,4,1>F g21<4,4,1>F -g21<4,4,1>F { align16 1Q };
18 mad(8) g71<1>F -g8<4,4,1>F -g2.4<0,1,0>F -g21<4,4,1>F { align16 1Q };
33 mad(16) g21<1>F -g6.2<0,1,0>F g19<4,4,1>F (abs)g9<4,4,1>F { align16 1H };
34 mad(16) g23<1>F g6.1<0,1,0>F g21<4,4,1>F (abs)g9<4,4,1>F { align16 1H };
Dshl.asm6 shl(8) g21<1>.xyD g1<0>.xyyyD g1<0>.zwwwUD { align16 1Q };
14 shl(8) g21<1>UD g21<8,8,1>UD 0x00000010UD { align1 1Q };
Df32to16.asm1 f32to16(8) g21<2>W g22<8,8,1>F { align1 1Q };
Dbfi1.asm3 bfi1(8) g17<1>UD g15<8,8,1>D g21<8,8,1>D { align1 2Q };
/third_party/mesa3d/src/intel/tools/tests/gen7/
Dmad.asm2 mad(8) g25<1>F g6.7<0,1,0>F g6.3<0,1,0>F g21<4,4,1>F { align16 2Q };
9 mad(8) g22<1>.xF g10<4,4,1>.xF g21<4,4,1>.xF (abs)g5.6<0,1,0>F { align16 1Q };
11 mad(8) g53<1>F -g52<4,4,1>F g21<4,4,1>F -g21<4,4,1>F { align16 1Q };
12 mad(8) g71<1>F -g8<4,4,1>F -g2.4<0,1,0>F -g21<4,4,1>F { align16 1Q };
30 mad.ge.f0.0(8) g9<1>F g21.0<0,1,0>F g7<4,4,1>F -g2.4<0,1,0>F { align16 2Q };
Dmov.asm36 mov(8) g21<1>UD g0<8,8,1>UD { align1 WE_all 2Q };
38 mov(1) g21.2<1>UD 0x000003f2UD { align1 WE_all 3N };
109 mov(8) g21<1>.xUD g13<4>.xD { align16 1Q };
129 mov(16) g21<1>D g6<16,8,2>W { align1 1H };
135 mov(16) g21<1>F g6<16,8,2>W { align1 1H };
146 mov.z.f0.0(8) null<1>D g21<8,8,1>F { align1 1Q };
Df16to32.asm2 f16to32(16) g21<1>F g6<16,8,2>UW { align1 1H };
Dand.asm5 and(8) g22<1>UD g21<8,8,1>UD g20<8,8,1>UD { align1 1Q };
29 and.z.f0.0(8) null<1>UD g7<8,8,1>UD g21<8,8,1>UD { align1 1Q };
/third_party/typescript/tests/cases/conformance/types/rest/
DgenericRestParameters1.ts112 const g21 = bind(g20, 42); // (y: string, z: boolean) => string[] constant
113 const g22 = bind(g21, "hello"); // (z: boolean) => string[]
119 g21("hello", true);
120 g21("hello");
121 g21();
/third_party/typescript/tests/baselines/reference/
DgenericRestParameters1.js110 const g21 = bind(g20, 42); // (y: string, z: boolean) => string[] constant
111 const g22 = bind(g21, "hello"); // (z: boolean) => string[]
117 g21("hello", true);
118 g21("hello");
119 g21();
257 var g21 = bind(g20, 42); // (y: string, z: boolean) => string[] variable
258 var g22 = bind(g21, "hello"); // (z: boolean) => string[]
263 g21("hello", true);
264 g21("hello");
265 g21();
[all …]
DgenericRestParameters1.symbols435 const g21 = bind(g20, 42); // (y: string, z: boolean) => string[]
436 >g21 : Symbol(g21, Decl(genericRestParameters1.ts, 108, 5))
440 const g22 = bind(g21, "hello"); // (z: boolean) => string[]
443 >g21 : Symbol(g21, Decl(genericRestParameters1.ts, 108, 5))
459 g21("hello", true);
460 >g21 : Symbol(g21, Decl(genericRestParameters1.ts, 108, 5))
462 g21("hello");
463 >g21 : Symbol(g21, Decl(genericRestParameters1.ts, 108, 5))
465 g21();
466 >g21 : Symbol(g21, Decl(genericRestParameters1.ts, 108, 5))
DgenericRestParameters1.errors.txt117 const g21 = bind(g20, 42); // (y: string, z: boolean) => string[]
118 const g22 = bind(g21, "hello"); // (z: boolean) => string[]
124 g21("hello", true);
125 g21("hello");
126 g21();
DgenericRestParameters1.types578 const g21 = bind(g20, 42); // (y: string, z: boolean) => string[]
579 >g21 : (y?: string | undefined, z?: boolean | undefined) => string[]
585 const g22 = bind(g21, "hello"); // (z: boolean) => string[]
587 >bind(g21, "hello") : (z?: boolean | undefined) => string[]
589 >g21 : (y?: string | undefined, z?: boolean | undefined) => string[]
617 g21("hello", true);
618 >g21("hello", true) : string[]
619 >g21 : (y?: string | undefined, z?: boolean | undefined) => string[]
623 g21("hello");
624 >g21("hello") : string[]
[all …]
/third_party/boost/libs/graph/example/
Dadjacency_list_io.cpp97 Graph2 g21; in main() local
99 readFile21 >> read(g21, no_property(), no_property()); in main()
101 << write(g21, no_property(), no_property()) << std::endl; in main()
/third_party/mesa3d/src/intel/tools/tests/gen8/
Dor.asm1 or(8) g53<1>UD g49<8,8,1>UD g21<8,8,1>UD { align1 1Q };
2 or.nz.f0.0(8) null<1>UD g21<8,8,1>UD g2<8,8,1>UD { align1 1Q };
17 or(8) g22<1>UD ~g2.2<0,1,0>D g21<8,8,1>UD { align1 1Q };
Dcsel.asm3 csel.le(8) g21<1>F (abs)g5.3<0,1,0>F g5.0<0,1,0>F g5.3<0,1,0>F { align16 1Q };
5 csel.le(8) g21<1>F g5.0<0,1,0>F (abs)g5.1<0,1,0>F g5.1<0,1,0>F { align16 1Q };
Dmad.asm2 mad(16) g21<1>F g19<4,4,1>F g11<4,4,1>F g11<4,4,1>F { align16 1H };
20 mad(8) g79<1>DF -g39<4,4,1>DF g21<4,4,1>DF g79<4,4,1>DF { align16 2Q };
27 mad(16) g5<1>F -g21<4,4,1>F -g2.1<0,1,0>F -g85<4,4,1>F { align16 1H };
Dand.asm12 and.z.f0.0(16) g21<1>UD g19<8,8,1>UD g17<8,8,1>UD { align1 1H };
19 and(8) g21<1>UD g15<8,8,1>UD 0x00000003UD { align1 WE_all 1Q };
Dmul.asm7 mul(8) g21<1>D g20<8,8,1>D 3D { align1 1Q };
25 mul(8) g21<1>Q g6<4,4,1>D g14<4,4,1>D { align1 2Q };
/third_party/mesa3d/src/intel/tools/tests/gen9/
Dor.asm1 or(8) g53<1>UD g49<8,8,1>UD g21<8,8,1>UD { align1 1Q };
2 or.nz.f0.0(8) null<1>UD g21<8,8,1>UD g2<8,8,1>UD { align1 1Q };
17 or(8) g22<1>UD ~g2.2<0,1,0>D g21<8,8,1>UD { align1 1Q };
Dshl.asm8 shl(8) g3<1>UD g23<8,8,1>UD g21<8,8,1>UD { align1 WE_all 1Q };
10 shl(1) g14<1>UD g21<0,1,0>UD 0x00000008UD { align1 WE_all 3N };
Dcsel.asm3 csel.le(8) g21<1>F (abs)g5.3<0,1,0>F g5.0<0,1,0>F g5.3<0,1,0>F { align16 1Q };
5 csel.le(8) g21<1>F g5.0<0,1,0>F (abs)g5.1<0,1,0>F g5.1<0,1,0>F { align16 1Q };
Dand.asm8 and.z.f0.0(16) g21<1>UD g19<8,8,1>UD g17<8,8,1>UD { align1 1H };
16 and(8) g21<1>UD g15<8,8,1>UD 0x00000003UD { align1 WE_all 1Q };
Dmul.asm7 mul(8) g21<1>D g20<8,8,1>D 3D { align1 1Q };
25 mul(8) g21<1>Q g6<4,4,1>D g14<4,4,1>D { align1 2Q };

123