/arch/m68k/ifpsp060/src/ |
D | ilsp.S | 369 mov.l %d5, %d4 # U1U2 370 sub.l %d3, %d4 # U1U2 - V1q 372 swap %d4 374 mov.w %d4,%d0 375 mov.w %d6,%d4 # insert lower word (U3) 380 # add.l %d6, %d4 # (U1U2 - V1q) + U3 382 cmp.l %d2, %d4 450 # destroys %d2,%d3,%d4. 455 mov.l %d5, %d4 457 swap %d4 [all …]
|
D | itest.S | 1458 mov.l &0xdddddddd,%d4 1464 cas2.l %d1:%d2,%d3:%d4,(%a0):(%a1) # Dc1:Dc2,Du1:Du2,(Rn1):(Rn2) 1491 mov.l &0xdddddddd,%d4 1497 cas2.l %d1:%d2,%d3:%d4,(%a0):(%a1) # Dc1:Dc2,Du1:Du2,(Rn1):(Rn2) 1524 mov.l &0xdddddddd,%d4 1530 cas2.l %d1:%d2,%d3:%d4,(%a0):(%a1) # Dc1:Dc2,Du1:Du2,(Rn1):(Rn2) 1557 mov.l &0xdddddddd,%d4 1563 cas2.l %d1:%d2,%d3:%d4,(%a0):(%a1) # Dc1:Dc2,Du1:Du2,(Rn1):(Rn2) 1592 mov.l &0xdddddddd,%d4 1598 cas2.l %d1:%d2,%d3:%d4,(%a0):(%a1) # Dc1:Dc2,Du1:Du2,(Rn1):(Rn2) [all …]
|
/arch/m68k/lib/ |
D | udivsi3.S | 71 #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
|
D | mulsi3.S | 71 #define d4 REG (d4) macro
|
D | umodsi3.S | 71 #define d4 REG (d4) macro
|
D | modsi3.S | 73 #define d4 REG (d4) macro
|
D | divsi3.S | 73 #define d4 REG (d4) macro
|
/arch/m68k/fpsp040/ |
D | binstr.S | 26 | 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
|
D | srem_mod.S | 116 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 147 orl %d7,%d4 | ...(D3,D4,D5) normalized 227 cmpl %d4,%d1 | ...compare hi(R) and hi(Y) 243 subxl %d4,%d1 | ...hi(R) - hi(Y) [all …]
|
D | bindec.S | 50 | USER_FPSR. LEN is stored in d4. 116 | d4: LEN 227 | d4: x/x 283 | USER_FPSR. LEN is stored in d4. 290 | d4: exc picture/LEN 308 movel %d7,%d4 |if k > 0, LEN = k 311 movel %d6,%d4 |first load ILOG to d4 312 subl %d7,%d4 |subtract off k 313 addql #1,%d4 |add in the 1 315 tstl %d4 |LEN check: branch on sign of LEN [all …]
|
D | decbin.S | 137 | ( ) 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/x86/lib/ |
D | memcpy_32.c | 26 int d0,d1,d2,d3,d4,d5; in memmove() local 200 "=r" (d3),"=r" (d4), "=r"(d5) in memmove()
|
/arch/m68k/kernel/ |
D | head.S | 1659 movel #PTR_TABLE_SIZE,%d4 1661 3: tstl %d4 1663 subq #1,%d4 2099 func_start mmu_map,%d0-%d4/%a0-%a4 3325 movel %d3,%d4 3326 swap %d4 /* -> high byte */ 3328 andl #0xffff,%d4 /* d4 = screen height in pixels */ 3332 mulul %d4,%d6 /* scan line bytes x num scan lines */ 3380 movel %d4,%d1 /* screen height in pixels */ 3458 movel %d3,%d4 [all …]
|
D | process.c | 86 regs->d4); in show_regs() 119 (int __user *)regs->d3, (int __user *)regs->d4); in m68k_clone()
|
D | sys_m68k.c | 461 sys_atomic_cmpxchg_32(unsigned long newval, int oldval, int d3, int d4, int d5, in sys_atomic_cmpxchg_32() argument 534 sys_atomic_cmpxchg_32(unsigned long newval, int oldval, int d3, int d4, int d5, in sys_atomic_cmpxchg_32() argument
|
D | asm-offsets.c | 51 DEFINE(PT_OFF_D4, offsetof(struct pt_regs, d4)); in main()
|
/arch/x86/crypto/ |
D | poly1305-sse2-x86_64.S | 47 #define d4 %r12 macro 207 # d4 = t1[0] + t1[1] + t3[0] 212 movq t1,d4 240 # d4 += d3 >> 26 243 add %rax,d4 249 # h0 += (d4 >> 26) * 5 250 mov d4,%rax 254 # h4 = d4 & 0x3ffffff 255 mov d4,%rax 517 # d4 = t1[0] + t1[1] [all …]
|
/arch/m68k/include/asm/ |
D | user.h | 41 long d1,d2,d3,d4,d5,d6,d7; member
|
D | elf.h | 85 pr_reg[3] = regs->d4; \
|
/arch/m68k/include/uapi/asm/ |
D | ptrace.h | 34 long d4; member
|
/arch/powerpc/crypto/ |
D | aes-tab-4k.S | 45 .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)
|
/arch/arm/crypto/ |
D | crc32-ce-core.S | 155 vmull.p64 q2, d4, dCONSTANTl 234 vmull.p64 q2, d4, dCONSTANTl
|
D | aes-ce-core.S | 319 vtbl.8 d4, {d0-d1}, d10 356 vtbl.8 d4, {d0-d1}, d10 567 vtbl.8 d4, {d0-d1}, d4 659 vtbl.8 d4, {d0-d1}, d4
|
D | nh-neon-core.S | 27 PASS2_SUM_A .req d4
|
/arch/m68k/math-emu/ |
D | fp_entry.S | 145 move.l %d4,%d0 197 | move.l %d0,%d4
|