Home
last modified time | relevance | path

Searched refs:g1 (Results 1 – 22 of 22) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
HDipa-icf-gimple.c871 func_checker::compare_gimple_label (const glabel *g1, const glabel *g2) in compare_gimple_label() argument
876 tree t1 = gimple_label_label (g1); in compare_gimple_label()
890 func_checker::compare_gimple_switch (const gswitch *g1, const gswitch *g2) in compare_gimple_switch() argument
894 lsize1 = gimple_switch_num_labels (g1); in compare_gimple_switch()
900 tree t1 = gimple_switch_index (g1); in compare_gimple_switch()
908 tree label1 = gimple_switch_label (g1, i); in compare_gimple_switch()
944 func_checker::compare_gimple_return (const greturn *g1, const greturn *g2) in compare_gimple_return() argument
948 t1 = gimple_return_retval (g1); in compare_gimple_return()
962 func_checker::compare_gimple_goto (gimple *g1, gimple *g2) in compare_gimple_goto() argument
966 dest1 = gimple_goto_dest (g1); in compare_gimple_goto()
[all …]
HDipa-icf.c3444 const congruence_class_group *g1 in sort_congruence_class_groups_by_decl_uid() local
3449 int uid1 = DECL_UID (g1->classes[0]->members[0]->decl); in sort_congruence_class_groups_by_decl_uid()
/dragonfly/usr.sbin/mtest/
HDmtest.c30 unsigned i1, i2, i3, i4, g1, g2, g3, g4; in main() local
63 &g1, &g2, &g3, &g4, &i1, &i2, &i3, &i4 )) != 8 ) in main()
68 imr.imr_multiaddr.s_addr = (g1<<24) | (g2<<16) | (g3<<8) | g4; in main()
84 &g1, &g2, &g3, &g4, &i1, &i2, &i3, &i4 )) != 8 ) in main()
89 imr.imr_multiaddr.s_addr = (g1<<24) | (g2<<16) | (g3<<8) | g4; in main()
/dragonfly/sys/crypto/poly1305/
HDpoly1305.c199 unsigned long g0, g1, g2, g3, g4; in poly1305_finish() local
240 g1 = h1 + c; in poly1305_finish()
241 c = g1 >> 26; in poly1305_finish()
242 g1 &= 0x3ffffff; in poly1305_finish()
254 g1 &= mask; in poly1305_finish()
260 h1 = (h1 & mask) | g1; in poly1305_finish()
/dragonfly/crypto/openssh/
HDpoly1305.c42 uint32_t g0,g1,g2,g3,g4; in poly1305_auth() local
137 g1 = h1 + b; b = g1 >> 26; g1 &= 0x3ffffff; in poly1305_auth()
145 h1 = (h1 & nb) | (g1 & b); in poly1305_auth()
/dragonfly/crypto/libressl/crypto/poly1305/
HDpoly1305-donna.c219 unsigned long g0, g1, g2, g3, g4; in poly1305_finish() local
260 g1 = h1 + c; in poly1305_finish()
261 c = g1 >> 26; in poly1305_finish()
262 g1 &= 0x3ffffff; in poly1305_finish()
274 g1 &= mask; in poly1305_finish()
280 h1 = (h1 & mask) | g1; in poly1305_finish()
/dragonfly/contrib/binutils-2.27/gas/doc/
HDc-sparc.texi560 prefetcha [%g1] 0x8, #unified
590 sethi %hi(symbol), %g1
591 or %g1, %lo(symbol), %g1
593 sethi %hix(symbol), %g1
594 xor %g1, %lox(symbol), %g1
630 sethi %h34(symbol), %g1
631 sllx %g1, 2, %g1
632 or %g1, %l34(symbol), %g1
792 clrn %g1
807 clr %g1
[all …]
/dragonfly/contrib/openbsd_libm/src/ld80/
HDe_lgammal.c129 g1 = 5.126654642791082497002594216163574795690E3L, variable
371 p1 = g0 + y * (g1 + y * (g2 + y * (g3 + y * (g4 + y * (g5 + y * g6))))); in lgammal()
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/ext/
Dfunctional105 * @c binary_compose is constructed from three functors, @c f, @c g1,
106 * and @c g2. Its @c operator() returns @c f(g1(x),g2(x)). The function
107 * compose2 takes f, g1, and g2, and constructs the @c binary_compose
110 * int answer = (compose2(f,g1,g2))(x);
114 * int temp1 = g1(x);
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/ext/
Dfunctional104 * @c binary_compose is constructed from three functors, @c f, @c g1,
105 * and @c g2. Its @c operator() returns @c f(g1(x),g2(x)). The function
106 * compose2 takes f, g1, and g2, and constructs the @c binary_compose
109 * int answer = (compose2(f,g1,g2))(x);
113 * int temp1 = g1(x);
/dragonfly/lib/libefivar/
HDuefi-dplib.h565 CompareGuid (const GUID *g1, const GUID *g2) in CompareGuid() argument
569 return (uuid_compare((const uuid_t *)g1, (const uuid_t *)g2, in CompareGuid()
/dragonfly/contrib/gcc-8.0/gcc/cp/
HDlogic.cc628 proof_goal& g1 = *gi; in explode_disjunction() local
632 int n = std::distance (g1.assumptions.begin (), ti1); in explode_disjunction()
637 g1.assumptions.replace (ti1, t1); in explode_disjunction()
/dragonfly/crypto/libressl/crypto/curve25519/
HDcurve25519.c294 int32_t g1 = g[1]; in fe_mul() local
303 int32_t g1_19 = 19 * g1; /* 1.959375*2^29 */ in fe_mul()
318 int64_t f0g1 = f0 * (int64_t) g1; in fe_mul()
328 int64_t f1g1_2 = f1_2 * (int64_t) g1; in fe_mul()
338 int64_t f2g1 = f2 * (int64_t) g1; in fe_mul()
348 int64_t f3g1_2 = f3_2 * (int64_t) g1; in fe_mul()
358 int64_t f4g1 = f4 * (int64_t) g1; in fe_mul()
368 int64_t f5g1_2 = f5_2 * (int64_t) g1; in fe_mul()
378 int64_t f6g1 = f6 * (int64_t) g1; in fe_mul()
388 int64_t f7g1_2 = f7_2 * (int64_t) g1; in fe_mul()
[all …]
/dragonfly/contrib/gcc-8.0/gcc/config/i386/
HDsse.md983 return "vextract<shuffletype>64x4\t{$0x0, %g1, %0|%0, %g1, 0x0}";
985 return "vextract<shuffletype>32x4\t{$0x0, %g1, %0|%0, %g1, 0x0}";
1004 return "vmovaps\t{%g1, %g0|%g0, %g1}";
1007 return "vmovapd\t{%g1, %g0|%g0, %g1}";
1010 return "vmovdqa64\t{%g1, %g0|%g0, %g1}";
3418 ops = "vandn%s\t{%%g2, %%g1, %%g0|%%g0, %%g1, %%g2}";
3422 ops = "vpandn%s\t{%%g2, %%g1, %%g0|%%g0, %%g1, %%g2}";
3477 ops = "v%s\t{%%g2, %%g1, %%g0|%%g0, %%g1, %%g2}";
3540 ops = "v<logic>%s\t{%%g2, %%g1, %%g0|%%g0, %%g1, %%g2}";
3544 ops = "vp<logic>%s\t{%%g2, %%g1, %%g0|%%g0, %%g1, %%g2}";
[all …]
HDmmx.md129 return "vmovdqa64\t{%g1, %g0|%g0, %g1}";
HDi386.md2476 return "vmovdqa32\t{%g1, %g0|%g0, %g1}";
3524 return "vmovapd\t{%g1, %g0|%g0, %g1}";
3716 return "vmovaps\t{%g1, %g0|%g0, %g1}";
/dragonfly/contrib/binutils-2.34/gas/config/
HDtc-i386.c2252 i386_operand_type g1, in operand_type_register_match() argument
2262 if (g1.bitfield.class != Reg in operand_type_register_match()
2263 && g1.bitfield.class != RegSIMD in operand_type_register_match()
2264 && (!operand_type_check (g1, anymem) in operand_type_register_match()
2265 || g1.bitfield.unspecified in operand_type_register_match()
2269 if (g0.bitfield.byte == g1.bitfield.byte in operand_type_register_match()
2270 && g0.bitfield.word == g1.bitfield.word in operand_type_register_match()
2271 && g0.bitfield.dword == g1.bitfield.dword in operand_type_register_match()
2272 && g0.bitfield.qword == g1.bitfield.qword in operand_type_register_match()
2273 && g0.bitfield.xmmword == g1.bitfield.xmmword in operand_type_register_match()
[all …]
/dragonfly/contrib/gcc-4.7/gcc/doc/
HDloop.texi579 @code{B[g1][g2][g3]}, there are three subscripts: @code{(f1, g1), (f2,
HDextend.texi6508 as the subroutines for division and remainder, modify g3 and g4. g1 and
/dragonfly/contrib/binutils-2.27/gas/config/
HDtc-i386.c1884 i386_operand_type g1, in operand_type_register_match() argument
1890 if (!operand_type_check (g1, reg)) in operand_type_register_match()
1893 if (g0.bitfield.reg8 == g1.bitfield.reg8 in operand_type_register_match()
1894 && g0.bitfield.reg16 == g1.bitfield.reg16 in operand_type_register_match()
1895 && g0.bitfield.reg32 == g1.bitfield.reg32 in operand_type_register_match()
1896 && g0.bitfield.reg64 == g1.bitfield.reg64) in operand_type_register_match()
/dragonfly/share/zoneinfo/
HDsouthamerica728 # http://g1.globo.com/bahia/noticia/2011/10/governador-jaques-wagner-confirma-horario-de-verao-na-b…
944 # https://g1.globo.com/economia/noticia/2019/04/05/governo-anuncia-fim-do-horario-de-verao.ghtml
947 # https://g1.globo.com/politica/noticia/2019/04/25/bolsonaro-assina-decreto-que-acaba-com-o-horario…
/dragonfly/contrib/ncurses/misc/
HDterminfo.src20560 \252c\,\,0\017\031%\016\,}#\,f0\,g1\,\\\,\\\,\,+.\,./\,0