Home
last modified time | relevance | path

Searched full:d6 (Results 1 – 25 of 406) sorted by relevance

12345678910>>...17

/kernel/linux/linux-5.10/arch/m68k/fpsp040/
Dsrem_mod.S130 clrl %d6
131 bfffo %d4{#0:#32},%d6
132 lsll %d6,%d4
133 subl %d6,%d3 | ...(D3,D4,D5) is normalized
138 clrl %d6
139 bfffo %d4{#0:#32},%d6
140 subl %d6,%d3
141 lsll %d6,%d4
143 lsll %d6,%d5
144 negl %d6
[all …]
Dbinstr.S43 | A7. Decrement d6 (LEN counter) and repeat the loop until zero.
55 | d6: temp for bit-field extracts
91 bfextu %d3{#0:#3},%d6 |copy 3 msbs of d3 into d6
93 orl %d6,%d2 |or in msbs from d3 into d2
99 swap %d6 |put 0 in d6 lower word
100 addxw %d6,%d1 |add in extend from mul by 2
108 addxw %d6,%d1 |add in extend from add to d1
109 swap %d6 |with d6 = 0; put 0 in upper word
Dbindec.S34 | This value is stored in d6.
118 | d6: ILOG
220 | in d6.
229 | d6: x/ILOG
244 movel #-4933,%d6 |force ILOG = -4933
255 fmovel %fp0,%d6 |put ILOG in d6 as a lword
259 fmovel %fp0,%d6 |put ILOG in d6 as a lword
292 | d6: ILOG/Unchanged
311 movel %d6,%d4 |first load ILOG to d4
364 | d6: ILOG/ILOG or k if ((k<=0)&(ILOG<k))
[all …]
Dsgetem.S126 moveml %d3/%d5/%d6,-(%a7) |save registers
129 movel %d1,%d6 |save ls mant in d6
133 lsrl %d5,%d6 |shift off all bits but those that will
135 orl %d6,%d0 |shift the ls mant bits into the ms mant
136 moveml (%a7)+,%d3/%d5/%d6 |restore registers
Dround.S311 moveml %d2/%d3/%d5/%d6,-(%a7)
322 moveml (%a7)+,%d2/%d3/%d5/%d6
325 movel %d2,%d6 |save ls mant in d6
330 lsrl %d5,%d6 |by the number in the exp, then
332 orl %d6,%d1 |shift the ls mant bits into the ms mant
338 moveml (%a7)+,%d2/%d3/%d5/%d6
347 moveml (%a7)+,%d2/%d3/%d5/%d6
351 moveml (%a7)+,%d2/%d3/%d5/%d6
362 movel %d6,-(%a7)
369 movel %d1,%d6 |copy ls mant into d6
[all …]
/kernel/linux/linux-6.6/arch/m68k/fpsp040/
Dsrem_mod.S130 clrl %d6
131 bfffo %d4{#0:#32},%d6
132 lsll %d6,%d4
133 subl %d6,%d3 | ...(D3,D4,D5) is normalized
138 clrl %d6
139 bfffo %d4{#0:#32},%d6
140 subl %d6,%d3
141 lsll %d6,%d4
143 lsll %d6,%d5
144 negl %d6
[all …]
Dbinstr.S43 | A7. Decrement d6 (LEN counter) and repeat the loop until zero.
55 | d6: temp for bit-field extracts
91 bfextu %d3{#0:#3},%d6 |copy 3 msbs of d3 into d6
93 orl %d6,%d2 |or in msbs from d3 into d2
99 swap %d6 |put 0 in d6 lower word
100 addxw %d6,%d1 |add in extend from mul by 2
108 addxw %d6,%d1 |add in extend from add to d1
109 swap %d6 |with d6 = 0; put 0 in upper word
Dbindec.S34 | This value is stored in d6.
118 | d6: ILOG
220 | in d6.
229 | d6: x/ILOG
244 movel #-4933,%d6 |force ILOG = -4933
255 fmovel %fp0,%d6 |put ILOG in d6 as a lword
259 fmovel %fp0,%d6 |put ILOG in d6 as a lword
292 | d6: ILOG/Unchanged
311 movel %d6,%d4 |first load ILOG to d4
364 | d6: ILOG/ILOG or k if ((k<=0)&(ILOG<k))
[all …]
Dsgetem.S126 moveml %d3/%d5/%d6,-(%a7) |save registers
129 movel %d1,%d6 |save ls mant in d6
133 lsrl %d5,%d6 |shift off all bits but those that will
135 orl %d6,%d0 |shift the ls mant bits into the ms mant
136 moveml (%a7)+,%d3/%d5/%d6 |restore registers
Dround.S311 moveml %d2/%d3/%d5/%d6,-(%a7)
322 moveml (%a7)+,%d2/%d3/%d5/%d6
325 movel %d2,%d6 |save ls mant in d6
330 lsrl %d5,%d6 |by the number in the exp, then
332 orl %d6,%d1 |shift the ls mant bits into the ms mant
338 moveml (%a7)+,%d2/%d3/%d5/%d6
347 moveml (%a7)+,%d2/%d3/%d5/%d6
351 moveml (%a7)+,%d2/%d3/%d5/%d6
362 movel %d6,-(%a7)
369 movel %d1,%d6 |copy ls mant into d6
[all …]
/kernel/linux/linux-5.10/include/asm-generic/
Dxor.h101 register long d0, d1, d2, d3, d4, d5, d6, d7; in xor_32regs_2() local
108 d6 = p1[6]; in xor_32regs_2()
116 d6 ^= p2[6]; in xor_32regs_2()
124 p1[6] = d6; in xor_32regs_2()
138 register long d0, d1, d2, d3, d4, d5, d6, d7; in xor_32regs_3() local
145 d6 = p1[6]; in xor_32regs_3()
153 d6 ^= p2[6]; in xor_32regs_3()
161 d6 ^= p3[6]; in xor_32regs_3()
169 p1[6] = d6; in xor_32regs_3()
184 register long d0, d1, d2, d3, d4, d5, d6, d7; in xor_32regs_4() local
[all …]
/kernel/linux/linux-6.6/include/asm-generic/
Dxor.h109 register long d0, d1, d2, d3, d4, d5, d6, d7; in xor_32regs_2() local
116 d6 = p1[6]; in xor_32regs_2()
124 d6 ^= p2[6]; in xor_32regs_2()
132 p1[6] = d6; in xor_32regs_2()
147 register long d0, d1, d2, d3, d4, d5, d6, d7; in xor_32regs_3() local
154 d6 = p1[6]; in xor_32regs_3()
162 d6 ^= p2[6]; in xor_32regs_3()
170 d6 ^= p3[6]; in xor_32regs_3()
178 p1[6] = d6; in xor_32regs_3()
195 register long d0, d1, d2, d3, d4, d5, d6, d7; in xor_32regs_4() local
[all …]
/kernel/linux/linux-5.10/arch/arm/crypto/
Dcurve25519-core.S47 vld1.8 {d6-d7}, [r1]
49 vst1.8 {d6-d7}, [r6, : 128]
163 vtrn.32 d4, d6
170 vtrn.32 d6, d0
175 vst1.8 d6, [r2, : 64]
242 vld1.8 {d6}, [r7, : 64]
293 vld1.8 {d6-d7}, [r4, : 128]!
315 vmlal.s32 q10, d6, d23
325 vmlal.s32 q1, d6, d1
328 vmull.s32 q14, d10, d6
[all …]
Dpoly1305-core.S_shipped477 vdup.32 d6,r4
509 vmlal.u32 q5,d3,d6[1]
511 vmlal.u32 q6,d5,d6[1]
512 vmlal.u32 q7,d7,d6[1]
615 vshl.u32 d6,d5,#2
620 vadd.i32 d6,d6,d5
625 vst4.32 {d4[0],d5[0],d6[0],d7[0]},[r6]!
626 vst4.32 {d4[1],d5[1],d6[1],d7[1]},[r7]!
642 vshl.u32 d6,d16,#2
648 vadd.i32 d6,d6,d16
[all …]
/kernel/linux/linux-6.6/arch/arm/crypto/
Dcurve25519-core.S47 vld1.8 {d6-d7}, [r1]
49 vst1.8 {d6-d7}, [r6, : 128]
163 vtrn.32 d4, d6
170 vtrn.32 d6, d0
175 vst1.8 d6, [r2, : 64]
242 vld1.8 {d6}, [r7, : 64]
293 vld1.8 {d6-d7}, [r4, : 128]!
315 vmlal.s32 q10, d6, d23
325 vmlal.s32 q1, d6, d1
328 vmull.s32 q14, d10, d6
[all …]
/kernel/linux/linux-5.10/arch/m68k/ifpsp060/src/
Dilsp.S139 mov.l 0x10(%a6), %d6 # get dividend lo
160 negx.l %d6 # complement signed dividend
170 tst.l %d6 # is (lo(dividend) == 0), too
173 cmp.l %d7,%d6 # is (divisor <= lo(dividend))
176 exg %d5,%d6 # q = 0, r = dividend
180 tdivu.l %d7, %d5:%d6 # it's only a 32/32 bit div!
209 cmpi.l %d6, &0x80000000 # will (-quot) fit in 32 bits?
212 neg.l %d6 # make (-quot) 2's comp
217 btst &0x1f, %d6 # will (+quot) fit in 32 bits?
225 tst.l %d6 # may set 'N' ccode bit
[all …]
Disp.S284 set EXC_D6, EXC_DREGS+(6*4) # offset of d6
2109 mov.l (EXC_DREGS,%a6,%d1.w*4), %d6 # get dividend lo
2130 negx.l %d6 # complement signed dividend
2140 tst.l %d6 # is (lo(dividend) == 0), too
2143 cmp.l %d7,%d6 # is (divisor <= lo(dividend))
2146 exg %d5,%d6 # q = 0, r = dividend
2150 tdivu.l %d7, %d5:%d6 # it's only a 32/32 bit div!
2179 cmpi.l %d6, &0x80000000 # will (-quot) fit in 32 bits?
2182 neg.l %d6 # make (-quot) 2's comp
2187 btst &0x1f, %d6 # will (+quot) fit in 32 bits?
[all …]
/kernel/linux/linux-6.6/arch/m68k/ifpsp060/src/
Dilsp.S139 mov.l 0x10(%a6), %d6 # get dividend lo
160 negx.l %d6 # complement signed dividend
170 tst.l %d6 # is (lo(dividend) == 0), too
173 cmp.l %d7,%d6 # is (divisor <= lo(dividend))
176 exg %d5,%d6 # q = 0, r = dividend
180 tdivu.l %d7, %d5:%d6 # it's only a 32/32 bit div!
209 cmpi.l %d6, &0x80000000 # will (-quot) fit in 32 bits?
212 neg.l %d6 # make (-quot) 2's comp
217 btst &0x1f, %d6 # will (+quot) fit in 32 bits?
225 tst.l %d6 # may set 'N' ccode bit
[all …]
Disp.S284 set EXC_D6, EXC_DREGS+(6*4) # offset of d6
2109 mov.l (EXC_DREGS,%a6,%d1.w*4), %d6 # get dividend lo
2130 negx.l %d6 # complement signed dividend
2140 tst.l %d6 # is (lo(dividend) == 0), too
2143 cmp.l %d7,%d6 # is (divisor <= lo(dividend))
2146 exg %d5,%d6 # q = 0, r = dividend
2150 tdivu.l %d7, %d5:%d6 # it's only a 32/32 bit div!
2179 cmpi.l %d6, &0x80000000 # will (-quot) fit in 32 bits?
2182 neg.l %d6 # make (-quot) 2's comp
2187 btst &0x1f, %d6 # will (+quot) fit in 32 bits?
[all …]
/kernel/linux/linux-6.6/arch/m68k/include/asm/
Draw_io.h315 "movel %2,%/d6\n\t" in raw_insw_swapw()
316 "subql #1,%/d6\n" in raw_insw_swapw()
320 "dbra %/d6,1b" in raw_insw_swapw()
323 : "d0", "a0", "a1", "d6"); in raw_insw_swapw()
328 "movel %2,%/d6\n\t" in raw_insw_swapw()
329 "lsrl #3,%/d6\n\t" in raw_insw_swapw()
330 "subql #1,%/d6\n" in raw_insw_swapw()
355 "dbra %/d6,1b" in raw_insw_swapw()
358 : "d0", "a0", "a1", "d6"); in raw_insw_swapw()
368 "movel %2,%/d6\n\t" in raw_outsw_swapw()
[all …]
/kernel/linux/linux-5.10/arch/m68k/include/asm/
Draw_io.h315 "movel %2,%/d6\n\t" in raw_insw_swapw()
316 "subql #1,%/d6\n" in raw_insw_swapw()
320 "dbra %/d6,1b" in raw_insw_swapw()
323 : "d0", "a0", "a1", "d6"); in raw_insw_swapw()
328 "movel %2,%/d6\n\t" in raw_insw_swapw()
329 "lsrl #3,%/d6\n\t" in raw_insw_swapw()
330 "subql #1,%/d6\n" in raw_insw_swapw()
355 "dbra %/d6,1b" in raw_insw_swapw()
358 : "d0", "a0", "a1", "d6"); in raw_insw_swapw()
368 "movel %2,%/d6\n\t" in raw_outsw_swapw()
[all …]
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Duuid.h12 #define GUID_INIT(a, b, c, d0, d1, d2, d3, d4, d5, d6, d7) \ argument
17 (d0), (d1), (d2), (d3), (d4), (d5), (d6), (d7) }})
19 #define UUID_LE(a, b, c, d0, d1, d2, d3, d4, d5, d6, d7) \ argument
20 GUID_INIT(a, b, c, d0, d1, d2, d3, d4, d5, d6, d7)
/kernel/linux/linux-5.10/include/uapi/linux/
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)
/kernel/linux/linux-5.10/arch/m68k/kernel/
Dhead.S1676 movel %a3@+,%d6
1677 btst #0,%d6
1689 91: putn %d6
1710 movel %a0@+,%d6
1711 btst #1,%d6
1717 andil #0xfffffe00,%d6
1718 movel %d6,%a1
1722 movel %a1@+,%d6
1723 btst #1,%d6
1729 andil #0xffffff00,%d6
[all …]
/kernel/linux/linux-6.6/arch/m68k/kernel/
Dhead.S1693 movel %a3@+,%d6
1694 btst #0,%d6
1706 91: putn %d6
1727 movel %a0@+,%d6
1728 btst #1,%d6
1734 andil #0xfffffe00,%d6
1735 movel %d6,%a1
1739 movel %a1@+,%d6
1740 btst #1,%d6
1746 andil #0xffffff00,%d6
[all …]

12345678910>>...17