/linux-4.1.27/include/asm-generic/ |
D | xor.h | 109 register long d0, d1, d2, d3, d4, d5, d6, d7; in xor_32regs_2() local 115 d5 = p1[5]; in xor_32regs_2() 123 d5 ^= p2[5]; in xor_32regs_2() 131 p1[5] = d5; in xor_32regs_2() 146 register long d0, d1, d2, d3, d4, d5, d6, d7; in xor_32regs_3() local 152 d5 = p1[5]; in xor_32regs_3() 160 d5 ^= p2[5]; in xor_32regs_3() 168 d5 ^= p3[5]; in xor_32regs_3() 176 p1[5] = d5; in xor_32regs_3() 192 register long d0, d1, d2, d3, d4, d5, d6, d7; in xor_32regs_4() local [all …]
|
/linux-4.1.27/arch/m68k/ifpsp060/src/ |
D | ilsp.S | 138 mov.l 0xc(%a6), %d5 # get dividend hi 155 tst.l %d5 # chk sign of hi(dividend) 161 negx.l %d5 167 tst.l %d5 # is (hi(dividend) == 0) 176 exg %d5,%d6 # q = 0, r = dividend 180 tdivu.l %d7, %d5:%d6 # it's only a 32/32 bit div! 201 neg.l %d5 # sgn(rem) = sgn(dividend) 275 # The most sig. longword of the 64 bit dividend must be in %d5, least # 278 # The quotient is returned in %d6, remainder in %d5, unless the # 299 swap %d5 # same as r*b if previous step rqd [all …]
|
D | isp.S | 1336 movm.l &0x3c00,-(%sp) # save d2-d5 1338 mov.l %d0,%d5 # put extword in d5
|
D | itest.S | 1467 mov.l (%a0),%d5 1500 mov.l (%a0),%d5 1533 mov.l (%a0),%d5 1566 mov.l (%a0),%d5 1601 mov.l (%a0),%d5 1636 mov.l (%a0),%d5 1671 mov.l (%a0),%d5 1706 mov.l (%a0),%d5 1741 mov.l (%a0),%d5 1777 mov.w (%a0),%d5 [all …]
|
D | fplsp.S | 9440 mov.l SRC_LO(%a0),%d5 # (D3,D4,D5) is |Y| 9450 mov.l %d5,%d4 9451 clr.l %d5 9465 mov.l %d5,%d7 # a copy of D5 9466 lsl.l %d6,%d5 9552 cmp.l %d2,%d5 # compare lo(R) and lo(Y) 9565 sub.l %d5,%d2 # lo(R) - lo(Y) 9628 mov.l %d5,Y_Lo(%a6) 9643 mov.l %d5,Y_Lo(%a6) 9659 cmp.l %d2,%d5
|
D | fpsp.S | 8498 mov.l 8(%a0),%d5 # (D4,D5) is (Hi_X,Lo_X) 8505 mov.l %d5,%d4 8506 clr.l %d5 8515 mov.l %d5,XFRAC+4(%a6) 8528 mov.l %d5,%d7 # a copy of D5 8529 lsl.l %d6,%d5 8537 mov.l %d5,XFRAC+4(%a6)
|
/linux-4.1.27/arch/m68k/include/asm/ |
D | entry.h | 75 moveml %d1-%d5/%a0-%a2,%sp@ 85 moveml %d1-%d5/%a0-%a2,%sp@ 100 moveml %sp@,%d1-%d5/%a0-%a2 131 moveml %d1-%d5/%a0-%a2,%sp@ 140 moveml %d1-%d5/%a0-%a2,%sp@ 144 moveml %sp@,%d1-%d5/%a0-%a2 189 moveml %d1-%d5/%a0-%a2,%sp@- 196 moveml %d1-%d5/%a0-%a2,%sp@- 200 moveml %sp@+,%a0-%a2/%d1-%d5
|
D | a.out-core.h | 46 dump->regs.d5 = regs->d5; in aout_dump_thread()
|
D | user.h | 40 long d1,d2,d3,d4,d5,d6,d7; member
|
D | elf.h | 85 pr_reg[4] = regs->d5; \
|
D | processor.h | 135 (_regs)->d5 = current->mm->start_data; \
|
/linux-4.1.27/include/uapi/linux/ |
D | uuid.h | 35 #define UUID_LE(a, b, c, d0, d1, d2, d3, d4, d5, d6, d7) \ argument 40 (d0), (d1), (d2), (d3), (d4), (d5), (d6), (d7) }}) 42 #define UUID_BE(a, b, c, d0, d1, d2, d3, d4, d5, d6, d7) \ argument 47 (d0), (d1), (d2), (d3), (d4), (d5), (d6), (d7) }})
|
/linux-4.1.27/drivers/block/ |
D | swim_asm.S | 52 moveml %d1-%d5/%a0-%a4,%sp@- 55 moveml %sp@+, %d1-%d5/%a0-%a4 155 moveml %d1-%d5/%a0-%a5,%sp@- 158 moveml %sp@+, %d1-%d5/%a0-%a5 201 moveb %a2@, %d5 202 andb #0xc0, %d5 206 andb #0x40, %d5 222 moveb %a3@, %d5 232 moveb %a3@, %d5
|
/linux-4.1.27/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 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
|
D | bindec.S | 117 | d5: LAMBDA/ICTR 228 | d5: x/x 271 | loop entry A6. The lower word of d5 is used for ICTR. 273 clrw %d5 |clear ICTR 291 | d5: ICTR/Unchanged 363 | d5: 0/ICTR:LAMBDA 387 swap %d5 |use upper word of d5 for LAMBDA 388 clrw %d5 |set it zero initially 392 addqw #1,%d5 |if neg, set LAMBDA true 403 addw %d5,%d1 |add in LAMBDA [all …]
|
D | sgetem.S | 126 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
|
D | srem_mod.S | 117 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
|
D | round.S | 322 moveml (%a7)+,%d2/%d3/%d5/%d6 328 movel #32,%d5 329 subl %d0,%d5 |make op a denorm by shifting bits 330 lsrl %d5,%d6 |by the number in the exp, then 338 moveml (%a7)+,%d2/%d3/%d5/%d6
|
D | decbin.S | 121 moveml %d2-%d5,-(%a7) 503 moveml (%a7)+,%d2-%d5
|
D | util.S | 691 moveb L_SCR1(%a6),%d5 715 movew L_SCR1(%a6),%d5 739 movel L_SCR1(%a6),%d5
|
D | res_func.S | 2030 movel %d5,%d0
|
/linux-4.1.27/arch/x86/lib/ |
D | memcpy_32.c | 25 int d0,d1,d2,d3,d4,d5; in memmove() local 199 "=r" (d3),"=r" (d4), "=r"(d5) in memmove()
|
D | x86-opcode-map.txt | 264 d5: AAD Ib (i64) 557 d5: pmullw Pq,Qq | vpmullw Vx,Hx,Wx (66),(v1)
|
/linux-4.1.27/arch/m68k/lib/ |
D | mulsi3.S | 72 #define d5 REG (d5) macro
|
D | umodsi3.S | 72 #define d5 REG (d5) macro
|
D | modsi3.S | 72 #define d5 REG (d5) macro
|
D | divsi3.S | 72 #define d5 REG (d5) macro
|
D | udivsi3.S | 72 #define d5 REG (d5) macro
|
/linux-4.1.27/arch/m68k/kernel/ |
D | head.S | 1644 movel #ROOT_TABLE_SIZE,%d5 1647 subql #1,%d5 | they (might) work 1649 1: tstl %d5 1651 subq #1,%d5 1708 movel %a4,%d5 1709 addil #PAGESIZE<<13,%d5 1720 movel %a4,%d5 1721 addil #PAGESIZE<<6,%d5 1732 movel %a4,%d5 1733 addil #PAGESIZE,%d5 [all …]
|
D | process.c | 96 regs->a0, regs->d5, regs->d4); in show_regs() 168 task_thread_info(p)->tp_value = frame->regs.d5; in copy_thread()
|
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_D5, offsetof(struct pt_regs, d5)); in main()
|
D | ptrace.c | 54 [4] = PT_REG(d5),
|
D | signal.c | 707 err |= __get_user(regs->d5, &gregs[5]); in rt_restore_ucontext() 819 err |= __put_user(regs->d5, &gregs[5]); in rt_setup_ucontext()
|
D | traps.c | 859 regs->d4, regs->d5, regs->a0, regs->a1); in show_registers()
|
/linux-4.1.27/drivers/ipack/devices/ |
D | scc2698.h | 56 u8 d5, isr; /* Interrupt status register of block */ member 74 u8 d5, imr; /* Interrupt mask register of block */ member
|
/linux-4.1.27/arch/powerpc/crypto/ |
D | aes-tab-4k.S | 126 .long R(d5, e7, e7, 32), R(8b, c8, c8, 43) 128 .long R(01, 8d, 8d, 8c), R(b1, d5, d5, 64) 134 .long R(6f, ba, ba, d5), R(f0, 78, 78, 88) 203 .long R(65, da, f4, cd), R(06, 05, be, d5) 222 .long R(3d, ae, d5, 1e), R(36, 2d, 39, 27) 258 .long R(6f, d5, 2d, a9), R(cf, 25, 12, b3) 295 .long R(7b, cb, 84, 61), R(d5, 32, b6, 70)
|
/linux-4.1.27/arch/m68k/include/uapi/asm/ |
D | ptrace.h | 34 long d5; member
|
/linux-4.1.27/Documentation/networking/ |
D | s2io.txt | 109 #setpci -d 17d5:* 62=1d 111 #setpci -d 17d5:* 62=3d 123 #setpci -d 17d5:* LATENCY_TIMER=f8
|
/linux-4.1.27/Documentation/devicetree/bindings/pinctrl/ |
D | marvell,armada-39x-pinctrl.txt | 42 mpp25 25 gpio, spi0(cs0), ua0(rts), ua1(txd), sd(d5), dev(cs0) 66 mpp49 49 gpio, tdm(fsync) [1], audio(lrclk) [1], sd(d5), ua2(rxd)
|
D | marvell,armada-38x-pinctrl.txt | 43 mpp25 25 gpio, spi0(cs0), ua0(rts), ua1(txd), sd0(d5), dev(cs0) 67 mpp49 49 gpio, sata2(prsnt) [2], sata3(prsnt) [2], tdm2c(fsync), audio(lrclk), sd0(d5…
|
D | marvell,armada-xp-pinctrl.txt | 26 mpp5 5 gpio, ge0(txctl), lcd(d5)
|
D | marvell,kirkwood-pinctrl.txt | 254 lcd(d5)
|
/linux-4.1.27/Documentation/devicetree/bindings/leds/ |
D | leds-lp55xx.txt | 102 chan-name = "d5"; 200 chan-name = "d5";
|
/linux-4.1.27/arch/m68k/math-emu/ |
D | fp_entry.S | 150 move.l %d5,%d0 203 | move.l %d0,%d5
|
/linux-4.1.27/arch/m68k/mac/ |
D | macints.c | 326 fp->d4, fp->d5, fp->a0, fp->a1); in mac_nmi_handler()
|
/linux-4.1.27/arch/x86/crypto/sha-mb/ |
D | sha1_x8_avx2.S | 75 # r3 = {d7 d6 d5 d4 d3 d2 d1 d0} 87 # r5 = {h5 g5 f5 e5 d5 c5 b5 a5} 96 vshufps $0x44, \r3, \r2, \t1 # t1 = {d5 d4 c5 c4 d1 d0 c1 c0} 98 vshufps $0xDD, \t1, \t0, \r3 # r3 = {d5 c5 b5 a5 d1 c1 b1 a1}
|
/linux-4.1.27/arch/m68k/coldfire/ |
D | entry.S | 128 moveml %sp@,%d1-%d5/%a0-%a2
|
/linux-4.1.27/drivers/acpi/acpica/ |
D | acmacros.h | 411 #define ACPI_INIT_UUID(a, b, c, d0, d1, d2, d3, d4, d5, d6, d7) \ argument 415 (d0), (d1), (d2), (d3), (d4), (d5), (d6), (d7)
|
/linux-4.1.27/arch/cris/include/arch-v32/mach-a3/mach/hwregs/ |
D | pinmux_defs.h | 274 unsigned int d5 : 1; member
|
/linux-4.1.27/Documentation/scsi/ |
D | aacraid.txt | 60 9005:0285:9005:02d5 Adaptec ASR-2405 (Voodoo40 Lite)
|
/linux-4.1.27/include/linux/ |
D | efi.h | 51 #define EFI_GUID(a,b,c,d0,d1,d2,d3,d4,d5,d6,d7) \ argument 56 (d0), (d1), (d2), (d3), (d4), (d5), (d6), (d7) }})
|
/linux-4.1.27/drivers/tty/vt/ |
D | cp437.uni | 98 0x4f U+004f U+00d2 U+00d3 U+00d4 U+00d5
|
/linux-4.1.27/arch/arm/boot/dts/ |
D | omap5.dtsi | 827 compatible = "ti,emif-4d5"; 839 compatible = "ti,emif-4d5";
|
/linux-4.1.27/drivers/pinctrl/sh-pfc/ |
D | pfc-r8a7778.c | 1450 #define MMC_PFC_DAT8(name, d0, d1, d2, d3, d4, d5, d6, d7) \ argument 1451 SH_PFC_MUX8(name, d0, d1, d2, d3, d4, d5, d6, d7) 1690 #define VIN_PFC_DAT8(name, d0, d1, d2, d3, d4, d5, d6, d7) \ argument 1691 SH_PFC_MUX8(name, d0, d1, d2, d3, d4, d5, d6, d7)
|
/linux-4.1.27/arch/arm/crypto/ |
D | sha512-armv7-neon.S | 37 #define RF d5
|
D | sha256-core.S_shipped | 2200 vadd.i32 d5,d5,d25 2244 vshr.u32 d24,d5,#17 2250 vsli.32 d24,d5,#15 2253 vshr.u32 d25,d5,#10 2262 vshr.u32 d24,d5,#19 2265 vsli.32 d24,d5,#13
|
D | aesbs-core.S_shipped | 98 vtbl.8 d5, {q12}, d17 204 vtbl.8 d5, {q10}, d25 585 vtbl.8 d5, {q12}, d17 692 vtbl.8 d5, {q10}, d25
|
/linux-4.1.27/Documentation/s390/ |
D | Debugging390.txt | 654 400500: a7 d5 00 04 bras %r13,400508 <main+0xc>
|