/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/ffmpeg/libavfilter/ |
D | af_anequalizer.c | 283 double si, double g, double g0, in butterworth_fo_section() argument 287 S->b0 = (g*g*beta*beta + 2*g*g0*si*beta + g0*g0)/D; in butterworth_fo_section() 288 S->b1 = 2*c0*(g*g*beta*beta - g0*g0)/D; in butterworth_fo_section() 289 S->b2 = (g*g*beta*beta - 2*g0*g*beta*si + g0*g0)/D; in butterworth_fo_section() 299 S->b0 = (g*g*beta*beta + 2*g*g0*si*beta + g0*g0)/D; in butterworth_fo_section() 300 S->b1 = -4*c0*(g0*g0 + g*g0*si*beta)/D; in butterworth_fo_section() 301 S->b2 = 2*(g0*g0*(1 + 2*c0*c0) - g*g*beta*beta)/D; in butterworth_fo_section() 302 S->b3 = -4*c0*(g0*g0 - g*g0*si*beta)/D; in butterworth_fo_section() 303 S->b4 = (g*g*beta*beta - 2*g*g0*si*beta + g0*g0)/D; in butterworth_fo_section() 317 double g, c0, g0, beta; in butterworth_bp_filter() local [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/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 …]
|
D | poly1305-armv4.pl | 348 my ($h0,$h1,$h2,$h3,$h4,$g0,$g1,$g2,$g3)=map("r$_",(3..11)); 360 adds $g0,$h0,#5 @ compare to modulus 370 movne $h0,$g0 371 ldr $g0,[$nonce,#0] 388 adds $h0,$h0,$g0 1171 eor $g0,$g0,$g0 1180 adc $h4,$g0,$h4,lsr#24 @ can be partially reduced ... 1182 and $g0,$h4,#-4 @ ... so reduce 1184 add $g0,$g0,$g0,lsr#2 @ *= 5 1185 adds $h0,$h0,$g0 [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/ |
D | README.txt | 31 or %g0, 123, %l0 34 restore %g0, %g0, %g0 58 * Use %g0 directly to materialize 0. No instruction is required.
|
D | SparcInstrAliases.td | 345 // jmp addr -> jmpl addr, %g0 353 // tst reg -> orcc %g0, reg, %g0 356 // ret -> jmpl %i7+8, %g0 (aka RET 8) 359 // retl -> jmpl %o7+8, %g0 (aka RETL 8) 362 // restore -> restore %g0, %g0, %g0 365 // save -> restore %g0, %g0, %g0 373 // not rd -> xnor rd, %g0, rd 376 // not reg, rd -> xnor reg, %g0, rd 379 // neg rd -> sub %g0, rd, rd 382 // neg reg, rd -> sub %g0, reg, rd [all …]
|
/third_party/openssl/crypto/perlasm/ |
D | sparcv9_modes.pl | 56 alignaddr $ivec, %g0, $ivec 89 alignaddrl $out, %g0, $out 155 orn %g0, $omask, $omask 159 orn %g0, $omask, $omask 177 3: alignaddrl $ivec, $ivoff, %g0 ! handle unaligned ivec 186 orn %g0, $omask, $omask 274 alignaddr $ivec, %g0, $ivec 307 andcc $len, 16, %g0 ! is number of blocks even? 309 alignaddrl $out, %g0, $out 377 orn %g0, $omask, $omask [all …]
|
/third_party/openssl/crypto/ |
D | sparccpuid.S | 47 subcc %g0,1,%o0 180 subcc %g0,1,%o2 209 sra %i2,%g0,%i0 222 sra %o0,%g0,%o0 ! we return signed int, remember? 228 subcc %g0,1,%o0 343 .word 0x81b022a0 !xmulx %g0,%g0,%g0 380 stb %g0,[%o0] 389 subcc %g0,1,%g1 397 .v9lot: andcc %o0,7,%g0 400 stb %g0,[%o0] [all …]
|
/third_party/boost/libs/optional/test/ |
D | optional_test_inplace_factory.cpp | 46 Guard g0, g1(1.0, "one"), g2(2.0, "two"); in test_ctor() local 58 BOOST_TEST(*og0 == g0); in test_ctor() 77 Guard g0, g1(1.0, "one"), g2(2.0, "two"); in test_assign() local 91 BOOST_TEST(*og0 == g0); in test_assign()
|
/third_party/boost/libs/msm/example/mpl_graph/ |
D | Jamfile.v2 | 15 <toolset>gcc:<cxxflags>"-ftemplate-depth-300 -g0" 16 <toolset>darwin:<cxxflags>"-ftemplate-depth-300 -g0" 17 <toolset>intel:<cxxflags>"-g0"
|
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
D | lossless_enc_msa.c | 22 v8i16 g0, g1, t0, t1, t2, t3; \ 24 VSHF_B2_SH(src0, src0, src1, src1, mask0, mask0, g0, g1); \ 25 DOTP_SB2_SH(g0, g1, c0, c0, t0, t1); \ 38 const v16i8 g0 = VSHF_SB(src, src, mask0); \ 39 v8i16 t0 = __msa_dotp_s_h(c0, g0); \
|
/third_party/flutter/skia/third_party/externals/libwebp/src/dsp/ |
D | lossless_enc_msa.c | 22 v8i16 g0, g1, t0, t1, t2, t3; \ 24 VSHF_B2_SH(src0, src0, src1, src1, mask0, mask0, g0, g1); \ 25 DOTP_SB2_SH(g0, g1, c0, c0, t0, t1); \ 38 const v16i8 g0 = VSHF_SB(src, src, mask0); \ 39 v8i16 t0 = __msa_dotp_s_h(c0, g0); \
|
/third_party/flutter/skia/src/core/ |
D | SkMaskBlurFilter.cpp | 411 const Sk8h& g0, const Sk8h& g1, const Sk8h&, const Sk8h&, const Sk8h&, in blur_x_radius_1() argument 415 auto v0 = s0.mulHi(g0); in blur_x_radius_1() 432 const Sk8h& g0, const Sk8h& g1, const Sk8h& g2, const Sk8h&, const Sk8h&, in blur_x_radius_2() argument 434 auto v0 = s0.mulHi(g0); in blur_x_radius_2() 549 const Sk8h& g0, const Sk8h& g1, const Sk8h& g2, const Sk8h& g3, const Sk8h& g4, in blur_row() argument 558 blur(load(src, 8, nullptr), g0, g1, g2, g3, g4, &d0, &d8); in blur_row() 573 blur(load(src, srcTail, nullptr), g0, g1, g2, g3, g4, &d0, &d8); in blur_row() 596 Sk8h g0{gauss[0]}, in blur_x_rect() local 604 blur_row(blur, g0, g1, g2, g3, g4, src, srcW, dst, dstW); in blur_x_rect() 688 const Sk8h& g0, const Sk8h& g1, const Sk8h&, const Sk8h&, const Sk8h&, in blur_y_radius_1() argument [all …]
|
/third_party/skia/src/core/ |
D | SkMaskBlurFilter.cpp | 414 const Sk8h& g0, const Sk8h& g1, const Sk8h&, const Sk8h&, const Sk8h&, in blur_x_radius_1() argument 418 auto v0 = s0.mulHi(g0); in blur_x_radius_1() 435 const Sk8h& g0, const Sk8h& g1, const Sk8h& g2, const Sk8h&, const Sk8h&, in blur_x_radius_2() argument 437 auto v0 = s0.mulHi(g0); in blur_x_radius_2() 552 const Sk8h& g0, const Sk8h& g1, const Sk8h& g2, const Sk8h& g3, const Sk8h& g4, in blur_row() argument 561 blur(load(src, 8, nullptr), g0, g1, g2, g3, g4, &d0, &d8); in blur_row() 576 blur(load(src, srcTail, nullptr), g0, g1, g2, g3, g4, &d0, &d8); in blur_row() 599 Sk8h g0{gauss[0]}, in blur_x_rect() local 607 blur_row(blur, g0, g1, g2, g3, g4, src, srcW, dst, dstW); in blur_x_rect() 691 const Sk8h& g0, const Sk8h& g1, const Sk8h&, const Sk8h&, const Sk8h&, in blur_y_radius_1() argument [all …]
|
/third_party/openssl/crypto/md5/asm/ |
D | md5-sparcv9.pl | 223 andcc %g1, CFR_MD5, %g0 228 andcc %o1, 0x7, %g0 229 lda [%o0 + %g0]0x88, %f0 ! load context 232 lda [%o0 + %g0]0x88, %f2 256 sta %f0, [%o0 + %g0]0x88 ! store context 259 sta %f2, [%o0 + %g0]0x88 266 alignaddr %o1, %g0, %o1 304 wr %g0,0x88,%asi ! ASI_PRIMARY_LITTLE 369 wr %g0,$saved_asi,%asi
|