Home
last modified time | relevance | path

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

1234

/linux/include/asm-generic/
A Dxor.h106 d4 = p1[4]; in xor_32regs_2()
114 d4 ^= p2[4]; in xor_32regs_2()
122 p1[4] = d4; in xor_32regs_2()
143 d4 = p1[4]; in xor_32regs_3()
151 d4 ^= p2[4]; in xor_32regs_3()
159 d4 ^= p3[4]; in xor_32regs_3()
167 p1[4] = d4; in xor_32regs_3()
189 d4 = p1[4]; in xor_32regs_4()
221 p1[4] = d4; in xor_32regs_4()
244 d4 = p1[4]; in xor_32regs_5()
[all …]
/linux/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 …]
/linux/drivers/scsi/snic/
A Dsnic_trc.h62 snic_trace(char *fn, u16 hno, u32 tag, u64 d1, u64 d2, u64 d3, u64 d4, u64 d5) in snic_trace() argument
75 tr_rec->data[3] = d4; in snic_trace()
80 #define SNIC_TRC(_hno, _tag, d1, d2, d3, d4, d5) \ argument
89 (u64)(d4), \
94 #define SNIC_TRC(_hno, _tag, d1, d2, d3, d4, d5) \ argument
104 (u64)(d4), \
/linux/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
A Dchacha-neon-core.S242 vdup.32 q9, d4[1]
243 vdup.32 q8, d4[0]
465 vswp d1, d4
600 vtbl.8 d4, {q4-q5}, d4
/linux/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}
/linux/include/uapi/linux/
A Duuid.h27 #define GUID_INIT(a, b, c, d0, d1, d2, d3, d4, d5, d6, d7) \ argument
32 (d0), (d1), (d2), (d3), (d4), (d5), (d6), (d7) }})
36 #define UUID_LE(a, b, c, d0, d1, d2, d3, d4, d5, d6, d7) \ argument
37 GUID_INIT(a, b, c, d0, d1, d2, d3, d4, d5, d6, d7)
/linux/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 Dmodsi3.S73 #define d4 REG (d4) macro
A Dumodsi3.S71 #define d4 REG (d4) macro
A Ddivsi3.S73 #define d4 REG (d4) macro
/linux/arch/m68k/kernel/
A Dhead.S1661 3: tstl %d4
1663 subq #1,%d4
3459 swap %d4
3649 andb #7,%d4
3666 andb #3,%d4
3672 addq #1,%d4
3677 addq #1,%d4
3688 andb #1,%d4
3689 eorb #1,%d4
3694 addq #1,%d4
[all …]
A Dprocess.c86 regs->d4); in show_regs()
121 .child_tid = (int __user *)regs->d4, in m68k_clone()
/linux/drivers/block/
A Dswim_asm.S193 movel #sector_size-1, %d4 /* sector size */
203 dbne %d4, read_new_data
206 dbra %d4, read_new_data
237 addw #1, %d4
238 subl %d4, %d0
/linux/lib/crypto/
A Dpoly1305-donna32.c39 u64 d0, d1, d2, d3, d4; in poly1305_core_blocks() local
85 d4 = ((u64)h0 * r4) + ((u64)h1 * r3) + in poly1305_core_blocks()
101 d4 += c; in poly1305_core_blocks()
102 c = (u32)(d4 >> 26); in poly1305_core_blocks()
103 h4 = (u32)d4 & 0x3ffffff; in poly1305_core_blocks()
/linux/arch/x86/lib/
A Dmemcpy_32.c26 int d0,d1,d2,d3,d4,d5; in memmove() local
200 "=r" (d3),"=r" (d4), "=r"(d5) in memmove()
/linux/include/linux/
A 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/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)
/linux/drivers/ipack/devices/
A Dscc2698.h52 u8 d4, ipcr; /* Input port change register of block */ member
70 u8 d4, acr; /* Auxiliary control register of block */ member

Completed in 35 milliseconds

1234