Home
last modified time | relevance | path

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

12

/arch/m68k/ifpsp060/src/
A Dilsp.S161 negx.l %d5
313 clr.w %d5
351 mov.l %d5, %d1
389 mov.l %d5, -(%sp) # save %d5 (%d6 already saved)
392 mov.l %d7, %d5
414 add.l %d3, %d5
422 swap %d5
434 swap %d5
459 mulu.w %d3, %d5 # %d5 <- msw-dest*lsw-source
470 clr.w %d5
[all …]
/arch/m68k/include/asm/
A Dentry.h76 moveml %d1-%d5/%a0-%a2,%sp@
86 moveml %d1-%d5/%a0-%a2,%sp@
101 moveml %sp@,%d1-%d5/%a0-%a2
132 moveml %d1-%d5/%a0-%a2,%sp@
141 moveml %d1-%d5/%a0-%a2,%sp@
145 moveml %sp@,%d1-%d5/%a0-%a2
190 moveml %d1-%d5/%a0-%a2,%sp@-
197 moveml %d1-%d5/%a0-%a2,%sp@-
201 moveml %sp@+,%a0-%a2/%d1-%d5
A Delf.h67 (_r)->d5 = dynamic_addr; \
93 pr_reg[4] = regs->d5; \
A Dflat.h14 (regs)->d5 = current->mm->start_data; \
A Dsyscalls.h11 int d4, int d5, unsigned long __user *mem);
A Duser.h41 long d1,d2,d3,d4,d5,d6,d7; member
/arch/m68k/fpsp040/
A Dbinstr.S26 | Copy the fraction in d2:d3 to d4:d5.
32 | A4. Multiply the fraction in d4:d5 by 2 using shifts. The msb
35 | A5. Add using the carry the 64-bit quantities in d2:d3 and d4:d5
54 | d5: lower 32-bits of fraction for mul by 2
81 | A2. Copy d2:d3 to d4:d5. Start loop.
85 movel %d3,%d5 |to d4:d5
95 | A4. Multiply d4:d5 by 2; add carry out to d1.
97 asll #1,%d5 |mul d5 by 2
104 addl %d5,%d3 |add lower 32 bits
A Dbindec.S117 | d5: LAMBDA/ICTR
228 | d5: x/x
273 clrw %d5 |clear ICTR
291 | d5: ICTR/Unchanged
363 | d5: 0/ICTR:LAMBDA
387 swap %d5 |use upper word of d5 for LAMBDA
403 addw %d5,%d1 |add in LAMBDA
623 | d5: ICTR:LAMBDA/LAMBDA:ICTR
638 swap %d5 |put ICTR in lower word of d5
672 movew #1,%d5 |set ICTR
[all …]
A Dsgetem.S126 moveml %d3/%d5/%d6,-(%a7) |save registers
131 movel #32,%d5
132 subl %d3,%d5 |sub 32 from shift for ls mant
133 lsrl %d5,%d6 |shift off all bits but those that will
136 moveml (%a7)+,%d3/%d5/%d6 |restore registers
A Dsrem_mod.S117 movel 8(%a0),%d5 | ...(D3,D4,D5) is |Y|
127 movel %d5,%d4
128 clrl %d5
142 movel %d5,%d7 | ...a copy of D5
143 lsll %d6,%d5
229 cmpl %d5,%d2 | ...compare lo(R) and lo(Y)
242 subl %d5,%d2 | ...lo(R) - lo(Y)
307 movel %d5,Y_Lo(%a6)
323 movel %d5,Y_Lo(%a6)
341 cmpl %d5,%d2
/arch/arm/crypto/
A Dblake2b-neon-core.S99 vtbl.8 d5, {d5}, M_0
155 vadd.u64 d0, d0, d5
182 veor d5, d5, d10
186 vtbl.8 d5, {d5}, M_0
195 vadd.u64 d0, d0, d5
223 veor d17, d5, d10
A Dcurve25519-core.S29 vmov.i32 d5, #38
46 vld1.8 {d4-d5}, [r1]!
165 vtrn.32 d5, d7
447 vtrn.32 d5, d3
475 vtrn.32 d4, d5
714 vtrn.32 d5, d15
787 vtrn.32 d4, d5
1026 vtrn.32 d5, d15
1206 vtrn.32 d5, d3
1249 vtrn.32 d4, d5
[all …]
A Daes-ce-core.S320 vtbl.8 d5, {d0-d1}, d11
357 vtbl.8 d5, {d0-d1}, d11
580 vtbl.8 d5, {d0-d1}, d5
672 vtbl.8 d5, {d0-d1}, d5
/arch/m68k/lib/
A Dmulsi3.S72 #define d5 REG (d5) macro
A Dumodsi3.S72 #define d5 REG (d5) macro
A Dmodsi3.S74 #define d5 REG (d5) macro
A Ddivsi3.S74 #define d5 REG (d5) macro
A Dudivsi3.S72 #define d5 REG (d5) macro
/arch/m68k/kernel/
A Dhead.S1662 1: tstl %d5
1664 subq #1,%d5
1721 movel %a4,%d5
1733 movel %a4,%d5
1745 movel %a4,%d5
1761 movel %d5,%a4
1766 movel %d5,%a4
1844 movel %a4,%d5
1861 movel %a4,%d5
1878 movel %a4,%d5
[all …]
A Dprocess.c86 pr_info("A0: %08lx D5: %08lx D4: %08lx\n", regs->a0, regs->d5, in show_regs()
126 .tls = regs->d5, in m68k_clone()
A Dsys_m68k.c463 sys_atomic_cmpxchg_32(unsigned long newval, int oldval, int d3, int d4, int d5, in sys_atomic_cmpxchg_32() argument
546 sys_atomic_cmpxchg_32(unsigned long newval, int oldval, int d3, int d4, int d5, in sys_atomic_cmpxchg_32() argument
/arch/m68k/include/uapi/asm/
A Dptrace.h35 long d5; member
/arch/arm64/boot/dts/ti/
A Dk3-am65-iot2050-arduino-connector.dtsi468 "d5-ehrpwm1-a", "d5-gpio", "d5-gpio-pullup", "d5-gpio-pulldown",
533 d5_ehrpwm1_a: d5-ehrpwm1-a-pins {
540 d5_gpio: d5-gpio-pins {
547 d5_gpio_pullup: d5-gpio-pullup-pins {
554 d5_gpio_pulldown: d5-gpio-pulldown-pins {
/arch/powerpc/crypto/
A Daes-tab-4k.S121 .long R(d5, e7, e7, 32), R(8b, c8, c8, 43)
123 .long R(01, 8d, 8d, 8c), R(b1, d5, d5, 64)
129 .long R(6f, ba, ba, d5), R(f0, 78, 78, 88)
198 .long R(65, da, f4, cd), R(06, 05, be, d5)
217 .long R(3d, ae, d5, 1e), R(36, 2d, 39, 27)
253 .long R(6f, d5, 2d, a9), R(cf, 25, 12, b3)
290 .long R(7b, cb, 84, 61), R(d5, 32, b6, 70)
/arch/m68k/math-emu/
A Dfp_entry.S150 move.l %d5,%d0
203 | move.l %d0,%d5

Completed in 49 milliseconds

12