Home
last modified time | relevance | path

Searched refs:g2 (Results 1 – 25 of 111) sorted by relevance

12345

/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/
Dscal.c1 int g1, g2; variable
9 g2 = 1;
11 g2++;
16 g2 = 12; in main()
17 write_at (&g1, &g2 - &g1, 12345); in main()
18 printf ("%d\n", g2); in main()
/openbsd/src/gnu/usr.bin/perl/dist/Storable/t/
Dhugeids.t178 my $g2 = 0x80000000;
180 $x[$g2] = \$y;
181 $x[$g2+1] = \$z;
182 $x[$g2+2] = \$z;
189 my $g2 = 0x80000000;
190 $x->[0] == $x->[$g2]
192 $x->[$g2+1] == $x->[$g2+2]
274 my $g2 = 0x80000000;
275 my $x = HookLargeData->new($g2);
282 my $g2 = 0x80000000;
[all …]
/openbsd/src/sys/arch/sparc64/sparc64/
Dlocore.s59 .register %g2,
429 ldxa [%g0] ASI_IMMU_8KPTR, %g2! Load IMMU 8K TSB pointer
431 ldda [%g2] ASI_NUCLEUS_QUAD_LDD, %g4!Load TSB tag:data into %g4
445 ldxa [%g0] ASI_DMMU_8KPTR, %g2! Load DMMU 8K TSB pointer
447 ldda [%g2] ASI_NUCLEUS_QUAD_LDD, %g4!Load TSB tag:data into %g4
1310 ld [%g2], %g6
1314 casa [%g2] ASI_NUCLEUS, %g6, %g5
1346 ldxa [%g0] ASI_DMMU_8KPTR, %g2 ! Load DMMU 8K TSB pointer
1532 wrpr %g2, %g0, %tl ! Restore trap level
1533 cmp %g2, 3
[all …]
/openbsd/src/sys/lib/libkern/arch/sparc64/
DSYS.h57 PIC_PROLOGUE(%g1,%g2); \
58 ld [%g1+cerror],%g2; jmp %g2; nop
78 ENTRY(x); mov (_CAT(SYS_,x))|SYSCALL_G2RFLAG,%g1; add %o7,8,%g2; \
85 ENTRY(x); mov (_CAT(SYS_,y))|SYSCALL_G2RFLAG,%g1; add %o7,8,%g2; \
104 ENTRY(x); mov (_CAT(SYS_,x))|SYSCALL_G2RFLAG,%g1; add %o7,8,%g2; \
/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
Dcvt-1.c8 g2 (double f) in g2() function
16 if (g1 (i) != g2 (i)) in f()
18 return g2 (i); in f()
25 if (f (123456789L) != g2 (123456789L)) in main()
D20021120-2.c1 int g1, g2; variable
12 g2 = 7930 / x; in foo()
18 if (g1 != 10 || g2 != 10) in main()
Dcomplex-1.c14 g2 (double x) in g2() function
26 __imag__ x = r * g2 (__imag__ x); in cexp()
D950221-1.c22 g2 (a) in g2() function
46 i = g2 (parsefile->fd); in f()
/openbsd/src/sys/dev/pci/drm/i915/gt/shaders/clear_kernel/
Dhsw.asm92 mov(8) g2<1>UD g0<8,8,1>UD { align1 1Q };
94 mov(2) g2<1>UD g1<2,2,1>UW { align1 1N };
95 mov(1) g2.2<1>UD 0x000f000fUD { align1 1N }; /* Block size (16x16…
96 and(1) g2.3<1>UD g2.3<0,1,0>UW 0xffffffefUD { align1 1N };
105 sendc(8) null<1>UD g2<8,8,1>F 0x120a8000
107 add(1) g2<1>UD g1<0,1,0>UW 0x0010UW { align1 1N };
108 sendc(8) null<1>UD g2<8,8,1>F 0x120a8000
Divb.asm90 mov(8) g2<1>UD g0<8,8,1>UD { align1 1Q };
92 mov(2) g2<1>UD g1<2,2,1>UW { align1 1N };
93 mov(1) g2.2<1>UD 0x000f000fUD { align1 1N }; /* Block size (16x16…
94 and(1) g2.3<1>UD g2.3<0,1,0>UW 0xffffffefUD { align1 1N };
103 sendc(8) null<1>UD g2<8,8,1>F 0x120a8000
105 add(1) g2<1>UD g1<0,1,0>UW 0x0010UW { align1 1N };
106 sendc(8) null<1>UD g2<8,8,1>F 0x120a8000
/openbsd/src/regress/sys/kern/signal/fpsig/
Dfpsig.c21 volatile double g2; variable
36 g2 = c; in handler()
57 double a, b, h1 = g1, h2 = g2; in main()
67 errx(1, "%f %f", g1, g2); in main()
/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ext/
Drestrict1.C12 void g2(int *__restrict__);
23 void A::g2 (int *) {} in g2() function
36 void g2(int *__restrict__);
46 template <class T> void X<T>::g2 (int *) {} in g2() function
/openbsd/src/sys/crypto/
Didgen.c69 u_int8_t g1, g2, g3, g4, g5, g6; in idgen32_g() local
73 g2 = w & 0xff; in idgen32_g()
75 g3 = idgen32_ftable[g2 ^ key[o++ & (IDGEN32_KEYLEN - 1)]] ^ g1; in idgen32_g()
76 g4 = idgen32_ftable[g3 ^ key[o++ & (IDGEN32_KEYLEN - 1)]] ^ g2; in idgen32_g()
Dpoly1305.c199 unsigned long g0, g1, g2, g3, g4; in poly1305_finish() local
243 g2 = h2 + c; in poly1305_finish()
244 c = g2 >> 26; in poly1305_finish()
245 g2 &= 0x3ffffff; in poly1305_finish()
255 g2 &= mask; in poly1305_finish()
261 h2 = (h2 & mask) | g2; in poly1305_finish()
/openbsd/src/gnu/usr.bin/gcc/gcc/config/sparc/
Dlb1spc.asm175 mov 1, %g2
180 ! Now compute %g2.
183 add %g2, 1, %g2
192 sub %g2, 1, %g2
204 ! dec %g2
214 subcc %g2, 1, %g2
234 subcc %g2, 1, %g2
522 mov 1, %g2
527 ! Now compute %g2.
530 add %g2, 1, %g2
[all …]
/openbsd/src/gnu/gcc/gcc/config/sparc/
Dlb1spc.asm175 mov 1, %g2
180 ! Now compute %g2.
183 add %g2, 1, %g2
192 sub %g2, 1, %g2
204 ! dec %g2
214 subcc %g2, 1, %g2
234 subcc %g2, 1, %g2
522 mov 1, %g2
527 ! Now compute %g2.
530 add %g2, 1, %g2
[all …]
/openbsd/src/lib/libc/arch/sparc64/
DSYS.h104 add %o7,8,%g2; \
112 add %o7,8,%g2; \
124 add %o7,8,%g2; \
151 add %o7,8,%g2; \
162 add %o7,8,%g2; \
/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.niklas/
Dt121.C5 struct S { void g2 (void (*) (...)); void h2 () { g2 (f); } };// ERROR - in h2()
/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/
Dptrmem2.C6 int g2(int);
26 int (C::N::*g)(int) = &C::N::g2;
/openbsd/src/usr.bin/ssh/
Dpoly1305.c38 uint32_t g0,g1,g2,g3,g4; in poly1305_auth() local
134 g2 = h2 + b; b = g2 >> 26; g2 &= 0x3ffffff; in poly1305_auth()
142 h2 = (h2 & nb) | (g2 & b); in poly1305_auth()
/openbsd/src/lib/libcrypto/poly1305/
Dpoly1305-donna.c219 unsigned long g0, g1, g2, g3, g4; in poly1305_finish() local
263 g2 = h2 + c; in poly1305_finish()
264 c = g2 >> 26; in poly1305_finish()
265 g2 &= 0x3ffffff; in poly1305_finish()
275 g2 &= mask; in poly1305_finish()
281 h2 = (h2 & mask) | g2; in poly1305_finish()
/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/
Dtemplate22.C19 template <class T> void g2 (T&);
27 g2 (f2 ()); in main()
/openbsd/src/gnu/usr.bin/perl/t/lib/warnings/
D9uninit50 our ($g1, $g2);
53 $v = 31 + $g2;
54 $v = $g1 + $g2;
55 $v = $m1 + $g2;
58 Use of uninitialized value $g2 in addition (+) at - line 6.
59 Use of uninitialized value $g2 in addition (+) at - line 7.
61 Use of uninitialized value $g2 in addition (+) at - line 8.
191 our ($g1, $g2, @ga, %gh);
196 $v = $ga[$g2];
201 $v = $gh{$g2};
[all …]
/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/opt/
Dcleanup1.C94 E<T> g2 (const T& x) { g3 (); return g->f1 (g1 (), x); } in g2() function
114 h.g2 (I (C::c1 ("s1"), C::c1 ("t"))); in h1()
115 h.g2 (I (C::c1 ("s2"), C::c1 ("t"))); in h1()
116 h.g2 (I (C::c1 ("s3"), C::c1 ("t"))); in h1()
/openbsd/src/gnu/lib/libstdc++/libstdc++/testsuite/22_locale/
Dnumpunct_byname.cc60 string g2 = nump_de.grouping(); in test01() local
66 VERIFY( g1 == g2 ); in test01()

12345