Home
last modified time | relevance | path

Searched refs:d4 (Results 1 – 25 of 66) sorted by relevance

123

/arch/m68k/ifpsp060/src/
A Dilsp.S372 swap %d4
374 mov.w %d4,%d0
457 swap %d4
463 clr.l %d4
548 mov.l %d1,%d4 # md in d4
550 swap %d4 # hi(md) in lo d4
561 clr.l %d4 # load d4 w/ zero value
586 mov.w %d4,%cc
674 mov.l %d1,%d4 # md in d4
676 swap %d4 # hi(md) in lo d4
[all …]
A Ditest.S5158 add.l %a4,%d4
5298 mov.l &0x8,%d4
5325 mov.l &0x4,%d4
5352 mov.l &0x2,%d4
5406 mov.l &0x8,%d4
5433 mov.l &0x4,%d4
5460 mov.l &0x2,%d4
5487 mov.l &0x2,%d4
5513 mov.l &0x2,%d4
5887 mov.l %a4,%d4
[all …]
/arch/m68k/lib/
A Dudivsi3.S71 #define d4 REG (d4) macro
139 moveml d2-d4,sp@
143 moveq IMM (31),d4
151 L2: subql IMM (1),d4
153 moveml sp@,d2-d4 | restore data registers
A Dmulsi3.S71 #define d4 REG (d4) macro
A Dumodsi3.S71 #define d4 REG (d4) macro
A Dmodsi3.S73 #define d4 REG (d4) macro
A Ddivsi3.S73 #define d4 REG (d4) macro
/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
53 | d4: upper 32-bits of fraction for mul by 2
81 | A2. Copy d2:d3 to d4:d5. Start loop.
84 movel %d2,%d4 |copy the fraction before muls
85 movel %d3,%d5 |to d4:d5
95 | A4. Multiply d4:d5 by 2; add carry out to d1.
98 roxll #1,%d4 |mul d4 by 2
106 addxl %d4,%d2 |add with extend upper 32 bits
A Dsrem_mod.S116 movel 4(%a0),%d4
123 tstl %d4
127 movel %d5,%d4
131 bfffo %d4{#0:#32},%d6
132 lsll %d6,%d4
139 bfffo %d4{#0:#32},%d6
141 lsll %d6,%d4
243 subxl %d4,%d1 | ...hi(R) - hi(Y)
306 movel %d4,Y_Hi(%a6)
322 movel %d4,Y_Hi(%a6)
[all …]
A Dbindec.S50 | USER_FPSR. LEN is stored in d4.
116 | d4: LEN
227 | d4: x/x
290 | d4: exc picture/LEN
311 movel %d6,%d4 |first load ILOG to d4
312 subl %d7,%d4 |subtract off k
313 addql #1,%d4 |add in the 1
325 moveql #1,%d4 |min LEN is 1
362 | d4: LEN/Unchanged
386 subl %d4,%d0 |sub off LEN
[all …]
A Ddecbin.S137 | ( ) d4: first word of bcd
150 movel (%a0),%d4 |get first word of bcd
154 bfextu %d4{%d3:#4},%d0 |get the digit and zero extend into d0
158 btst #30,%d4 |get SE
433 movel (%a0),%d4 |reload 1st bcd word to d4
435 bfextu %d4{#0:#2},%d0 | {FPCR[6],FPCR[5],SM,SE}
/arch/powerpc/kernel/vdso/
A Dvgetrandom-chacha.S52 .macro quarterround4 a1 b1 c1 d1 a2 b2 c2 d2 a3 b3 c3 d3 a4 b4 c4 d4
60 xor \d4, \d4, \a4
64 rotlwi \d4, \d4, 16
68 add \c4, \c4, \d4
84 xor \d4, \d4, \a4
88 rotlwi \d4, \d4, 8
92 add \c4, \c4, \d4
103 #define QUARTERROUND4(a1,b1,c1,d1,a2,b2,c2,d2,a3,b3,c3,d3,a4,b4,c4,d4) \ argument
107 state##a4 state##b4 state##c4 state##d4
/arch/arm/crypto/
A Dcurve25519-core.S28 vmov.i32 d4, #19
163 vtrn.32 d4, d6
330 vmlal.s32 q14, d4, d4
446 vtrn.32 d4, d2
475 vtrn.32 d4, d5
787 vtrn.32 d4, d5
1089 vmlal.s32 q14, d4, d4
1734 vadd.i64 d4, d4, d25
1746 vsub.i64 d4, d4, d0
1925 vadd.i64 d4, d4, d25
[all …]
A Dblake2b-neon-core.S98 vtbl.8 d4, {d4}, M_0
158 vadd.u64 d3, d3, d4
185 veor d4, d4, d9
189 vtbl.8 d4, {d4}, M_0
198 vadd.u64 d3, d3, d4
222 veor d16, d4, d9
/arch/m68k/kernel/
A Dhead.S1674 3: tstl %d4
1676 subq #1,%d4
3481 swap %d4
3671 andb #7,%d4
3688 andb #3,%d4
3694 addq #1,%d4
3699 addq #1,%d4
3710 andb #1,%d4
3711 eorb #1,%d4
3716 addq #1,%d4
[all …]
A Dprocess.c87 regs->d4); in show_regs()
122 .child_tid = (int __user *)regs->d4, 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/asm/
A Delf.h66 (_r)->d4 = _interp_map_addr; \
92 pr_reg[3] = regs->d4; \
A Dsyscalls.h11 int d4, int d5, unsigned long __user *mem);
A Duser.h41 long d1,d2,d3,d4,d5,d6,d7; member
/arch/riscv/boot/dts/sifive/
A Dhifive-unleashed-a00.dts72 led-d4 {
76 label = "d4";
/arch/m68k/include/uapi/asm/
A Dptrace.h34 long d4; member
/arch/arm64/boot/dts/ti/
A Dk3-am65-iot2050-arduino-connector.dtsi467 "d4-ehrpwm0-a", "d4-gpio", "d4-gpio-pullup", "d4-gpio-pulldown",
505 d4_ehrpwm0_a: d4-ehrpwm0-a-pins {
512 d4_gpio: d4-gpio-pins {
519 d4_gpio_pullup: d4-gpio-pullup-pins {
526 d4_gpio_pulldown: d4-gpio-pulldown-pins {
/arch/x86/coco/sev/
A Dvc-handle.c240 u32 d4; in vc_write_mem() local
243 memcpy(&d4, buf, 4); in vc_write_mem()
244 if (__put_user(d4, target)) in vc_write_mem()
319 u32 d4; in vc_read_mem() local
322 if (__get_user(d4, s)) in vc_read_mem()
324 memcpy(buf, &d4, 4); in vc_read_mem()
/arch/powerpc/crypto/
A Daes-tab-4k.S45 .long R(41, ad, ad, ec), R(b3, d4, d4, 67)
77 .long R(d4, 6a, 6a, be), R(8d, cb, cb, 46)
79 .long R(94, 4a, 4a, de), R(98, 4c, 4c, d4)
178 .long R(d4, be, 83, 2d), R(58, 74, 21, d3)
207 .long R(04, 06, d4, 6f), R(60, 50, 15, ff)
245 .long R(8c, ca, a2, fe), R(98, d4, 0b, 36)
261 .long R(ea, 9f, 09, d4), R(29, b0, 7c, d6)

Completed in 53 milliseconds

123