Home
last modified time | relevance | path

Searched refs:d3 (Results 1 – 25 of 104) sorted by relevance

12345

/openbsd/src/gnu/usr.bin/binutils/gdb/testsuite/gdb.disasm/
Dmn10300.s33 add 131071,d3
62 btst 131071,d3
75 cmp a3,d3
77 cmp 16,d3
88 extbu d3
97 mulq 256,d3
98 mulq 131071,d3
101 mulqu 256,d3
102 mulqu 131071,d3
103 sat16 d2,d3
[all …]
Dmn10200.s31 add 131071,d3
80 cmp a3,d3
82 cmp 16,d3
91 extxu d3
98 and 32767,d3
102 or 32767,d3
105 xor 32767,d3
106 not d3
113 mov psw,d3
159 movb (d2,a2),d3
[all …]
/openbsd/src/gnu/usr.bin/gcc/gcc/config/mn10200/
Dlib1funcs.asm41 movx d3,(4,a3)
46 sub d3,d3
66 cmp d3,d1
68 sub d1,d3
73 mov d1,d3
83 divu d3,d2
89 mov mdr,d3
90 sub d3,d1
98 mov a0,d3
99 xor d3,d0
[all …]
/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/execute/
D980628-1.f13 double precision d1, d2, d3 local
17 equivalence (r3(2), d3)
30 d3 = 30.
35 call x (r1, d1, i1, r2, d2, i2, r3, d3, i3)
39 subroutine x (r1, d1, i1, r2, d2, i2, r3, d3, i3) argument
43 double precision d1, d2, d3 local
57 if (d3 .ne. 30.) call abort
D980628-7.f12 double precision d1, d2, d3 local
16 equivalence (d3, r3(2))
29 d3 = 30.
34 call x (r1, d1, i1, r2, d2, i2, r3, d3, i3)
38 subroutine x (r1, d1, i1, r2, d2, i2, r3, d3, i3) argument
42 double precision d1, d2, d3 local
56 if (d3 .ne. 30.) call abort
D980628-0.f12 double precision d1, d2, d3 local
16 equivalence (r3(2), d3)
29 d3 = 30.
34 call x (r1, d1, i1, r2, d2, i2, r3, d3, i3)
38 subroutine x (r1, d1, i1, r2, d2, i2, r3, d3, i3) argument
42 double precision d1, d2, d3 local
56 if (d3 .ne. 30.) call abort
D980628-8.f13 double precision d1, d2, d3 local
17 equivalence (d3, r3(2))
30 d3 = 30.
35 call x (r1, d1, i1, r2, d2, i2, r3, d3, i3)
39 subroutine x (r1, d1, i1, r2, d2, i2, r3, d3, i3) argument
43 double precision d1, d2, d3 local
57 if (d3 .ne. 30.) call abort
D980701-0.f13 double precision d1, d2, d3 local
20 equivalence (d3, r3(2))
36 d3 = 30.
41 call x (s1, r1, d1, i1, s2, r2, d2, i2, s3, r3, d3, i3)
45 subroutine x (s1, r1, d1, i1, s2, r2, d2, i2, s3, r3, d3, i3) argument
50 double precision d1, d2, d3 local
67 if (d3 .ne. 30.) call abort
D980701-1.f13 double precision d1, d2, d3 local
19 equivalence (d3, r3(2))
36 d3 = 30.
41 call x (s1, r1, d1, i1, s2, r2, d2, i2, s3, r3, d3, i3)
45 subroutine x (s1, r1, d1, i1, s2, r2, d2, i2, s3, r3, d3, i3) argument
50 double precision d1, d2, d3 local
67 if (d3 .ne. 30.) call abort
/openbsd/src/gnu/gcc/gcc/config/m68k/
Dlb1sf68.asm75 #define d3 REG (d3) macro
453 movl d2,d3 | subtract b from p, store in tmp.
454 subl d1,d3
457 movl d3,d2 | and store tmp in p.
695 movel a6@(20),d3 |
703 addl d3,d3 | get rid of sign bit and gain one bit of
761 | numbers are in d0-d1 (a) and d2-d3 (b), and the exponents in d4 (a)
763 | bits until the end, so we need to use d0-d1-d2-d3 for the first number
780 movel d3,d5 |
782 movel d7,d3 |
[all …]
/openbsd/src/gnu/usr.bin/gcc/gcc/config/m68k/
Dlb1sf68.asm75 #define d3 REG (d3) macro
383 movl d2,d3 | subtract b from p, store in tmp.
384 subl d1,d3
387 movl d3,d2 | and store tmp in p.
624 movel a6@(20),d3 |
632 addl d3,d3 | get rid of sign bit and gain one bit of
690 | numbers are in d0-d1 (a) and d2-d3 (b), and the exponents in d4 (a)
692 | bits until the end, so we need to use d0-d1-d2-d3 for the first number
709 movel d3,d5 |
711 movel d7,d3 |
[all …]
/openbsd/src/gnu/usr.bin/gcc/gcc/
Dfp-test.c82 volatile double d1 = 1.0, d2 = 1.0, d3 = 1.0; variable
137 d1 = d2 + d3; in main()
138 d1 = d2 - d3; in main()
139 d1 = d2 * d3; in main()
140 d1 = d2 / d3; in main()
231 d1 = atan2 (d2, d3); in main()
243 d1 = modf (d2, &d3); in main()
244 d1 = pow (d2, d3); in main()
249 d1 = fmod (d2, d3); in main()
/openbsd/src/gnu/gcc/gcc/
Dfp-test.c82 volatile double d1 = 1.0, d2 = 1.0, d3 = 1.0; variable
137 d1 = d2 + d3; in main()
138 d1 = d2 - d3; in main()
139 d1 = d2 * d3; in main()
140 d1 = d2 / d3; in main()
231 d1 = atan2 (d2, d3); in main()
243 d1 = modf (d2, &d3); in main()
244 d1 = pow (d2, d3); in main()
249 d1 = fmod (d2, d3); in main()
/openbsd/src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/
Dcall-ar-st.c590 struct one_double_t *d3, in init_small_structs() argument
596 three_char, five_char,int_char_combo, d1, d2,d3,f1,f2,f3) in init_small_structs()
608 struct one_double_t *d3;
629 init_one_double ( d3, 675.09375);
643 double d3, in print_ten_doubles() argument
652 void print_ten_doubles ( d1, d2, d3, d4, d5, d6, d7, d8, d9, d10 ) in print_ten_doubles()
655 double d3;
667 printf("Two Doubles : %f\t%f\n", d3, d4);
894 struct one_double_t d3, in print_small_structs() argument
900 flags_combo, three_char, five_char, int_char_combo, d1, d2,d3,f1,f2,f3) in print_small_structs()
[all …]
/openbsd/src/lib/libform/
Dfty_ipv4.c57 unsigned int d1 = 0, d2 = 0, d3 = 0, d4 = 0; in Check_IPV4_Field() local
61 num = sscanf(bp, "%u.%u.%u.%u%n", &d1, &d2, &d3, &d4, &len); in Check_IPV4_Field()
70 || d3 > 255 || d4 > 255) ? FALSE : TRUE); in Check_IPV4_Field()
/openbsd/src/lib/libc/arch/sparc64/fpu/
Dfpu_div.c161 u_int r0, r1, r2, r3, d0, d1, d2, d3, y0, y1, y2, y3; local
208 FPU_SUBS(d3, r3, y3); FPU_SUBCS(d2, r2, y2); \
230 r0 = d0, r1 = d1, r2 = d2, r3 = d3; \
254 r0 = d0, r1 = d1, r2 = d2, r3 = d3;
Dfpu_sqrt.c197 u_int d0, d1, d2, d3; local
365 FPU_SUBS(d3, x3, t3);
370 x0 = d0, x1 = d1, x2 = d2, x3 = d3;
378 FPU_SUBS(d3, x3, t3);
383 x0 = d0, x1 = d1, x2 = d2, x3 = d3;
/openbsd/src/sys/arch/sparc64/fpu/
Dfpu_div.c156 u_int r0, r1, r2, r3, d0, d1, d2, d3, y0, y1, y2, y3; in fpu_div() local
203 FPU_SUBS(d3, r3, y3); FPU_SUBCS(d2, r2, y2); \ in fpu_div()
225 r0 = d0, r1 = d1, r2 = d2, r3 = d3; \ in fpu_div()
249 r0 = d0, r1 = d1, r2 = d2, r3 = d3; in fpu_div()
Dfpu_sqrt.c193 u_int d0, d1, d2, d3; in fpu_sqrt() local
361 FPU_SUBS(d3, x3, t3); in fpu_sqrt()
366 x0 = d0, x1 = d1, x2 = d2, x3 = d3; in fpu_sqrt()
374 FPU_SUBS(d3, x3, t3); in fpu_sqrt()
379 x0 = d0, x1 = d1, x2 = d2, x3 = d3; in fpu_sqrt()
/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
Dstruct-ret-1.c17 double d3 = 0.3; variable
49 Xr = f (B1, c2, d3, B2); in main()
52 Xr = (*fp) (B1, c2, d3, B2); in main()
D921124-1.c1 f(x, d1, d2, d3) in f() argument
2 double d1, d2, d3; in f()
/openbsd/src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/
D2202jpx.txt17 $B8ECS$d3?$H$S9~$`?e$N2;(B
23 $B8ECS$d3?$H$S9~$`?e$N2;(B
59 $B8ECS$d3?$H$S9~$`?e$N2;(B
65 $B8ECS$d3?$H$S9~$`?e$N2;(B
D2202jpy.txt16 $B8ECS$d3?$H$S9~$`?e$N2;(B
22 $B8ECS$d3?$H$S9~$`?e$N2;(B
58 $B8ECS$d3?$H$S9~$`?e$N2;(B
64 $B8ECS$d3?$H$S9~$`?e$N2;(B
D2202jp.txt17 $B8ECS$d3?$H$S9~$`?e$N2;(B
23 $B8ECS$d3?$H$S9~$`?e$N2;(B
59 $B8ECS$d3?$H$S9~$`?e$N2;(B
65 $B8ECS$d3?$H$S9~$`?e$N2;(B
/openbsd/src/usr.bin/ssh/
Dumac.c339 UINT32 d0,d1,d2,d3,d4,d5,d6,d7; in nh_aux() local
345 d2 = LOAD_UINT32_LITTLE(d+2); d3 = LOAD_UINT32_LITTLE(d+3); in nh_aux()
353 h += MUL64((k3 + d3), (k7 + d7)); in nh_aux()
372 UINT32 d0,d1,d2,d3,d4,d5,d6,d7; in nh_aux() local
381 d2 = LOAD_UINT32_LITTLE(d+2); d3 = LOAD_UINT32_LITTLE(d+3); in nh_aux()
396 h1 += MUL64((k3 + d3), (k7 + d7)); in nh_aux()
397 h2 += MUL64((k7 + d3), (k11 + d7)); in nh_aux()
419 UINT32 d0,d1,d2,d3,d4,d5,d6,d7; in nh_aux() local
430 d2 = LOAD_UINT32_LITTLE(d+2); d3 = LOAD_UINT32_LITTLE(d+3); in nh_aux()
448 h1 += MUL64((k3 + d3), (k7 + d7)); in nh_aux()
[all …]

12345