/third_party/mesa3d/src/intel/tools/tests/gen4.5/ |
D | send.asm | 3 send(16) 1 null<1>UW g0<8,8,1>UW 0x85a04800 7 send(8) 1 null<1>F g0<4>F 0x8650c400 9 send(8) 1 null<1>F g0<4>F 0x8640c400 11 send(8) 13 g0<1>F g0<4>F 0x053190ff 13 send(8) 14 g9<1>F g0<4>F 0x042150ff 15 send(8) 1 null<1>F g0<4>F 0x8680c400 17 send(16) 1 g4<1>UW g0<8,8,1>UW 0x02780001 19 send(16) 1 g4<1>UW g0<8,8,1>UW 0x02580001 21 send(8) 14 g3<1>UD g0<4>F 0x04211000 25 send(16) 1 g26<1>UW g0<8,8,1>UW 0x02382001 [all …]
|
/third_party/mesa3d/src/intel/tools/tests/gen4/ |
D | send.asm | 5 send(16) 1 null<1>UW g0<8,8,1>UW 0x85a04800 7 send(8) 1 null<1>F g0<4>F 0x8650c400 9 send(8) 1 null<1>F g0<4>F 0x8640c400 11 send(8) 13 g0<1>F g0<4>F 0x053190ff 13 send(8) 14 g10<1>F g0<4>F 0x042150ff 15 send(8) 1 null<1>F g0<4>F 0x8680c400 17 send(16) 1 g4<1>UW g0<8,8,1>UW 0x02780001 19 send(16) 1 g4<1>UW g0<8,8,1>UW 0x02580001 21 send(8) 14 g3<1>UD g0<4>F 0x04211000 25 send(16) 1 g26<1>UW g0<8,8,1>UW 0x0238a001 [all …]
|
/third_party/openssl/crypto/bn/asm/ |
D | sparcv8.S | 55 andcc %o2,-4,%g0 101 andcc %o2,-4,%g0 168 andcc %o2,-4,%g0 202 andcc %o2,-4,%g0 260 andcc %o2,-4,%g0 363 andcc %o3,-4,%g0 367 addcc %g0,0,%g0 ! clear carry flag 394 addx %g0,0,%g1 395 andcc %o3,-4,%g0 397 addcc %g1,-1,%g0 [all …]
|
D | vis3-mont.pl | 146 addxc %g0, $hi1, $hi1 159 addxc $aj, %g0, $hi0 169 addxc $nj, %g0, $hi1 ! nhi=nj 182 addxc %g0, $hi1, $hi1 190 addxc $aj, %g0, $hi0 ! ahi=aj 193 addxc $nj, %g0, $hi1 195 addxc %g0, $hi1, $hi1 200 addxc %g0, %g0, $ovf ! upmost overflow bit 228 addxc %g0, $hi0, $hi0 237 addxc %g0, $hi1, $hi1 [all …]
|
D | sparct4-mont.pl | 367 or %g0, 1, %o5 371 wr $ccr, %g0, %ccr 487 srl %i4,%g0,%i4 ! pack last arguments 537 srl $pwr, %g0, %o5 562 srl $pwr, %g0, %o5 584 wr %o4, %g0, %ccr 736 addxc %g0, $hi1, $hi1 747 addxc $aj, %g0, $hi0 752 addxc $nj, %g0, $hi1 ! nhi=nj 762 addxc %g0, $hi1, $hi1 [all …]
|
/third_party/mesa3d/src/intel/compiler/ |
D | test_eu_validate.cpp | 120 #define g0 brw_vec8_grf(0, 0) macro 134 brw_ADD(p, g0, g0, g0); in TEST_P() 141 brw_MOV(p, g0, null); in TEST_P() 148 brw_ADD(p, g0, g0, null); in TEST_P() 156 gfx6_math(p, g0, BRW_MATH_FUNCTION_SIN, null, null); in TEST_P() 158 gfx4_math(p, g0, BRW_MATH_FUNCTION_SIN, 0, null, BRW_MATH_PRECISION_FULL); in TEST_P() 167 gfx6_math(p, g0, BRW_MATH_FUNCTION_POW, g0, null); in TEST_P() 210 brw_MOV(p, g0, g0); in TEST_P() 238 brw_MOV(p, g0, g0); in TEST_P() 250 gfx4_math(p, g0, BRW_MATH_FUNCTION_SIN, 0, g0, BRW_MATH_PRECISION_FULL); in TEST_P() [all …]
|
D | test_eu_compact.cpp | 262 struct brw_reg g0 = brw_vec8_grf(0, 0); in TEST_P() local 266 brw_ADD(p, g0, g2, g4); in TEST_P() 271 struct brw_reg g0 = brw_vec8_grf(0, 0); in TEST_P() local 274 brw_ADD(p, g0, g2, brw_imm_f(1.0)); in TEST_P() 279 struct brw_reg g0 = retype(brw_vec8_grf(0, 0), BRW_REGISTER_TYPE_D); in TEST_P() local 282 brw_ADD(p, g0, g2, brw_imm_d(1)); in TEST_P() 287 struct brw_reg g0 = brw_vec8_grf(0, 0); in TEST_P() local 290 brw_MOV(p, g0, g2); in TEST_P() 304 struct brw_reg g0 = brw_vec1_grf(0, 0); in TEST_P() local 308 brw_ADD(p, g0, g2, g4); in TEST_P() [all …]
|
/third_party/ffmpeg/libavfilter/ |
D | af_anequalizer.c | 267 double si, double g, double g0, in butterworth_fo_section() argument 271 S->b0 = (g*g*beta*beta + 2*g*g0*si*beta + g0*g0)/D; in butterworth_fo_section() 272 S->b1 = 2*c0*(g*g*beta*beta - g0*g0)/D; in butterworth_fo_section() 273 S->b2 = (g*g*beta*beta - 2*g0*g*beta*si + g0*g0)/D; in butterworth_fo_section() 283 S->b0 = (g*g*beta*beta + 2*g*g0*si*beta + g0*g0)/D; in butterworth_fo_section() 284 S->b1 = -4*c0*(g0*g0 + g*g0*si*beta)/D; in butterworth_fo_section() 285 S->b2 = 2*(g0*g0*(1 + 2*c0*c0) - g*g*beta*beta)/D; in butterworth_fo_section() 286 S->b3 = -4*c0*(g0*g0 - g*g0*si*beta)/D; in butterworth_fo_section() 287 S->b4 = (g*g*beta*beta - 2*g*g0*si*beta + g0*g0)/D; in butterworth_fo_section() 301 double g, c0, g0, beta; in butterworth_bp_filter() local [all …]
|
/third_party/mesa3d/src/intel/tools/tests/gen5/ |
D | send.asm | 3 send(8) 1 null<1>UW g0<8,8,1>UW 0x8c084c00 7 send(16) 1 null<1>UW g0<8,8,1>UW 0x94084800 9 send(8) 1 null<1>F g0<4>F 0x8a08c400 19 send(8) 14 g3<1>UD g0<4>F 0x04181000 21 send(8) 1 null<1>F g0<4>F 0x8808c400 31 send(8) 1 null<1>F g0<4>F 0x8c08c400 45 send(8) 1 null<1>UW g0<8,8,1>UW 0x90084c00 47 send(16) 1 null<1>UW g0<8,8,1>UW 0x9c084800 49 send(8) 1 null<1>F g0<4>F 0x1a084400 51 send(8) 1 null<1>F g0<4>F 0x9008c460 [all …]
|
/third_party/mesa3d/src/util/format/ |
D | u_format_yuv.c | 52 float r, g0, g1, b; in util_format_r8g8_b8g8_unorm_unpack_rgba_float() local 58 g0 = ubyte_to_float((value >> 8) & 0xff); in util_format_r8g8_b8g8_unorm_unpack_rgba_float() 63 dst[1] = g0; /* g */ in util_format_r8g8_b8g8_unorm_unpack_rgba_float() 79 g0 = ubyte_to_float((value >> 8) & 0xff); in util_format_r8g8_b8g8_unorm_unpack_rgba_float() 84 dst[1] = g0; /* g */ in util_format_r8g8_b8g8_unorm_unpack_rgba_float() 106 uint8_t r, g0, g1, b; in util_format_r8g8_b8g8_unorm_unpack_rgba_8unorm() local 112 g0 = (value >> 8) & 0xff; in util_format_r8g8_b8g8_unorm_unpack_rgba_8unorm() 117 dst[1] = g0; /* g */ in util_format_r8g8_b8g8_unorm_unpack_rgba_8unorm() 133 g0 = (value >> 8) & 0xff; in util_format_r8g8_b8g8_unorm_unpack_rgba_8unorm() 138 dst[1] = g0; /* g */ in util_format_r8g8_b8g8_unorm_unpack_rgba_8unorm() [all …]
|
/third_party/openssl/crypto/ec/asm/ |
D | ecp_nistz256-sparcv9.pl | 231 addc %g0,%g0,$carry 260 addccc @acc[4],%g0,@acc[4] ! r[4]+=0 263 addccc @acc[5],%g0,@acc[5] ! r[5]+=0 267 addccc @acc[7],%g0,@acc[7] ! r[7]+=0 271 addc $carry,%g0,$carry ! top-most carry 273 subccc @acc[0],%g0,@acc[0] ! r[8]-=0 "@acc[8]" 274 subc $carry,%g0,$carry ! top-most carry 315 addc %g0,%g0,$carry 318 addccc @acc[4],%g0,@acc[4] 319 addccc @acc[5],%g0,@acc[5] [all …]
|
/third_party/boost/boost/geometry/srs/projections/ |
D | par_data.hpp | 45 nadgrids(std::string const& g0) in nadgrids() 49 d[0] = g0; in nadgrids() 51 nadgrids(std::string const& g0, std::string const& g1) in nadgrids() 55 d[0] = g0; d[1] = g1; in nadgrids() 57 nadgrids(std::string const& g0, std::string const& g1, std::string const& g2) in nadgrids() 61 d[0] = g0; d[1] = g1; d[2] = g2; in nadgrids() 63 …nadgrids(std::string const& g0, std::string const& g1, std::string const& g2, std::string const& g… in nadgrids() 67 d[0] = g0; d[1] = g1; d[2] = g2; d[3] = g3; in nadgrids() 69 …nadgrids(std::string const& g0, std::string const& g1, std::string const& g2, std::string const& g… in nadgrids() 73 d[0] = g0; d[1] = g1; d[2] = g2; d[3] = g3; d[4] = g4; in nadgrids()
|
/third_party/typescript/tests/cases/fourslash/ |
D | findAllRefsDestructureGetter2.ts | 13 const [g0Def, g0, s0Def, s0, gs1Def, g1, s1] = test.ranges(); constant 14 verify.quickInfoAt(g0, "(property) C.g: number"); 15 verify.referenceGroups(g0, [{ definition: "(property) C.g: number", ranges: [g0, g1] }]); 17 { definition: "(property) C.g: number", ranges: [g0] },
|
D | transitiveExportImports3.ts | 13 const [f0Def, f0, f1Def, f1, g0, f2Def, f2, g1Def, g1] = test.ranges(); constant 16 const g0Group = { definition: "(alias) function g(): void\nexport g", ranges: [g0] }; 21 verify.referenceGroups(g0, [g0Group, g1Group]); 27 verify.renameLocations(g0, [g0, g1]);
|
/third_party/abseil-cpp/absl/synchronization/ |
D | mutex_test.cc | 70 int g0; // global 0 member 89 ABSL_RAW_CHECK(cxt->g0 == -cxt->g1, "Error in CheckSumG0G1"); in CheckSumG0G1() 96 int a = cxt->g0 + 1; in TestMu() 97 cxt->g0 = a; in TestMu() 107 int a = cxt->g0 + 1; in TestTry() 108 cxt->g0 = a; in TestTry() 126 cxt->g0++; in TestRW() 134 ABSL_RAW_CHECK(cxt->g0 == -cxt->g1, "Error in TestRW"); in TestRW() 148 return cxt->g0 == this->target || cxt->g0 == cxt->iterations; in MyTurn() 157 while (cxt->g0 < cxt->iterations) { in TestAwait() [all …]
|
/third_party/openssl/crypto/des/asm/ |
D | dest4-sparcv9.pl | 58 andcc $inp, 0x7, %g0 59 alignaddr $inp, %g0, $inp 119 sub %g0, $ileft, $iright 121 alignaddrl $out, %g0, $out 193 orn %g0, $omask, $omask 197 orn %g0, $omask, $omask 220 sub %g0, $ileft, $iright 222 alignaddrl $out, %g0, $out 293 orn %g0, $omask, $omask 297 orn %g0, $omask, $omask [all …]
|
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/ |
D | mutex_test.cc | 70 int g0; // global 0 member 89 ABSL_RAW_CHECK(cxt->g0 == -cxt->g1, "Error in CheckSumG0G1"); in CheckSumG0G1() 96 int a = cxt->g0 + 1; in TestMu() 97 cxt->g0 = a; in TestMu() 107 int a = cxt->g0 + 1; in TestTry() 108 cxt->g0 = a; in TestTry() 126 cxt->g0++; in TestRW() 134 ABSL_RAW_CHECK(cxt->g0 == -cxt->g1, "Error in TestRW"); in TestRW() 148 return cxt->g0 == this->target || cxt->g0 == cxt->iterations; in MyTurn() 157 while (cxt->g0 < cxt->iterations) { in TestAwait() [all …]
|
/third_party/mesa3d/src/intel/tools/tests/gen8/ |
D | asr.asm | 3 asr.nz.f0.0(8) null<1>D -g0<0,1,0>W 15D { align1 1Q }; 4 asr.nz.f0.0(16) null<1>D -g0<0,1,0>W 15D { align1 1H }; 5 asr(8) g2<1>D -g0<0,1,0>W 15D { align1 1Q }; 6 asr(16) g2<1>D -g0<0,1,0>W 15D { align1 1H };
|
/third_party/mesa3d/src/intel/tools/tests/gen9/ |
D | asr.asm | 3 asr.nz.f0.0(8) null<1>D -g0<0,1,0>W 15D { align1 1Q }; 4 asr.nz.f0.0(16) null<1>D -g0<0,1,0>W 15D { align1 1H }; 5 asr(8) g2<1>D -g0<0,1,0>W 15D { align1 1Q }; 6 asr(16) g2<1>D -g0<0,1,0>W 15D { align1 1H };
|
/third_party/mesa3d/src/mesa/sparc/ |
D | sparc_clip.S | 98 addx %g0, 0x0, %g3 ! IEU1 Group 101 subcc %g5, %g4, %g0 ! IEU1 Group 106 subcc %g5, %g4, %g0 ! IEU1 Group 111 subcc %g5, %g4, %g0 ! IEU1 Group 119 st %g0, [%i5 + 0x00] ! LSU 122 st %g0, [%i5 + 0x04] ! LSU 124 st %g0, [%i5 + 0x08] ! LSU 184 addx %g0, 0x0, %g3 ! IEU1 Group 187 subcc %g5, %g4, %g0 ! IEU1 Group 192 subcc %g5, %g4, %g0 ! IEU1 Group [all …]
|
/third_party/mesa3d/src/intel/tools/tests/gen7/ |
D | asr.asm | 5 asr.nz.f0.0(8) null<1>D -g0<0,1,0>W 15D { align1 1Q }; 6 asr.nz.f0.0(16) null<1>D -g0<0,1,0>W 15D { align1 1H }; 7 asr(8) g2<1>D -g0<0,1,0>W 15D { align1 1Q }; 8 asr(16) g2<1>D -g0<0,1,0>W 15D { align1 1H };
|
/third_party/boost/libs/phoenix/test/boost_bind_compatibility/ |
D | bind_interoperation_test.cpp | 54 int g0() const { n += g1(17); return n; } in g0() function 106 BOOST_TEST(boost::bind(&X::g0, &x )() == 34); in member_function_test() 107 BOOST_TEST(boost::bind(&X::g0, x )() == 51); in member_function_test() 113 BOOST_TEST(phx::bind(&X::g0, &x )() == 85); in member_function_test() 114 BOOST_TEST(phx::bind(&X::g0, x )() == 102); in member_function_test() 115 BOOST_TEST(phx::bind(&X::g0, ref(x) )() == 102); in member_function_test()
|
/third_party/openssl/crypto/poly1305/asm/ |
D | poly1305-sparcv9.pl | 89 stx %g0,[$ctx+0] 90 stx %g0,[$ctx+8] ! zero hash value 92 stx %g0,[$ctx+16] 107 ldxa [$inp+%g0]0x88,$h0 ! load little-endian key 125 andcc %g1,SPARCV9_VIS3,%g0 137 restore %g0,1,%o0 ! return 1 141 restore %g0,%g0,%o0 ! return 0 180 ldxa [$inp+%g0]0x88,$d0 ! load little-endian input 260 addccc %g0,$h1,$h1 261 addccc %g0,$h2,$h2 [all …]
|
/third_party/mesa3d/src/intel/tools/tests/gen6/ |
D | asr.asm | 6 asr.nz.f0.0(8) null<1>D -g0<0,1,0>W 15D { align1 1Q }; 7 asr.nz.f0.0(16) null<1>D -g0<0,1,0>W 15D { align1 1H }; 8 asr(8) g2<1>D -g0<0,1,0>W 15D { align1 1Q }; 9 asr(16) g2<1>D -g0<0,1,0>W 15D { align1 1H };
|
/third_party/mesa3d/src/intel/tools/tests/gen7.5/ |
D | asr.asm | 9 asr.nz.f0.0(8) null<1>D -g0<0,1,0>W 15D { align1 1Q }; 10 asr.nz.f0.0(16) null<1>D -g0<0,1,0>W 15D { align1 1H }; 11 asr(8) g2<1>D -g0<0,1,0>W 15D { align1 1Q }; 12 asr(16) g2<1>D -g0<0,1,0>W 15D { align1 1H };
|