Searched refs:d6 (Results 1 - 25 of 44) sorted by relevance

12

/linux-master/include/asm-generic/
H A Dxor.h109 register long d0, d1, d2, d3, d4, d5, d6, d7; local
116 d6 = p1[6];
124 d6 ^= p2[6];
132 p1[6] = d6;
147 register long d0, d1, d2, d3, d4, d5, d6, d7; local
154 d6 = p1[6];
162 d6 ^= p2[6];
170 d6 ^= p3[6];
178 p1[6] = d6;
195 register long d0, d1, d2, d3, d4, d5, d6, d local
253 register long d0, d1, d2, d3, d4, d5, d6, d7; local
454 register long d0, d1, d2, d3, d4, d5, d6, d7; local
502 register long d0, d1, d2, d3, d4, d5, d6, d7; local
562 register long d0, d1, d2, d3, d4, d5, d6, d7; local
634 register long d0, d1, d2, d3, d4, d5, d6, d7; local
[all...]
/linux-master/arch/m68k/fpsp040/
H A 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...]
H A 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 |wit
[all...]
H A 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
H A 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
[all...]
H A 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,
[all...]
/linux-master/include/uapi/linux/
H A Dmei_uuid.h18 #define UUID_LE(a, b, c, d0, d1, d2, d3, d4, d5, d6, d7) \
23 (d0), (d1), (d2), (d3), (d4), (d5), (d6), (d7) }})
/linux-master/arch/m68k/include/asm/
H A Duser.h41 long d1,d2,d3,d4,d5,d6,d7; member in struct:user_regs_struct
H A Dentry.h48 * regs a3-a6 and d6-d7 are preserved by C code
167 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
H A Delf.h105 pr_reg[5] = sw->d6; \
/linux-master/include/linux/
H A Duuid.h23 #define GUID_INIT(a, b, c, d0, d1, d2, d3, d4, d5, d6, d7) \
28 (d0), (d1), (d2), (d3), (d4), (d5), (d6), (d7) }})
30 #define UUID_INIT(a, b, c, d0, d1, d2, d3, d4, d5, d6, d7) \
35 (d0), (d1), (d2), (d3), (d4), (d5), (d6), (d7) }})
/linux-master/arch/m68k/ifpsp060/src/
H A 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 # ma
[all...]
/linux-master/arch/m68k/include/uapi/asm/
H A Dptrace.h60 unsigned long d6; member in struct:switch_stack
/linux-master/arch/m68k/lib/
H A Ddivsi3.S75 #define d6 REG (d6) define
H A Dmulsi3.S73 #define d6 REG (d6) define
H A Dumodsi3.S73 #define d6 REG (d6) define
H A Dmodsi3.S75 #define d6 REG (d6) define
H A Dudivsi3.S73 #define d6 REG (d6) define
/linux-master/arch/arm/crypto/
H A 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...]
H A 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
H A Dcrc32-ce-core.S156 vmull.p64 q3, d6, dCONSTANTl
218 vldr d6, [r3, #40]
222 vand.8 d2, d2, d6
H A 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
/linux-master/arch/x86/kernel/
H A Dprocess_32.c63 unsigned long d0, d1, d2, d3, d6, d7; local
91 get_debugreg(d6, 6);
96 (d6 == DR6_RESERVED) && (d7 == 0x400))
102 log_lvl, d6, d7);
/linux-master/arch/m68k/kernel/
H A Dhead.S1689 movel %a3@+,%d6
1690 btst #0,%d6
1702 91: putn %d6
1723 movel %a0@+,%d6
1724 btst #1,%d6
1730 andil #0xfffffe00,%d6
1731 movel %d6,%a1
1735 movel %a1@+,%d6
1736 btst #1,%d6
1742 andil #0xffffff00,%d6
[all...]
/linux-master/drivers/ipack/devices/
H A Dscc2698.h54 u8 d6, ctur; /* Counter timer upper register of block */ member in struct:scc2698_block::__anon345
72 u8 d6, ctu; /* Counter timer upper register of block */ member in struct:scc2698_block::__anon346

Completed in 258 milliseconds

12