/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 | 148 addxc %g0, $hi1, $hi1 161 addxc $aj, %g0, $hi0 171 addxc $nj, %g0, $hi1 ! nhi=nj 184 addxc %g0, $hi1, $hi1 192 addxc $aj, %g0, $hi0 ! ahi=aj 195 addxc $nj, %g0, $hi1 197 addxc %g0, $hi1, $hi1 202 addxc %g0, %g0, $ovf ! upmost overflow bit 230 addxc %g0, $hi0, $hi0 239 addxc %g0, $hi1, $hi1 [all …]
|
D | sparct4-mont.pl | 369 or %g0, 1, %o5 373 wr $ccr, %g0, %ccr 489 srl %i4,%g0,%i4 ! pack last arguments 539 srl $pwr, %g0, %o5 564 srl $pwr, %g0, %o5 586 wr %o4, %g0, %ccr 738 addxc %g0, $hi1, $hi1 749 addxc $aj, %g0, $hi0 754 addxc $nj, %g0, $hi1 ! nhi=nj 764 addxc %g0, $hi1, $hi1 [all …]
|
/third_party/mesa3d/src/intel/compiler/ |
D | test_eu_validate.cpp | 123 #define g0 brw_vec8_grf(0, 0) macro 137 brw_ADD(p, g0, g0, g0); in TEST_P() 144 brw_MOV(p, g0, null); in TEST_P() 151 brw_ADD(p, g0, g0, null); in TEST_P() 159 gfx6_math(p, g0, BRW_MATH_FUNCTION_SIN, null, null); in TEST_P() 161 gfx4_math(p, g0, BRW_MATH_FUNCTION_SIN, 0, null, BRW_MATH_PRECISION_FULL); in TEST_P() 170 gfx6_math(p, g0, BRW_MATH_FUNCTION_POW, g0, null); in TEST_P() 213 brw_MOV(p, g0, g0); in TEST_P() 241 brw_MOV(p, g0, g0); in TEST_P() 253 gfx4_math(p, g0, BRW_MATH_FUNCTION_SIN, 0, g0, BRW_MATH_PRECISION_FULL); in TEST_P() [all …]
|
D | test_eu_compact.cpp | 268 struct brw_reg g0 = brw_vec8_grf(0, 0); in TEST_P() local 272 brw_ADD(p, g0, g2, g4); in TEST_P() 277 struct brw_reg g0 = brw_vec8_grf(0, 0); in TEST_P() local 280 brw_ADD(p, g0, g2, brw_imm_f(1.0)); in TEST_P() 285 struct brw_reg g0 = retype(brw_vec8_grf(0, 0), BRW_REGISTER_TYPE_D); in TEST_P() local 288 brw_ADD(p, g0, g2, brw_imm_d(1)); in TEST_P() 293 struct brw_reg g0 = brw_vec8_grf(0, 0); in TEST_P() local 296 brw_MOV(p, g0, g2); in TEST_P() 310 struct brw_reg g0 = brw_vec1_grf(0, 0); in TEST_P() local 314 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 | 233 addc %g0,%g0,$carry 262 addccc @acc[4],%g0,@acc[4] ! r[4]+=0 265 addccc @acc[5],%g0,@acc[5] ! r[5]+=0 269 addccc @acc[7],%g0,@acc[7] ! r[7]+=0 273 addc $carry,%g0,$carry ! top-most carry 275 subccc @acc[0],%g0,@acc[0] ! r[8]-=0 "@acc[8]" 276 subc $carry,%g0,$carry ! top-most carry 317 addc %g0,%g0,$carry 320 addccc @acc[4],%g0,@acc[4] 321 addccc @acc[5],%g0,@acc[5] [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/openssl/crypto/des/asm/ |
D | dest4-sparcv9.pl | 60 andcc $inp, 0x7, %g0 61 alignaddr $inp, %g0, $inp 121 sub %g0, $ileft, $iright 123 alignaddrl $out, %g0, $out 195 orn %g0, $omask, $omask 199 orn %g0, $omask, $omask 222 sub %g0, $ileft, $iright 224 alignaddrl $out, %g0, $out 295 orn %g0, $omask, $omask 299 orn %g0, $omask, $omask [all …]
|
/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/musl/libc-test/src/regression/ |
D | malloc-encode-pointer.c | 61 struct group_in *g0 = NULL; in child() local 72 g0 = get_group(d0); in child() 81 if ((uintptr_t)g0->meta->mem == (uintptr_t)g0) in child() 87 if ((uintptr_t)g0->meta->prev->next == (uintptr_t)g0->meta->mem) in child()
|
/third_party/openssl/crypto/poly1305/asm/ |
D | poly1305-sparcv9.pl | 91 stx %g0,[$ctx+0] 92 stx %g0,[$ctx+8] ! zero hash value 94 stx %g0,[$ctx+16] 109 ldxa [$inp+%g0]0x88,$h0 ! load little-endian key 127 andcc %g1,SPARCV9_VIS3,%g0 139 restore %g0,1,%o0 ! return 1 143 restore %g0,%g0,%o0 ! return 0 182 ldxa [$inp+%g0]0x88,$d0 ! load little-endian input 262 addccc %g0,$h1,$h1 263 addccc %g0,$h2,$h2 [all …]
|
D | poly1305-armv4.pl | 343 my ($h0,$h1,$h2,$h3,$h4,$g0,$g1,$g2,$g3)=map("r$_",(3..11)); 355 adds $g0,$h0,#5 @ compare to modulus 365 movne $h0,$g0 366 ldr $g0,[$nonce,#0] 383 adds $h0,$h0,$g0 1166 eor $g0,$g0,$g0 1175 adc $h4,$g0,$h4,lsr#24 @ can be partially reduced ... 1177 and $g0,$h4,#-4 @ ... so reduce 1179 add $g0,$g0,$g0,lsr#2 @ *= 5 1180 adds $h0,$h0,$g0 [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/mesa3d/src/intel/tools/tests/gen8/ |
D | send.asm | 409 send(8) g115<1>UW g0<8,8,1>F 0x021c001b 411 send(8) g115<1>UW g0<8,8,1>F 0x021c001c 413 send(8) g115<1>UW g0<8,8,1>F 0x021c001d 415 send(8) g115<1>UW g0<8,8,1>F 0x021c001e 417 send(8) g115<1>UW g0<8,8,1>F 0x021c001f 419 send(8) g115<1>UW g0<8,8,1>F 0x021c0020 421 send(8) g115<1>UW g0<8,8,1>F 0x021c0021 435 send(8) g2<1>UW g0<8,8,1>F 0x021c0000 437 send(8) g3<1>UW g0<8,8,1>F 0x021c0001 439 send(8) g4<1>UW g0<8,8,1>F 0x021c0002 [all …]
|
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/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/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/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/ |
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 …]
|