Home
last modified time | relevance | path

Searched refs:d2 (Results 1 – 25 of 177) sorted by relevance

12345678

/linux/arch/m68k/lib/
A Dudivsi3.S69 #define d2 REG (d2) macro
90 movel d2, sp@-
96 movel d0, d2
97 clrw d2
98 swap d2
104 movew d2, d0
118 movel d2, d1
120 swap d2
131 L6: movel sp@+, d2
139 moveml d2-d4,sp@
[all …]
A Ddivsi3.S71 #define d2 REG (d2) macro
91 movel d2, sp@-
93 moveq IMM (1), d2 /* sign of result stored in d2 (=1 or =-1) */
98 negb d2 /* change sign because divisor <0 */
100 negl d2 /* change sign because divisor <0 */
106 negb d2
108 negl d2
116 tstb d2
120 L3: movel sp@+, d2
/linux/arch/m68k/math-emu/
A Dfp_movem.S52 btst #11,%d2
67 btst #12,%d2
135 btst #12,%d2
145 lsr.l #8,%d2
146 lsr.l #7,%d2
147 lsr.w #1,%d2
164 lsl.w #1,%d2
165 lsl.l #7,%d2
166 lsl.l #8,%d2
216 btst #13,%d2
[all …]
A Dfp_decode.h73 bfextu %d2{#8,#2},%d0
135 move.b %d2,%d0
191 btst #8,%d2
198 btst #20,%d2
204 btst #19,%d2
209 btst #6,%d2
309 and.w %d2,%d0
311 btst #2,%d2
322 btst #2,%d2
343 swap %d2
[all …]
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 …]
/linux/drivers/block/
A Dswim_asm.S65 movew #seek_time, %d2
89 moveq #max_retry, %d2
92 dbmi %d2, amark0
97 moveq #max_retry, %d2
100 dbmi %d2, amark1
108 dbmi %d2, amark2
116 dbmi %d2, amark3
124 dbmi %d2, crc0
132 dbmi %d2, crc1
215 dbmi %d2, data_crc0
[all …]
/linux/include/asm-generic/
A Dxor.h104 d2 = p1[2]; in xor_32regs_2()
112 d2 ^= p2[2]; in xor_32regs_2()
120 p1[2] = d2; in xor_32regs_2()
141 d2 = p1[2]; in xor_32regs_3()
149 d2 ^= p2[2]; in xor_32regs_3()
157 d2 ^= p3[2]; in xor_32regs_3()
165 p1[2] = d2; in xor_32regs_3()
187 d2 = p1[2]; in xor_32regs_4()
219 p1[2] = d2; in xor_32regs_4()
242 d2 = p1[2]; in xor_32regs_5()
[all …]
/linux/arch/arm64/crypto/
A Dpoly1305-armv8.pl125 lsr $d2,$h1,#32
131 mov w#$d2,w#$h1
143 adc $d2,$d2,xzr
175 adc $d2,$d2,xzr
180 adc $d2,$d2,$t1
184 adc $d2,$d2,$t1
187 and $h2,$d2,#3
231 adc $d2,$d2,xzr
289 adc $d2,$d2,xzr
294 adc $d2,$d2,$t1
[all …]
/linux/drivers/net/wan/
A Dwanxlfw.S465 movel 8(%d2), %d2 // D2 = length
491 btstl #15, %d2
494 btstl #1, %d2
511 movel rx_out, %d2
517 movel %d3, 8(%d2)
519 movel 4(%d2), %a1
528 movel rx_out, %d2
529 addl #1, %d2
532 clrl %d2
687 movel %d2, -(%sp)
[all …]
/linux/arch/m68k/ifpsp060/src/
A Ditest.S224 mulu.l %d1,%d2:%d2
1225 divu.l &0xffffffff,%d2:%d2
2626 clr.l %d2
2649 clr.l %d2
2673 clr.l %d2
2698 clr.l %d2
2721 clr.l %d2
2788 clr.l %d2
2814 clr.l %d2
2835 clr.l %d2
[all …]
A Dilsp.S344 swap %d2
365 mov.l %d1, %d2
382 cmp.l %d2, %d4
394 mov.l %d5, %d2 # now %d2,%d3 are trial*divisor
405 clr.l %d2
460 mulu.w %d4, %d2 # %d2 <- msw-source*lsw-dest
473 swap %d2
546 mov.l %d0,%d2 # mr in d2
574 swap %d2 # hi([3]) in lo d2
672 mov.l %d0,%d2 # mr in d2
[all …]
/linux/arch/mips/crypto/
A Dpoly1305-mips.pl812 sllv $d2,$d2,$shr
816 or $d2,$d2,$at
825 srlv $d2,$d2,$shr
829 or $d2,$d2,$at
848 wsbh $d2,$d2
852 rotr $d2,$d2,16
876 sll $d2,$d2,24
879 or $d2,$at
883 or $d2,$t0
909 addu $d2,$d2,$h2
[all …]
/linux/arch/x86/lib/
A Dstring_32.c21 int d0, d1, d2; in strcpy() local
26 : "=&S" (d0), "=&D" (d1), "=&a" (d2) in strcpy()
36 int d0, d1, d2, d3; in strncpy() local
46 : "=&S" (d0), "=&D" (d1), "=&c" (d2), "=&a" (d3) in strncpy()
56 int d0, d1, d2, d3; in strcat() local
64 : "=&S" (d0), "=&D" (d1), "=&a" (d2), "=&c" (d3) in strcat()
74 int d0, d1, d2, d3; in strncat() local
87 : "=&S" (d0), "=&D" (d1), "=&a" (d2), "=&c" (d3) in strncat()
122 int d0, d1, d2; in strncmp() local
135 : "=a" (res), "=&S" (d0), "=&D" (d1), "=&c" (d2) in strncmp()
/linux/arch/m68k/fpsp040/
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
336 movel %d2,-(%sp)
340 movel %d0,%d2
344 asrl #6,%d2 | ...d2 IS L, N = 64L + J
345 movel %d2,%d0
[all …]
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.
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:d3 by 8; extract msbs into d1.
89 bfextu %d2{#0:#3},%d1 |copy 3 msbs of d2 into d1
90 asll #3,%d2 |shift d2 left by 3 places
93 orl %d6,%d2 |or in msbs from d3 into d2
[all …]
A Dround.S205 clrl LOCAL_LO(%a0) |clear d2
337 movel %d2,LOCAL_LO(%a0)
503 movel %d2,-(%sp) |save d2 for temp use
509 movel %d2,%d0
511 movel (%sp)+,%d2 |restore d2
533 movel %d2,-(%sp)
538 bfextu %d2{%d1:%d0},%d2 |d2 = new LOCAL_HI
556 movel (%sp)+,%d2
562 movel %d2,-(%sp)
568 bfextu %d2{%d1:%d0},%d2 |d2 = new LOCAL_LO
[all …]
A Dsrem_mod.S172 movel %d2,%d1
173 clrl %d2
188 lsll %d6,%d2
253 addl %d2,%d2 | ...lo(R) = 2lo(R)
271 movel %d2,%d1
272 clrl %d2
288 lsll %d6,%d2
302 movel %d2,R_Lo(%a6)
313 movel %d2,R_Lo(%a6)
341 cmpl %d5,%d2
[all …]
/linux/drivers/comedi/drivers/
A Dcomedi_8254.c374 d2 > 1 && d2 <= I8254_MAX_COUNT && in comedi_8254_cascade_ns_to_timer()
382 d2 = I8254_MAX_COUNT; in comedi_8254_cascade_ns_to_timer()
383 start = div / d2; in comedi_8254_cascade_ns_to_timer()
387 for (d2 = div / d1; in comedi_8254_cascade_ns_to_timer()
388 d1 * d2 <= div + d1 + 1 && d2 <= I8254_MAX_COUNT; d2++) { in comedi_8254_cascade_ns_to_timer()
393 d2_glb = d2; in comedi_8254_cascade_ns_to_timer()
398 d2_lub = d2; in comedi_8254_cascade_ns_to_timer()
410 d2 = d2_lub; in comedi_8254_cascade_ns_to_timer()
413 d2 = d2_glb; in comedi_8254_cascade_ns_to_timer()
418 d2 = d2_lub; in comedi_8254_cascade_ns_to_timer()
[all …]
/linux/drivers/iio/adc/
A Dtwl6030-gpadc.c613 s8 d1, d2; in twl6030_calibration() local
634 d2 = trim_regs[1]; in twl6030_calibration()
642 d2 = trim_regs[5]; in twl6030_calibration()
646 d2 = trim_regs[13]; in twl6030_calibration()
650 d2 = trim_regs[7]; in twl6030_calibration()
654 d2 = trim_regs[3]; in twl6030_calibration()
658 d2 = trim_regs[9]; in twl6030_calibration()
662 d2 = trim_regs[11]; in twl6030_calibration()
673 d2 = twl6030_gpadc_get_trim_offset(d2); in twl6030_calibration()
774 d2 = -d2; in twl6032_calibration()
[all …]
/linux/arch/arm/crypto/
A Dcrc32-ce-core.S139 veor.8 d2, d2, dCONSTANTl
154 vmull.p64 q1, d2, dCONSTANTl
181 vmull.p64 q1, d2, dCONSTANTl
186 vmull.p64 q1, d2, dCONSTANTl
191 vmull.p64 q1, d2, dCONSTANTl
203 vmull.p64 q1, d2, dCONSTANTl
212 vmull.p64 q2, d2, dCONSTANTh
222 vand.8 d2, d2, d6
223 vmull.p64 q1, d2, dCONSTANTl
A Dblake2b-neon-core.S81 vadd.u64 d2, d2, M_\s4
115 vadd.u64 d2, d2, M_\s5
157 vadd.u64 d2, d2, d7
161 vadd.u64 d2, d2, M_\s12
167 veor d13, d13, d2
197 vadd.u64 d2, d2, d7
201 vadd.u64 d2, d2, M_\s13
208 veor d13, d13, d2
/linux/drivers/scsi/snic/
A Dsnic_trc.h62 snic_trace(char *fn, u16 hno, u32 tag, u64 d1, u64 d2, u64 d3, u64 d4, u64 d5) in snic_trace() argument
73 tr_rec->data[1] = d2; in snic_trace()
80 #define SNIC_TRC(_hno, _tag, d1, d2, d3, d4, d5) \ argument
87 (u64)(d2), \
94 #define SNIC_TRC(_hno, _tag, d1, d2, d3, d4, d5) \ argument
102 (u64)(d2), \
/linux/arch/m68k/coldfire/
A Dhead.S72 movel MCFSIM_SDCS0, %d2 /* Get SDRAM chip select 0 config */
73 andl #0x1f, %d2 /* Get only the chip select size */
75 addql #1, %d2 /* Form exponent */
77 lsll %d2, %d0 /* 2 ^ exponent */
79 movel MCFSIM_SDCS1, %d2 /* Get SDRAM chip select 1 config */
80 andl #0x1f, %d2 /* Get only the chip select size */
82 addql #1, %d2 /* Form exponent */
84 lsll %d2, %d1 /* 2 ^ exponent */
A Dentry.S63 GET_CURRENT(%d2)
73 movel %sp,%d2 /* get thread_info pointer */
74 andl #-THREAD_SIZE,%d2 /* at start of kernel stack */
75 movel %d2,%a0
86 movel #-ENOSYS,%d2 /* strace needs -ENOSYS in PT_OFF_D0 */
87 movel %d2,PT_OFF_D0(%sp) /* on syscall entry */
163 GET_CURRENT(%d2)
/linux/include/uapi/linux/
A Duuid.h27 #define GUID_INIT(a, b, c, d0, d1, d2, d3, d4, d5, d6, d7) \ argument
32 (d0), (d1), (d2), (d3), (d4), (d5), (d6), (d7) }})
36 #define UUID_LE(a, b, c, d0, d1, d2, d3, d4, d5, d6, d7) \ argument
37 GUID_INIT(a, b, c, d0, d1, d2, d3, d4, d5, d6, d7)

Completed in 50 milliseconds

12345678