Home
last modified time | relevance | path

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

12

/arch/m68k/fpsp040/
A Dsrem_mod.S130 clrl %d6
138 clrl %d6
144 negl %d6
175 clrl %d6
303 movel L_SCR1(%a6),%d6
304 movew %d6,Y(%a6)
317 movel L_SCR1(%a6),%d6
318 subil #0x3FFE,%d6
319 movel %d6,L_SCR1(%a6)
321 movew %d6,Y(%a6)
[all …]
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 |with d6 = 0; put 0 in upper word
A Dbindec.S34 | This value is stored in d6.
118 | d6: ILOG
220 | in d6.
229 | d6: x/ILOG
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
380 cmpl %d6,%d7 |test k - ILOG
624 | d6: ILOG/ILOG adjusted
682 addql #1,%d6 | and inc ILOG
[all …]
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
A 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
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
373 subl %d7,%d6 |continue shift
[all …]
/arch/m68k/ifpsp060/src/
A Dilsp.S390 mov.l %d1, %d6
395 mov.l %d6, %d3
398 sub.l %d3, %d6
423 swap %d6
424 mov.w %d6, %d5
425 clr.w %d6
432 mov.w %d5, %d6
433 swap %d6
458 mulu.w %d5, %d6 # %d6 <- lsw*lsw
464 swap %d6
[all …]
/arch/m68k/kernel/
A Dhead.S1690 btst #0,%d6
1702 91: putn %d6
1724 btst #1,%d6
1736 btst #1,%d6
1748 btst #0,%d6
1812 btstl #7,%d6
1815 btstl #6,%d6
1881 btst #0,%d6
3356 subq #1,%d6
3494 subq #1,%d6
[all …]
/arch/x86/kernel/
A 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 == DR7_FIXED_1)) in __show_regs()
102 log_lvl, d6, d7); in __show_regs()
A Dprocess_64.c73 unsigned long d0, d1, d2, d3, d6, d7; in __show_regs() local
131 get_debugreg(d6, 6); in __show_regs()
136 (d6 == DR6_RESERVED) && (d7 == DR7_FIXED_1))) { in __show_regs()
140 log_lvl, d3, d6, d7); in __show_regs()
/arch/arm/crypto/
A Dcurve25519-core.S163 vtrn.32 d4, d6
170 vtrn.32 d6, d0
355 vmlal.s32 q0, d6, d6
437 vtrn.32 d0, d6
450 vtrn.32 d6, d12
704 vtrn.32 d2, d6
1016 vtrn.32 d2, d6
1114 vmlal.s32 q0, d6, d6
1196 vtrn.32 d0, d6
1689 vext.32 d10, d6, d6, #0
[all …]
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
A Dnh-neon-core.S30 PASS3_SUM_A .req d6
/arch/m68k/include/asm/
A 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
A Duser.h41 long d1,d2,d3,d4,d5,d6,d7; member
A Delf.h105 pr_reg[5] = sw->d6; \
/arch/m68k/lib/
A Dmulsi3.S73 #define d6 REG (d6) macro
A Dumodsi3.S73 #define d6 REG (d6) macro
A Dmodsi3.S75 #define d6 REG (d6) macro
A Ddivsi3.S75 #define d6 REG (d6) macro
A Dudivsi3.S73 #define d6 REG (d6) macro
/arch/m68k/include/uapi/asm/
A Dptrace.h60 unsigned long d6; member
/arch/arm64/boot/dts/ti/
A Dk3-am65-iot2050-arduino-connector.dtsi469 "d6-ehrpwm2-a", "d6-gpio", "d6-gpio-pullup", "d6-gpio-pulldown",
561 d6_ehrpwm2_a: d6-ehrpwm2-a-pins {
568 d6_gpio: d6-gpio-pins {
575 d6_gpio_pullup: d6-gpio-pullup-pins {
582 d6_gpio_pulldown: d6-gpio-pulldown-pins {
/arch/arm/boot/dts/nxp/mxs/
A Dimx28-eukrea-mbmx28lc.dtsi48 led-d6 {
54 label = "d6";
215 led_d6_pins_mbmx28lc: led-d6-mbmx28lc@0 {
/arch/powerpc/crypto/
A 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)
/arch/m68k/math-emu/
A Dfp_entry.S155 move.l %d6,%d0
209 move.l %d0,%d6

Completed in 44 milliseconds

12