Home
last modified time | relevance | path

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

1234567891011

/openbmc/linux/arch/m68k/lib/
H 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 …]
H 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
/openbmc/linux/drivers/block/
H 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 …]
/openbmc/linux/arch/m68k/math-emu/
H 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 …]
H 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 …]
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 …]
/openbmc/linux/arch/arm64/crypto/
H 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 …]
/openbmc/linux/include/asm-generic/
H A Dxor.h112 d2 = p1[2]; in xor_32regs_2()
120 d2 ^= p2[2]; in xor_32regs_2()
128 p1[2] = d2; in xor_32regs_2()
150 d2 = p1[2]; in xor_32regs_3()
158 d2 ^= p2[2]; in xor_32regs_3()
166 d2 ^= p3[2]; in xor_32regs_3()
174 p1[2] = d2; in xor_32regs_3()
198 d2 = p1[2]; in xor_32regs_4()
230 p1[2] = d2; in xor_32regs_4()
256 d2 = p1[2]; in xor_32regs_5()
[all …]
/openbmc/linux/drivers/net/wan/
H 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 …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/uw-imap/uw-imap/
H A D0001-Fix-Wincompatible-function-pointer-types.patch35 -int mh_numsort (const void *d1,const void *d2);
51 * Returns: negative if d1 < d2, 0 if d1 == d2, postive if d1 > d2
54 -int mh_numsort (const void *d1,const void *d2)
58 atoi ((*(struct direct **) d2)->d_name);
102 * Returns: -1 if d1 < d2, 0 if d1 == d2, 1 d1 > d2
119 -int mx_numsort (const void *d1,const void *d2);
135 * Returns: negative if d1 < d2, 0 if d1 == d2, postive if d1 > d2
138 -int mx_numsort (const void *d1,const void *d2)
142 atoi ((*(struct direct **) d2)->d_name);
168 * Returns: negative if d1 < d2, 0 if d1 == d2, postive if d1 > d2
[all …]
/openbmc/linux/arch/x86/lib/
H 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()
/openbmc/linux/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
336 movel %d2,-(%sp)
340 movel %d0,%d2
344 asrl #6,%d2 | ...d2 IS L, N = 64L + J
345 movel %d2,%d0
[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.
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 …]
H 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 …]
/openbmc/linux/arch/mips/crypto/
H 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 …]
/openbmc/linux/arch/m68k/ifpsp060/src/
H 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 …]
/openbmc/linux/drivers/comedi/drivers/
H A Dcomedi_8254.c372 d2 > 1 && d2 <= I8254_MAX_COUNT && in comedi_8254_cascade_ns_to_timer()
380 d2 = I8254_MAX_COUNT; in comedi_8254_cascade_ns_to_timer()
381 start = div / d2; in comedi_8254_cascade_ns_to_timer()
385 for (d2 = div / d1; in comedi_8254_cascade_ns_to_timer()
386 d1 * d2 <= div + d1 + 1 && d2 <= I8254_MAX_COUNT; d2++) { in comedi_8254_cascade_ns_to_timer()
391 d2_glb = d2; in comedi_8254_cascade_ns_to_timer()
396 d2_lub = d2; in comedi_8254_cascade_ns_to_timer()
408 d2 = d2_lub; in comedi_8254_cascade_ns_to_timer()
411 d2 = d2_glb; in comedi_8254_cascade_ns_to_timer()
416 d2 = d2_lub; in comedi_8254_cascade_ns_to_timer()
[all …]
/openbmc/u-boot/fs/yaffs2/
H A Dyaffs_ecc.c138 unsigned char d0, d1, d2; /* deltas */ in yaffs_ecc_correct() local
142 d2 = read_ecc[2] ^ test_ecc[2]; in yaffs_ecc_correct()
144 if ((d0 | d1 | d2) == 0) in yaffs_ecc_correct()
149 ((d2 ^ (d2 >> 1)) & 0x54) == 0x54) { in yaffs_ecc_correct()
174 if (d2 & 0x80) in yaffs_ecc_correct()
176 if (d2 & 0x20) in yaffs_ecc_correct()
178 if (d2 & 0x08) in yaffs_ecc_correct()
186 if ((hweight8(d0) + hweight8(d1) + hweight8(d2)) == 1) { in yaffs_ecc_correct()
/openbmc/linux/drivers/iio/adc/
H A Dtwl6030-gpadc.c625 s8 d1, d2; in twl6030_calibration() local
646 d2 = trim_regs[1]; in twl6030_calibration()
654 d2 = trim_regs[5]; in twl6030_calibration()
658 d2 = trim_regs[13]; in twl6030_calibration()
662 d2 = trim_regs[7]; in twl6030_calibration()
666 d2 = trim_regs[3]; in twl6030_calibration()
670 d2 = trim_regs[9]; in twl6030_calibration()
674 d2 = trim_regs[11]; in twl6030_calibration()
685 d2 = twl6030_gpadc_get_trim_offset(d2); in twl6030_calibration()
786 d2 = -d2; in twl6032_calibration()
[all …]
/openbmc/u-boot/lib/
H A Dvsprintf.c53 unsigned d3, d2, d1, d0; in put_dec_trunc() local
55 d2 = (q>>8) & 0xf; in put_dec_trunc()
68 d2 = q + 2*d2; in put_dec_trunc()
70 q = (d2 * 0xd) >> 7; in put_dec_trunc()
71 d2 = d2 - 10*q; in put_dec_trunc()
91 unsigned d3, d2, d1, d0; in put_dec_full() local
93 d2 = (q>>8) & 0xf; in put_dec_full()
115 d2 = q + 2*d2; in put_dec_full()
116 q = (d2 * 0xd) >> 7; in put_dec_full()
117 d2 = d2 - 10*q; in put_dec_full()
[all …]
H A Dtiny-printf.c90 unsigned int d3, d2, d1, d0; in put_dec_trunc() local
92 d2 = (q >> 8) & 0xf; in put_dec_trunc()
95 d0 = 6 * (d3 + d2 + d1) + (q & 0xf); in put_dec_trunc()
99 d1 = q + 9 * d3 + 5 * d2 + d1; in put_dec_trunc()
105 d2 = q + 2 * d2; in put_dec_trunc()
106 if ((d2 != 0) || (d3 != 0)) { in put_dec_trunc()
107 q = (d2 * 0xd) >> 7; in put_dec_trunc()
108 d2 = d2 - 10 * q; in put_dec_trunc()
109 *buf++ = d2 + '0'; /* next digit */ in put_dec_trunc()
/openbmc/linux/drivers/scsi/snic/
H A Dsnic_trc.h48 snic_trace(char *fn, u16 hno, u32 tag, u64 d1, u64 d2, u64 d3, u64 d4, u64 d5) in snic_trace() argument
59 tr_rec->data[1] = d2; in snic_trace()
66 #define SNIC_TRC(_hno, _tag, d1, d2, d3, d4, d5) \ argument
73 (u64)(d2), \
80 #define SNIC_TRC(_hno, _tag, d1, d2, d3, d4, d5) \ argument
88 (u64)(d2), \
/openbmc/qemu/tests/tcg/tricore/c/
H A Dcrt0-tc2x.S146 mov.a %a14,%d2 # move exit code to match trap handler
167 movh %d2,hi:__CSA_END #; %d2 = end of CSA
168 addi %d2,%d2,lo:__CSA_END
169 andn %d2,%d2,63 #; force alignment (2^6)
170 sub %d2,%d2,%d0
171 sh %d2,%d2,-6 #; %d2 = number of CSAs
183 add %d2,%d2,-2 #; CSAs to initialize -= 2
184 mov.a %a5,%d2 #; %a5 = loop counter
300 mov.d %d2, %a14
301 st.w [%a15], %d2 # write exit code to testdevice
/openbmc/linux/arch/arm/crypto/
H 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
H 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

1234567891011