Home
last modified time | relevance | path

Searched refs:g0 (Results 1 - 25 of 96) sorted by relevance

1234

/third_party/node/deps/openssl/openssl/crypto/bn/asm/
H A Dsparcv8.S55 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
[all...]
H A Dvis3-mont.pl150 addxc %g0, $hi1, $hi1
164 addxc $aj, %g0, $hi0
174 addxc $nj, %g0, $hi1 ! nhi=nj
187 addxc %g0, $hi1, $hi1
195 addxc $aj, %g0, $hi0 ! ahi=aj
198 addxc $nj, %g0, $hi1
200 addxc %g0, $hi1, $hi1
205 addxc %g0, %g0, $ovf ! upmost overflow bit
234 addxc %g0,
[all...]
H A Dsparct4-mont.pl374 or %g0, 1, %o5
378 wr $ccr, %g0, %ccr
495 srl %i4,%g0,%i4 ! pack last arguments
546 srl $pwr, %g0, %o5
571 srl $pwr, %g0, %o5
594 wr %o4, %g0, %ccr
749 addxc %g0, $hi1, $hi1
761 addxc $aj, %g0, $hi0
766 addxc $nj, %g0, $hi1 ! nhi=nj
776 addxc %g0,
[all...]
/third_party/openssl/crypto/bn/asm/
H A Dsparcv8.S55 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
[all...]
H A Dvis3-mont.pl150 addxc %g0, $hi1, $hi1
164 addxc $aj, %g0, $hi0
174 addxc $nj, %g0, $hi1 ! nhi=nj
187 addxc %g0, $hi1, $hi1
195 addxc $aj, %g0, $hi0 ! ahi=aj
198 addxc $nj, %g0, $hi1
200 addxc %g0, $hi1, $hi1
205 addxc %g0, %g0, $ovf ! upmost overflow bit
234 addxc %g0,
[all...]
H A Dsparct4-mont.pl374 or %g0, 1, %o5
378 wr $ccr, %g0, %ccr
495 srl %i4,%g0,%i4 ! pack last arguments
546 srl $pwr, %g0, %o5
571 srl $pwr, %g0, %o5
594 wr %o4, %g0, %ccr
749 addxc %g0, $hi1, $hi1
761 addxc $aj, %g0, $hi0
766 addxc $nj, %g0, $hi1 ! nhi=nj
776 addxc %g0,
[all...]
/third_party/mesa3d/src/intel/compiler/
H A Dtest_eu_validate.cpp123 #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_PO in TEST_P()
[all...]
H A Dtest_eu_compact.cpp268 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, g in TEST_P()
328 struct brw_reg g0 = brw_vec8_grf(0, 0); TEST_P() local
343 struct brw_reg g0 = brw_vec8_grf(0, 0); TEST_P() local
[all...]
/third_party/ffmpeg/libavfilter/
H A Daf_anequalizer.c267 double si, double g, double g0, in butterworth_fo_section()
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*s in butterworth_fo_section()
266 butterworth_fo_section(FoSection *S, double beta, double si, double g, double g0, double D, double c0) butterworth_fo_section() argument
301 double g, c0, g0, beta; butterworth_bp_filter() local
334 chebyshev1_fo_section(FoSection *S, double a, double c, double tetta_b, double g0, double si, double b, double D, double c0) chebyshev1_fo_section() argument
370 double a, b, c0, g0, alfa, beta, tetta_b; chebyshev1_bp_filter() local
[all...]
/third_party/mesa3d/src/util/format/
H A Du_format_yuv.c52 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; /* in util_format_r8g8_b8g8_unorm_unpack_rgba_8unorm()
159 float r, g0, g1, b; util_format_r8g8_b8g8_unorm_pack_rgba_float() local
208 uint32_t r, g0, g1, b; util_format_r8g8_b8g8_unorm_pack_rgba_8unorm() local
274 float r, g0, g1, b; util_format_g8r8_g8b8_unorm_unpack_rgba_float() local
328 uint8_t r, g0, g1, b; util_format_g8r8_g8b8_unorm_unpack_rgba_8unorm() local
381 float r, g0, g1, b; util_format_g8r8_g8b8_unorm_pack_rgba_float() local
430 uint32_t r, g0, g1, b; util_format_g8r8_g8b8_unorm_pack_rgba_8unorm() local
[all...]
/third_party/lzma/C/
H A DSha256Opt.c104 #define SM1(g0, g1, g2, g3) \
105 SHA256_MSG1(g3, g0); \
107 #define SM2(g0, g1, g2, g3) \
108 tmp = _mm_alignr_epi8(g1, g0, 4); \
112 // #define LS0(k, g0, g1, g2, g3) LOAD_SHUFFLE(g0, k)
113 // #define LS1(k, g0, g1, g2, g3) LOAD_SHUFFLE(g1, k+1)
116 #define NNN(g0, g1, g2, g3)
134 #define R4(k, g0, g1, g2, g3, OP0, OP1) \
135 RND2_0(g0,
[all...]
/third_party/musl/libc-test/src/regression/
H A Dmalloc-encode-pointer.c62 struct group_in *g0 = NULL; in child() local
73 g0 = get_group(d0); in child()
82 if ((uintptr_t)g0->meta->mem == (uintptr_t)g0) in child()
88 if ((uintptr_t)g0->meta->prev->next == (uintptr_t)g0->meta->mem) in child()
/third_party/node/deps/openssl/openssl/crypto/ec/asm/
H A Decp_nistz256-sparcv9.pl233 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,
[all...]
/third_party/openssl/crypto/ec/asm/
H A Decp_nistz256-sparcv9.pl233 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,
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/
H A Dmutex_test.cc70 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 in MyTurn()
[all...]
/third_party/node/deps/openssl/openssl/crypto/
H A Dsparccpuid.S47 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,
[all...]
/third_party/openssl/crypto/
H A Dsparccpuid.S47 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,
[all...]
/third_party/skia/src/core/
H A DSkMaskBlurFilter.cpp414 const Sk8h& g0, const Sk8h& g1, const Sk8h&, const Sk8h&, const Sk8h&,
418 auto v0 = s0.mulHi(g0);
435 const Sk8h& g0, const Sk8h& g1, const Sk8h& g2, const Sk8h&, const Sk8h&,
437 auto v0 = s0.mulHi(g0);
552 const Sk8h& g0, const Sk8h& g1, const Sk8h& g2, const Sk8h& g3, const Sk8h& g4,
561 blur(load(src, 8, nullptr), g0, g1, g2, g3, g4, &d0, &d8);
576 blur(load(src, srcTail, nullptr), g0, g1, g2, g3, g4, &d0, &d8);
599 Sk8h g0{gauss[0]},
607 blur_row(blur, g0, g1, g2, g3, g4, src, srcW, dst, dstW);
691 const Sk8h& g0, cons
[all...]
/third_party/skia/third_party/externals/libwebp/src/dsp/
H A Dlossless_enc_msa.c22 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/node/deps/openssl/openssl/crypto/des/asm/
H A Ddest4-sparcv9.pl60 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,
[all...]
/third_party/openssl/crypto/des/asm/
H A Ddest4-sparcv9.pl60 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,
[all...]
/third_party/node/deps/openssl/openssl/crypto/poly1305/
H A Dpoly1305.c218 u64 g0, g1, g2; in poly1305_emit() local
227 g0 = (u64)(t = (u128)h0 + 5); in poly1305_emit()
231 /* if there was carry into 131st bit, h1:h0 = g1:g0 */ in poly1305_emit()
233 g0 &= mask; in poly1305_emit()
236 h0 = (h0 & mask) | g0; in poly1305_emit()
384 u32 g0, g1, g2, g3, g4; in poly1305_emit() local
395 g0 = (u32)(t = (u64)h0 + 5); in poly1305_emit()
401 /* if there was carry into 131st bit, h3:h0 = g3:g0 */ in poly1305_emit()
403 g0 &= mask; in poly1305_emit()
408 h0 = (h0 & mask) | g0; in poly1305_emit()
[all...]
/third_party/openssl/crypto/poly1305/
H A Dpoly1305.c218 u64 g0, g1, g2; in poly1305_emit() local
227 g0 = (u64)(t = (u128)h0 + 5); in poly1305_emit()
231 /* if there was carry into 131st bit, h1:h0 = g1:g0 */ in poly1305_emit()
233 g0 &= mask; in poly1305_emit()
236 h0 = (h0 & mask) | g0; in poly1305_emit()
384 u32 g0, g1, g2, g3, g4; in poly1305_emit() local
395 g0 = (u32)(t = (u64)h0 + 5); in poly1305_emit()
401 /* if there was carry into 131st bit, h3:h0 = g3:g0 */ in poly1305_emit()
403 g0 &= mask; in poly1305_emit()
408 h0 = (h0 & mask) | g0; in poly1305_emit()
[all...]
/third_party/node/deps/openssl/openssl/crypto/poly1305/asm/
H A Dpoly1305-sparcv9.pl91 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,
[all...]
/third_party/openssl/crypto/poly1305/asm/
H A Dpoly1305-sparcv9.pl91 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,
[all...]

Completed in 18 milliseconds

1234