Home
last modified time | relevance | path

Searched defs:r2 (Results 1 – 25 of 163) sorted by relevance

1234567

/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A Darith-rand-ll.c54 { unsigned long long xx = x, yy = y, r1, r2; in main() local
61 { signed long long xx = x, yy = y, r1, r2; in main() local
70 { unsigned int xx = x, yy = y, r1, r2; in main() local
77 { signed int xx = x, yy = y, r1, r2; in main() local
85 { unsigned short xx = x, yy = y, r1, r2; in main() local
92 { signed short xx = x, yy = y, r1, r2; in main() local
98 { unsigned char xx = x, yy = y, r1, r2; in main() local
105 { signed char xx = x, yy = y, r1, r2; in main() local
H A Darith-rand.c54 { unsigned long xx = x, yy = y, r1, r2; in main() local
61 { signed long xx = x, yy = y, r1, r2; in main() local
70 { unsigned int xx = x, yy = y, r1, r2; in main() local
77 { signed int xx = x, yy = y, r1, r2; in main() local
85 { unsigned short xx = x, yy = y, r1, r2; in main() local
92 { signed short xx = x, yy = y, r1, r2; in main() local
98 { unsigned char xx = x, yy = y, r1, r2; in main() local
105 { signed char xx = x, yy = y, r1, r2; in main() local
H A D20010717-1.c7 unsigned long u, r1, r2; in main() local
/openbsd-src/gnu/llvm/compiler-rt/lib/builtins/hexagon/
H A Dumodsi3.S25 r2 = cl0(r0) define
30 r2 = sub(r3,r2) define
36 r2 = lsl(r1,r2) define
43 r2 = lsr(r2,#1) define
H A Dmodsi3.S27 r2 = abs(r0) define
43 r2 = lsl(r1,r3) define
50 r2 = lsr(r2,#1) define
H A Dmemcpy_forward_vp4cp4n2.S71 r2 = sub(r2, r3) // r2 = number of words left after the prolog. define
87 r2 = extractu(r2, #10, #0) // r2 = r2 & 1023 define
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/execute/
H A D980628-1.f12 real r1(5), r2(5), r3(5) local
39 subroutine x (r1, d1, i1, r2, d2, i2, r3, d3, i3) argument
42 real r1(5), r2(5), r3(5) local
H A D980628-7.f11 real r1(5), r2(5), r3(5) local
38 subroutine x (r1, d1, i1, r2, d2, i2, r3, d3, i3) argument
41 real r1(5), r2(5), r3(5) local
H A D980628-3.f13 real r1, r2, r3 local
36 subroutine x (c1, r1, c2, r2, c3, r3, c4, c5, c6) argument
40 real r1, r2, r3 local
H A D980628-0.f11 real r1(5), r2(5), r3(5) local
38 subroutine x (r1, d1, i1, r2, d2, i2, r3, d3, i3) argument
41 real r1(5), r2(5), r3(5) local
H A D980628-8.f12 real r1(5), r2(5), r3(5) local
39 subroutine x (r1, d1, i1, r2, d2, i2, r3, d3, i3) argument
42 real r1(5), r2(5), r3(5) local
H A D980628-2.f12 real r1, r2, r3 local
35 subroutine x (c1, r1, c2, r2, c3, r3, c4, c5, c6) argument
39 real r1, r2, r3 local
H A D980628-9.f12 real r1, r2, r3 local
35 subroutine x (c1, r1, c2, r2, c3, r3, c4, c5, c6) argument
39 real r1, r2, r3 local
H A D980628-10.f13 real r1, r2, r3 local
36 subroutine x (c1, r1, c2, r2, c3, r3, c4, c5, c6) argument
40 real r1, r2, r3 local
H A D980701-1.f11 real r1(5), r2(5), r3(5) local
45 subroutine x (s1, r1, d1, i1, s2, r2, d2, i2, s3, r3, d3, i3) argument
48 real r1(5), r2(5), r3(5) local
H A D980701-0.f11 real r1(5), r2(5), r3(5) local
45 subroutine x (s1, r1, d1, i1, s2, r2, d2, i2, s3, r3, d3, i3) argument
48 real r1(5), r2(5), r3(5) local
/openbsd-src/lib/libcrypto/bn/arch/aarch64/
H A Dbn_arch.h87 BN_ULONG r3, r2, r1, r0; in bn_qwaddqw() local
177 BN_ULONG r2, r1, r0; in bn_mulw_addtw() local
200 BN_ULONG r2, r1, r0, x1, x0; in bn_mul2_mulw_addtw() local
228 BN_ULONG r4, r3, r2, r1, r0; in bn_qwmulw_addw() local
264 BN_ULONG r4, r3, r2, r1, r0; in bn_qwmulw_addqw_addw() local
344 BN_ULONG r3, r2, r1, r0; in bn_qwsubqw() local
/openbsd-src/sbin/ipsecctl/
H A Dipsecctl.c315 ipsecctl_cmp_ident(struct ipsec_rule *r1, struct ipsec_rule *r2) in ipsecctl_cmp_ident()
352 struct ipsec_rule *r2; in ipsecctl_rule_matchsrc() local
373 struct ipsec_rule *r2; in ipsecctl_rule_matchdst() local
442 struct ipsec_rule *r2; in ipsecctl_print_flow() local
561 struct ipsec_rule *r2; in ipsecctl_print_rule() local
/openbsd-src/regress/sys/kern/realpath/
H A Drealpathtest.c39 char * r2; member
99 char r2[PATH_MAX]; in main() local
/openbsd-src/lib/libcrypto/bn/
H A Dbn_internal.h221 BN_ULONG r3, r2, r1, r0; in bn_qwaddqw() local
285 BN_ULONG r3, r2, r1, r0; in bn_qwsubqw() local
474 BN_ULONG carry, r2, r1, r0, x1; in bn_mulw_addtw() local
497 BN_ULONG r2, r1, r0, x1, x0; in bn_mul2_mulw_addtw() local
525 BN_ULONG r3, r2, r1, r0; in bn_qwmulw_addw() local
553 BN_ULONG r3, r2, r1, r0; in bn_qwmulw_addqw_addw() local
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux_s390.cpp152 int r2 = internal_simple_strtoll(ptr+1, &ptr, 10); in FixedCVE_2016_2143() local
173 int r2 = internal_simple_strtoll(ptr+1, &ptr, 10); in FixedCVE_2016_2143() local
/openbsd-src/regress/sys/kern/poll/
H A Dpollretval.c13 int i, r, r2 = 0; in main() local
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/
H A Dexplicit16.C24 foo(T2 r2) in foo()
H A Dexplicit15.C26 foo(T2 r2) in foo()
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
H A Dasm-7.c7 register int r2; in test() local

1234567