Searched refs:d1 (Results 1 - 25 of 38) sorted by relevance

12

/haiku/src/system/libroot/os/arch/m68k/
H A Datomic.S10 * d0,d1,a0,a1 are scratch regs, not to be saved.
28 miss1: move.l %d0,%d1
29 add.l (8,%a7),%d1
30 cas.l %d0,%d1,(%a0)
41 miss2: move.l %d0,%d1
42 and.l (8,%a7),%d1
43 cas.l %d0,%d1,(%a0)
54 miss3: move.l %d0,%d1
55 or.l (8,%a7),%d1
56 cas.l %d0,%d1,(
[all...]
H A Dbyteorder.S30 move.b (7,%a7),%d1
31 lsl.l #8,%d1
32 move.b (6,%a7),%d1
33 lsl.l #8,%d1
34 move.b (5,%a7),%d1
35 lsl.l #8,%d1
36 move.b (4,%a7),%d1
H A Dsystem_time_asm.S16 clr.l %d1
/haiku/headers/libs/agg/
H A Dagg_arrowhead.h36 void head(double d1, double d2, double d3, double d4) argument
38 m_head_d1 = d1;
48 void tail(double d1, double d2, double d3, double d4) argument
50 m_tail_d1 = d1;
H A Dagg_span_gradient_alpha.h48 double d1, double d2) :
52 m_d1(iround(d1 * gradient_subpixel_scale)),
60 double d1() const { return double(m_d1) / gradient_subpixel_scale; } function in class:agg::span_gradient_alpha
67 void d1(double v) { m_d1 = iround(v * gradient_subpixel_scale); } function in class:agg::span_gradient_alpha
45 span_gradient_alpha(interpolator_type& inter, const GradientF& gradient_function, const AlphaF& alpha_function, double d1, double d2) argument
H A Dagg_span_gradient.h63 double d1, double d2) :
67 m_d1(iround(d1 * gradient_subpixel_scale)),
75 double d1() const { return double(m_d1) / gradient_subpixel_scale; } function in class:agg::span_gradient
82 void d1(double v) { m_d1 = iround(v * gradient_subpixel_scale); } function in class:agg::span_gradient
60 span_gradient(interpolator_type& inter, const GradientF& gradient_function, const ColorF& color_function, double d1, double d2) argument
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dcollate.c90 u32 d1, d2; local
97 d1 = le32_to_cpup(data1);
99 if (d1 < d2)
102 if (d1 == d2)
124 u32 d1, d2; local
135 d1 = le32_to_cpup(p1);
139 } while ((d1 == d2) && ((len -= 4) > 0));
140 if (d1 < d2)
143 if (d1 == d2)
170 u32 d1, d local
[all...]
/haiku/src/system/libroot/posix/glibc/arch/generic/
H A Ddivrem.c98 mp_limb_t d1, d0; local
101 d1 = dp[1];
106 if (n1 >= d1 && (n1 > d1 || n0 >= d0))
108 sub_ddmmss (n1, n0, n1, n0, d1, d0);
122 if (n1 == d1)
129 r = n0 + d1;
130 if (r < d1) /* Carry in the addition? */
141 udiv_qrnnd (q, r, n1, n0, d1);
153 r += d1;
169 mp_limb_t dX, d1, n0; local
[all...]
/haiku/src/system/kernel/arch/m68k/
H A Darch_asm.S32 move.l %d0,%d1
33 ori.w #0x0700,%d1
34 move %d1,%sr
49 move %sr,%d1
50 andi.w #0xf8ff,%d1
51 or.w %d0,%d1
52 move %d1,%sr
60 move %sr,%d1
61 andi.w #0x0700,%d1
80 clr.l %d1
[all...]
H A Darch_cpu_asm.S39 move.w (%a0),%d1
67 move.l 8(%sp),%d1
69 move.w %d1,(%a0)
/haiku/src/system/libroot/os/arch/sparc/
H A Dfpu_sqrt.c193 u_int d0, d1, d2, d3; local
297 FPU_SUBS(d1, x1, t1);
300 x0 = d0, x1 = d1; /* x -= t */
308 FPU_SUBS(d1, x1, t1);
311 x0 = d0, x1 = d1;
329 FPU_SUBCS(d1, x1, t1);
332 x0 = d0, x1 = d1, x2 = d2;
341 FPU_SUBCS(d1, x1, t1);
344 x0 = d0, x1 = d1, x2 = d2;
363 FPU_SUBCS(d1, x
[all...]
H A Dfpu_div.c157 u_int r0, r1, r2, r3, d0, d1, d2, d3, y0, y1, y2, y3; local
207 FPU_SUBCS(d1, r1, y1); FPU_SUBC(d0, r0, y0)
228 r0 = d0, r1 = d1, r2 = d2, r3 = d3; \
252 r0 = d0, r1 = d1, r2 = d2, r3 = d3;
/haiku/src/system/libroot/posix/stdlib/
H A Dqsort.c83 size_t d1, d2; local
151 d1 = MIN(pa - (char *)a, pb - pa);
152 vecswap(a, pb - d1, d1);
158 d1 = MIN(pd - pc, pn - pd - (ssize_t)es);
159 vecswap(pb, pn - d1, d1);
161 d1 = pb - pa;
163 if (d1 <= d2) {
165 if (d1 > e
[all...]
/haiku/src/tests/kits/interface/bshelf/
H A DShelfTest.cpp62 long d1 = 0; local
69 err = stream->Read(&d1, sizeof(d1));
72 if ((d1 == MAGIC_1) && (d2 == MAGIC_2)) {
75 } else if ((d1 == MAGIC_1_SWAP) &&
180 long d1 = MAGIC_1; local
182 err = fArchiveStream->Write(&d1, sizeof(d1));
/haiku/src/system/libroot/posix/glibc/arch/m68k/
H A Dadd_n.S53 movel MEM_POSTINC(a1),R(d1)
54 addxl R(d1),R(d0)
57 movel MEM_POSTINC(a1),R(d1)
58 addxl R(d1),R(d0)
H A Daddmul_1.S52 clrl R(d1)
61 mulul R(s2_limb),R(d1):R(d3)
63 addxl R(d5),R(d1)
67 addxl R(d1),R(d3)
H A Dsub_n.S53 movel MEM_POSTINC(a1),R(d1)
54 subxl R(d1),R(d0)
57 movel MEM_POSTINC(a1),R(d1)
58 subxl R(d1),R(d0)
H A Dsubmul_1.S52 clrl R(d1)
61 mulul R(s2_limb),R(d1):R(d3)
63 addxl R(d5),R(d1)
67 addxl R(d1),R(d3)
H A Dmul_1.S57 clrl R(d1)
65 mulul R(s2_limb),R(d1):R(d3)
70 addxl R(d1),R(d3)
H A Dlshift.S83 movel R(d2),R(d1)
94 orl R(d3),R(d1)
95 movel R(d1),MEM_PREDEC(res_ptr)
98 movel MEM_PREDEC(s_ptr),R(d1)
99 movel R(d1),R(d3)
103 lsll R(cnt),R(d1)
110 movel R(d1),MEM_PREDEC(res_ptr) /* store least significant limb */
H A Drshift.S72 movel R(d2),R(d1)
83 orl R(d3),R(d1)
84 movel R(d1),MEM_POSTINC(res_ptr)
87 movel MEM_POSTINC(s_ptr),R(d1)
88 movel R(d1),R(d3)
92 lsrl R(cnt),R(d1)
99 movel R(d1),MEM(res_ptr) /* store most significant limb */
/haiku/headers/posix/arch/m68k/
H A Dsignal.h17 d0, d1, d2, d3, d4, d5, d6, d7, member in struct:vregs
/haiku/headers/os/arch/m68k/
H A Darch_debugger.h10 uint32 d1; member in struct:m68k_debug_cpu_state
/haiku/src/system/boot/platform/atari_m68k/
H A Dshell.S100 movem.l %d1-%d7/%a0-%a6,-(%sp)
164 movem.l (%sp)+,%d1-%d7/%a0-%a6
271 move.l %d0,%d1
273 move.l %d1,%d0
274 lsl.l #4,%d1
318 movem.l %d1-%d2/%a0-%a2,-(%sp)
323 movem.l (%sp)+,%d1-%d2/%a0-%a2
382 move.l #512/4-1,%d1
385 dbf %d1,copysect_loop
/haiku/src/system/boot/platform/amiga_m68k/
H A Dshell.S74 movem.l %d1-%d7/%a0-%a6,-(%sp)
175 // movem.l (%sp)+,%d1-%d7/%a0-%a6
186 move.l #30,%d1
191 movem.l (%sp)+,%d1-%d7/%a0-%a6
227 move.l %d0,%d1
229 move.l %d1,%d0
230 lsl.l #4,%d1

Completed in 131 milliseconds

12