Searched refs:d2 (Results 1 - 25 of 151) sorted by relevance

1234567

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68knommu/lib/
H A Dudivsi3.S74 #define d2 REG (d2) define
95 movel d2, sp@-
101 movel d0, d2
102 clrw d2
103 swap d2
104 divu d1, d2 /* high quotient in lower word */
105 movew d2, d0 /* save high quotient */
107 movew sp@(10), d2 /* get low dividend + high rest */
108 divu d1, d2 /* lo
[all...]
H A Ddivsi3.S74 #define d2 REG (d2) define
94 movel d2, sp@-
96 moveq IMM (1), d2 /* sign of result stored in d2 (=1 or =-1) */
101 negb d2 /* change sign because divisor <0 */
103 negl d2 /* change sign because divisor <0 */
109 negb d2
111 negl d2
119 tstb d2
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/mpi/m68k/
H A Dmpih-add1.S51 movel R(d2),MEM_PREDEC(sp)
58 movel MEM_DISP(sp,24),R(d2)
60 eorw #1,R(d2)
61 lsrl #1,R(d2)
63 subql #1,R(d2) /* clears cy as side effect */
75 dbf R(d2),L(Loop) /* loop until 16 lsb of %4 == -1 */
77 subl #0x10000,R(d2)
87 movel MEM_POSTINC(sp),R(d2)
H A Dmpih-sub1.S50 movel R(d2),MEM_PREDEC(sp)
57 movel MEM_DISP(sp,24),R(d2)
59 eorw #1,R(d2)
60 lsrl #1,R(d2)
62 subql #1,R(d2) /* clears cy as side effect */
74 dbf R(d2),L(Loop) /* loop until 16 lsb of %4 == -1 */
76 subl #0x10000,R(d2)
86 movel MEM_POSTINC(sp),R(d2)
H A Dmpih-lshift.S54 moveml R(d2)-R(d6)/R(a2),MEM_PREDEC(sp)
90 movel MEM_PREDEC(s_ptr),R(d2)
91 movel R(d2),R(d0)
94 lsll R(cnt),R(d2)
95 movel R(d2),R(d1)
103 movel MEM_PREDEC(s_ptr),R(d2)
104 movel R(d2),R(d3)
108 lsll R(cnt),R(d2)
113 orl R(d3),R(d2)
114 movel R(d2),MEM_PREDE
[all...]
H A Dmpih-rshift.S53 moveml R(d2)-R(d6)/R(a2),MEM_PREDEC(sp)
79 movel MEM_POSTINC(s_ptr),R(d2)
80 movel R(d2),R(d0)
83 lsrl R(cnt),R(d2)
84 movel R(d2),R(d1)
92 movel MEM_POSTINC(s_ptr),R(d2)
93 movel R(d2),R(d3)
97 lsrl R(cnt),R(d2)
102 orl R(d3),R(d2)
103 movel R(d2),MEM_POSTIN
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/math-emu/
H A Dfp_movem.S52 btst #11,%d2
54 bfextu %d2{#24,#8},%d0 | static register list
56 1: bfextu %d2{#25,#3},%d0 | dynamic register list
67 btst #12,%d2
72 2: btst #13,%d2
135 btst #12,%d2
139 1: btst #13,%d2
144 getuser.l (%a0)+,%d2,fp_err_ua1,%a0
145 lsr.l #8,%d2
146 lsr.l #7,%d2
[all...]
H A Dfp_decode.h51 * d2 - contains first two instruction words,
73 bfextu %d2{#8,#2},%d0
85 bfextu %d2{#16,#3},%d0
99 bfextu %d2{#19,#3},%d0
104 bfextu %d2{#19,#3},%d0
109 bfextu %d2{#22,#3},%d0
115 bfextu %d2{#10,#3},%d0
130 bfextu %d2{#13,#3},%d0
135 move.b %d2,%d0
141 bfextu %d2{#1
[all...]
H A Dfp_move.S84 move.l %d1,%d2
99 swap %d2
100 move.w %d2,%d0
103 move.w %d2,%d1
111 swap %d2
112 move.w %d2,%d0
115 move.l %d2,%d1
122 swap %d2
123 move.w %d2,%d1
130 swap %d2
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-generic/
H A Dxor.h109 register long d0, d1, d2, d3, d4, d5, d6, d7; local
112 d2 = p1[2];
120 d2 ^= p2[2];
128 p1[2] = d2;
146 register long d0, d1, d2, d3, d4, d5, d6, d7; local
149 d2 = p1[2];
157 d2 ^= p2[2];
165 d2 ^= p3[2];
173 p1[2] = d2;
192 register long d0, d1, d2, d local
247 register long d0, d1, d2, d3, d4, d5, d6, d7; local
440 register long d0, d1, d2, d3, d4, d5, d6, d7; local
487 register long d0, d1, d2, d3, d4, d5, d6, d7; local
545 register long d0, d1, d2, d3, d4, d5, d6, d7; local
614 register long d0, d1, d2, d3, d4, d5, d6, d7; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ntfs/
H A Dcollate.c49 u32 d1, d2; local
55 d2 = le32_to_cpup(data2);
56 if (d1 < d2)
59 if (d1 == d2)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/fpsp040/
H A Dstwotox.S233 movel %d2,-(%sp)
237 movel %d0,%d2
241 asrl #6,%d2 | ...d2 IS L, N = 64L + J
242 movel %d2,%d0
244 subl %d0,%d2 | ...d2 IS M', N = 64(M+M') + J
245 addil #0x3FFF,%d2
246 movew %d2,ADJFACT(%a6) | ...ADJFACT IS 2^(M')
247 movel (%sp)+,%d2
[all...]
H A Dbinstr.S7 | Input: 64-bit binary integer in d2:d3, desired length (LEN) in
26 | Copy the fraction in d2:d3 to d4:d5.
28 | A3. Multiply the fraction in d2:d3 by 8 using bit-field
29 | extracts and shifts. The three msbs from d2 will go into
35 | A5. Add using the carry the 64-bit quantities in d2:d3 and d4:d5
36 | into d2:d3. D1 will contain the bcd digit formed.
51 | d2: upper 32-bits of fraction for mul by 8
81 | A2. Copy d2:d3 to d4:d5. Start loop.
84 movel %d2,%d4 |copy the fraction before muls
87 | A3. Multiply d2
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/lib/
H A Dmemcpy.c25 int d0, d1, d2; local
35 : "=&c" (d0), "=&S" (d1), "=&D" (d2)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68knommu/platform/5307/
H A Dhead.S70 movel MCF_MBAR+MCFSIM_SDCS0, %d2 /* Get SDRAM chip select 0 config */
71 andl #0x1f, %d2 /* Get only the chip select size */
73 addql #1, %d2 /* Form exponent */
75 lsll %d2, %d0 /* 2 ^ exponent */
77 movel MCF_MBAR+MCFSIM_SDCS1, %d2 /* Get SDRAM chip select 1 config */
78 andl #0x1f, %d2 /* Get only the chip select size */
80 addql #1, %d2 /* Form exponent */
82 lsll %d2, %d1 /* 2 ^ exponent */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Doktagon_io.S117 move.l %d2,-(%sp)
125 moveq.l #-1,%d2
126 cmp.l %d0,%d2
140 move.l -4(%a6),%d2
151 move.l %d2,-(%sp)
159 moveq.l #-1,%d2
160 cmp.l %d0,%d2
174 move.l -4(%a6),%d2
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wan/
H A Dwanxlfw.S320 movel #TX_BUFFERS - 2, %d2 // D2 = TX_BUFFERS - 1 counter
329 dbfw %d2, open_port_tx_loop
336 movel #RX_BUFFERS - 2, %d2 // D2 = RX_BUFFERS - 1 counter
341 dbfw %d2, open_port_rx_loop
453 movel %d1, %d2 // D1 = D2 = tx_out BD# = desc#
454 mulul #DESC_LENGTH, %d2 // D2 = TX desc offset
455 addl ch_status_addr(%d0), %d2
456 addl #STATUS_TX_DESCS, %d2 // D2 = TX desc address
457 cmpl #PACKET_FULL, (%d2) // desc status
461 movel 4(%d2),
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-x86_64/
H A Dstring.h12 unsigned long d0, d1, d2; local
22 : "=&c" (d0), "=&D" (d1), "=&S" (d2)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavutil/
H A Dsoftfloat.c33 double d1, d2; local
53 d2= i/100.0;
55 d1= (d1+1)*d2;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/mpi/m68k/mc68020/
H A Dmpih-mul1.S54 #define s1_size d2
58 moveml R(d2)-R(d4),MEM_PREDEC(sp)
60 movel R(d2),MEM_PREDEC(sp)
95 moveml MEM_POSTINC(sp),R(d2)-R(d4)
99 movel MEM_POSTINC(sp),R(d2)
H A Dmpih-mul2.S52 #define s1_size d2
56 moveml R(d2)-R(d5),MEM_PREDEC(sp)
90 moveml MEM_POSTINC(sp),R(d2)-R(d5)
H A Dmpih-mul3.S54 #define s1_size d2
58 moveml R(d2)-R(d5),MEM_PREDEC(sp)
92 moveml MEM_POSTINC(sp),R(d2)-R(d5)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/arm/
H A Ddsputil_neon_s.S33 vld1.64 {d2, d3}, [r1], r2
52 vst1.64 {d2, d3}, [r0,:128], r2
60 1: vld1.64 {d0-d2}, [r1], r2
80 vld1.64 {d2, d3}, [ip], lr
85 vld1.64 {d2, d3}, [ip], lr
98 vld1.64 {d0-d2}, [r1], lr
107 vaddl.u8 q8, d0, d2
112 vld1.64 {d0-d2}, [r1], lr
126 vld1.64 {d2-d4}, [ip], lr
141 vaddl.u8 q9, d2, d
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-i386/
H A Dstring.h31 int d0, d1, d2; local
37 : "=&S" (d0), "=&D" (d1), "=&a" (d2)
45 int d0, d1, d2, d3; local
56 : "=&S" (d0), "=&D" (d1), "=&c" (d2), "=&a" (d3)
64 int d0, d1, d2, d3; local
73 : "=&S" (d0), "=&D" (d1), "=&a" (d2), "=&c" (d3)
81 int d0, d1, d2, d3; local
95 : "=&S" (d0), "=&D" (d1), "=&a" (d2), "=&c" (d3)
127 int d0, d1, d2; local
141 :"=a" (__res), "=&S" (d0), "=&D" (d1), "=&c" (d2)
205 int d0, d1, d2; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/ifpsp060/src/
H A Ditest.S170 mov.l &0x99999999,%d2
177 mulu.l %d1,%d2:%d3
194 mov.l &0x99999999,%d2
201 mulu.l %d1,%d2:%d3
218 mov.l &0x66666666,%d2
224 mulu.l %d1,%d2:%d2
240 mov.l &0x00000000,%d2
247 mulu.l %d1,%d2:%d3
264 mov.l &0x00000000,%d2
[all...]

Completed in 135 milliseconds

1234567