Home
last modified time | relevance | path

Searched refs:d6 (Results 1 – 25 of 62) sorted by relevance

123

/Linux-v6.1/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.S322 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
362 movel %d6,-(%a7)
369 movel %d1,%d6 |copy ls mant into d6
370 lsll %d7,%d6 |shift ls mant by count
371 movel %d6,LOCAL_LO(%a0) |store ls mant into memory
372 moveql #32,%d6
[all …]
/Linux-v6.1/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 …]
/Linux-v6.1/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
276 # in %d6. The divisor must be in the variable ddivisor, and the #
278 # The quotient is returned in %d6, remainder in %d5, unless the #
[all …]
/Linux-v6.1/include/uapi/linux/
Duuid.h19 #define GUID_INIT(a, b, c, d0, d1, d2, d3, d4, d5, d6, d7) \ argument
24 (d0), (d1), (d2), (d3), (d4), (d5), (d6), (d7) }})
28 #define UUID_LE(a, b, c, d0, d1, d2, d3, d4, d5, d6, d7) \ argument
29 GUID_INIT(a, b, c, d0, d1, d2, d3, d4, d5, d6, d7)
/Linux-v6.1/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 …]
/Linux-v6.1/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 …]
Dblake2b-neon-core.S100 vtbl.8 d6, {d6}, M_0
156 vadd.u64 d1, d1, d6
183 veor d6, d6, d11
187 vtbl.8 d6, {d6}, M_0
196 vadd.u64 d1, d1, d6
224 veor d18, d6, d11
Dchacha-neon-core.S87 vtbl.8 d6, {d6}, d10
117 vtbl.8 d6, {d6}, d10
237 vdup.32 q13, d6[1]
238 vdup.32 q12, d6[0]
466 vswp d3, d6
602 vtbl.8 d6, {q4-q5}, d6
Dcrc32-ce-core.S156 vmull.p64 q3, d6, dCONSTANTl
218 vldr d6, [r3, #40]
222 vand.8 d2, d2, d6
/Linux-v6.1/arch/x86/kernel/
Dprocess_32.c63 unsigned long d0, d1, d2, d3, d6, d7; in __show_regs() local
91 get_debugreg(d6, 6); in __show_regs()
96 (d6 == DR6_RESERVED) && (d7 == 0x400)) in __show_regs()
102 log_lvl, d6, d7); in __show_regs()
/Linux-v6.1/arch/m68k/include/asm/
Dentry.h167 moveml %a3-%a6/%d6-%d7,%sp@
171 moveml %sp@,%a3-%a6/%d6-%d7
210 moveml %a3-%a6/%d6-%d7,%sp@-
214 moveml %sp@+,%a3-%a6/%d6-%d7
Duser.h41 long d1,d2,d3,d4,d5,d6,d7; member
/Linux-v6.1/arch/m68k/lib/
Dmulsi3.S73 #define d6 REG (d6) macro
Dmodsi3.S75 #define d6 REG (d6) macro
Dumodsi3.S73 #define d6 REG (d6) macro
Ddivsi3.S75 #define d6 REG (d6) macro
Dudivsi3.S73 #define d6 REG (d6) macro
/Linux-v6.1/include/linux/
Duuid.h20 #define UUID_INIT(a, b, c, d0, d1, d2, d3, d4, d5, d6, d7) \ argument
25 (d0), (d1), (d2), (d3), (d4), (d5), (d6), (d7) }})
/Linux-v6.1/Documentation/admin-guide/media/
Dother-usb-cardlist.rst88 06d6:0034, 0a17:0062,
89 06d6:003b, 0a17:004e,
91 06d6:003d
/Linux-v6.1/drivers/ipack/devices/
Dscc2698.h54 u8 d6, ctur; /* Counter timer upper register of block */ member
72 u8 d6, ctu; /* Counter timer upper register of block */ member
/Linux-v6.1/arch/powerpc/crypto/
Daes-tab-4k.S35 .long R(ff, f2, f2, 0d), R(d6, 6b, 6b, bd)
70 .long R(b7, d6, d6, 61), R(7d, b3, b3, ce)
160 .long R(6d, bb, bb, d6), R(2c, 16, 16, 3a)
208 .long R(19, 98, fb, 24), R(d6, bd, e9, 97)
261 .long R(ea, 9f, 09, d4), R(29, b0, 7c, d6)
268 .long R(76, 4d, d6, 8d), R(43, ef, b0, 4d)
275 .long R(e9, 10, 56, 33), R(6d, d6, 47, 13)

123