/linux-4.4.14/include/asm-generic/ |
D | xor.h | 109 register long d0, d1, d2, d3, d4, d5, d6, d7; in xor_32regs_2() local 117 d7 = p1[7]; in xor_32regs_2() 125 d7 ^= p2[7]; in xor_32regs_2() 133 p1[7] = d7; in xor_32regs_2() 146 register long d0, d1, d2, d3, d4, d5, d6, d7; in xor_32regs_3() local 154 d7 = p1[7]; in xor_32regs_3() 162 d7 ^= p2[7]; in xor_32regs_3() 170 d7 ^= p3[7]; in xor_32regs_3() 178 p1[7] = d7; in xor_32regs_3() 192 register long d0, d1, d2, d3, d4, d5, d6, d7; in xor_32regs_4() local [all …]
|
/linux-4.4.14/arch/m68k/fpsp040/ |
D | binstr.S | 21 | A1. Init d7 to 1. D7 is the byte digit counter, and if 1, the 38 | A6. Test d7. If zero, the digit formed is the ms digit. If non- 56 | d7: byte digit formation word;digit count {0,1} 74 moveml %d0-%d7,-(%a7) 76 | A1: Init d7 78 moveql #1,%d7 |init d7 for second digit 111 | A6. Test d7 and branch. 113 tstw %d7 |if zero, store digit & to loop 116 swap %d7 |bring first digit to word d7b 117 aslw #4,%d7 |first digit in upper 4 bits d7b [all …]
|
D | srem_mod.S | 110 moveml %d2-%d7,-(%a7) | ...save data registers 142 movel %d5,%d7 | ...a copy of D5 146 lsrl %d6,%d7 147 orl %d7,%d4 | ...(D3,D4,D5) normalized 187 movel %d2,%d7 | ...a copy of D2 191 lsrl %d6,%d7 192 orl %d7,%d1 | ...(D0,D1,D2) normalized 287 movel %d2,%d7 | ...a copy of D2 291 lsrl %d6,%d7 292 orl %d7,%d1 | ...(D0,D1,D2) normalized [all …]
|
D | bindec.S | 23 | The k-factor is saved for use in d7. Clear the 119 | d7: k-factor 165 moveml %d2-%d7/%a2,-(%a7) 169 | The k-factor is saved for use in d7. Clear BINDEC_FLG for 177 movel %d0,%d7 |move k-factor to d7 230 | d7: k-factor/Unchanged 293 | d7: k-factor/Unchanged 306 tstl %d7 |branch on sign of k 308 movel %d7,%d4 |if k > 0, LEN = k 312 subl %d7,%d4 |subtract off k [all …]
|
D | round.S | 364 subw %d7,LOCAL_EX(%a0) |sub exponent by count 368 lsll %d7,%d0 |shift first 1 to j bit position 370 lsll %d7,%d6 |shift ls mant by count 373 subl %d7,%d6 |continue shift 378 moveml (%a7)+,%d7/%d6 |restore registers 389 bfffo %d1{#0:#32},%d7 |find first 1 in ls mant to d7) 390 subw %d7,%d0 |subtract shift count from exp 391 lsll %d7,%d1 |shift first 1 to integer bit in ms mant 395 movel (%a7)+,%d7
|
D | util.S | 697 moveb L_SCR1(%a6),%d7 721 movew L_SCR1(%a6),%d7 745 movel L_SCR1(%a6),%d7
|
D | decbin.S | 64 | check if the inex1 exception is enabled. If so, set d7 upper
|
D | res_func.S | 2036 movel %d7,%d0
|
/linux-4.4.14/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.4.14/arch/m68k/kernel/ |
D | head.S | 1624 func_start mmu_print,%a0-%a6/%d0-%d7 1646 movel %a5@+,%d7 | Burn an entry to skip the kernel mappings, 1652 movel %a5@+,%d7 1653 btst #1,%d7 1656 2: putn %d7 1657 andil #0xFFFFFE00,%d7 1658 movel %d7,%a4 1664 movel %a4@+,%d7 1665 btst #1,%d7 1668 4: putn %d7 [all …]
|
D | entry.S | 110 | a3 contains the kernel thread payload, d7 - its argument 113 movel %d7,(%sp)
|
D | process.c | 156 frame->sw.d7 = arg; in copy_thread()
|
D | ptrace.c | 56 [6] = SW_REG(d7),
|
D | signal.c | 709 err |= __get_user(sw->d7, &gregs[7]); in rt_restore_ucontext() 821 err |= __put_user(sw->d7, &gregs[7]); in rt_setup_ucontext()
|
/linux-4.4.14/arch/m68k/include/asm/ |
D | entry.h | 166 moveml %a3-%a6/%d6-%d7,%sp@ 170 moveml %sp@,%a3-%a6/%d6-%d7 209 moveml %a3-%a6/%d6-%d7,%sp@- 213 moveml %sp@+,%a3-%a6/%d6-%d7
|
D | a.out-core.h | 48 dump->regs.d7 = sw->d7; in aout_dump_thread()
|
D | user.h | 40 long d1,d2,d3,d4,d5,d6,d7; member
|
D | elf.h | 98 pr_reg[6] = sw->d7; \
|
/linux-4.4.14/drivers/net/wan/ |
D | wanxlfw.S | 149 movel %d7, -(%sp) // src and dest must be < 256 MB 150 movel \len, %d7 // bits 0 and 1 157 99: movel %d7, \len 165 movel (%sp)+, %d7 250 main: movel channel_stats, %d7 // D7 = doorbell + irq status 253 tstl %d7 263 main_l: btstl #DOORBELL_TO_CARD_CLOSE_0, %d7 265 bclrl #DOORBELL_TO_CARD_OPEN_0, %d7 // in case both bits are set 268 btstl #DOORBELL_TO_CARD_OPEN_0, %d7 272 btstl #DOORBELL_TO_CARD_TX_0, %d7 [all …]
|
/linux-4.4.14/arch/m68k/ifpsp060/src/ |
D | ilsp.S | 111 movm.l &0x3f00,-(%sp) # save d2-d7 126 movm.l &0x3f00,-(%sp) # save d2-d7 134 mov.l 0x8(%a6),%d7 # fetch divisor 173 cmp.l %d7,%d6 # is (divisor <= lo(dividend)) 180 tdivu.l %d7, %d5:%d6 # it's only a 32/32 bit div! 286 cmpi.l %d7, &0xffff 303 divu.w %d7, %d5 309 divu.w %d7, %d5 331 btst &31, %d7 # must we normalize? first word of 334 lsl.l &0x1, %d7 # shift the divisor [all …]
|
D | ftest.S | 362 mov.l &0x00,%d7 371 fsgt %d7 398 mov.l &0x2,%d7 407 fdbgt.w %d7,unimp_4_pc
|
D | itest.S | 630 # movep.w %d7,(0x0,%a0) # 638 mov.w &0xaaaa,%d7 646 movp.w %d7,(0x0,%a0) 655 cmp.w %d7,%d1 663 # movep.w (0x0,%a0),%d7 # 678 movp.w (0x0,%a0),%d7 686 cmp.w %d7,%d1
|
D | fplsp.S | 9465 mov.l %d5,%d7 # a copy of D5 9469 lsr.l %d6,%d7 9470 or.l %d7,%d4 # (D3,D4,D5) normalized 9510 mov.l %d2,%d7 # a copy of D2 9514 lsr.l %d6,%d7 9515 or.l %d7,%d1 # (D0,D1,D2) normalized 9610 mov.l %d2,%d7 # a copy of D2 9614 lsr.l %d6,%d7 9615 or.l %d7,%d1 # (D0,D1,D2) normalized 9683 mov.l &8,%d7 [all …]
|
D | fpsp.S | 8495 movm.l &0x3f00,-(%sp) # save some registers {d2-d7} 8519 movm.l (%sp)+,&0xfc # restore registers {d2-d7} 8528 mov.l %d5,%d7 # a copy of D5 8532 lsr.l %d6,%d7 8533 or.l %d7,%d4 # (D3,D4,D5) normalized 8541 movm.l (%sp)+,&0xfc # restore registers {d2-d7}
|
/linux-4.4.14/arch/x86/kernel/ |
D | process_32.c | 72 unsigned long d0, d1, d2, d3, d6, d7; in __show_regs() local 113 get_debugreg(d7, 7); in __show_regs() 117 (d6 == DR6_RESERVED) && (d7 == 0x400)) in __show_regs() 123 d6, d7); in __show_regs()
|
D | process_64.c | 61 unsigned long d0, d1, d2, d3, d6, d7; in __show_regs() local 110 get_debugreg(d7, 7); in __show_regs() 114 (d6 == DR6_RESERVED) && (d7 == 0x400)) in __show_regs() 118 printk(KERN_DEFAULT "DR3: %016lx DR6: %016lx DR7: %016lx\n", d3, d6, d7); in __show_regs()
|
/linux-4.4.14/arch/m68k/lib/ |
D | mulsi3.S | 74 #define d7 REG (d7) macro
|
D | modsi3.S | 74 #define d7 REG (d7) macro
|
D | umodsi3.S | 74 #define d7 REG (d7) macro
|
D | divsi3.S | 74 #define d7 REG (d7) macro
|
D | udivsi3.S | 74 #define d7 REG (d7) macro
|
/linux-4.4.14/drivers/ipack/devices/ |
D | scc2698.h | 58 u8 d7, ctlr; /* Counter timer lower register of block */ member 76 u8 d7, ctl; /* Counter timer lower register of block */ member
|
/linux-4.4.14/arch/m68k/coldfire/ |
D | entry.S | 199 movew %a1@(TASK_THREAD+THREAD_SR),%d7 /* restore new status */ 200 movew %d7,%sr
|
/linux-4.4.14/arch/powerpc/crypto/ |
D | aes-tab-4k.S | 44 .long R(e7, fe, fe, 19), R(b5, d7, d7, 62) 88 .long R(86, 43, 43, c5), R(9a, 4d, 4d, d7) 160 .long R(65, bf, bf, da), R(d7, e6, e6, 31) 175 .long R(4f, e5, d7, fc), R(c5, 2a, cb, d7) 239 .long R(d7, 31, dc, ca), R(42, 63, 85, 10) 281 .long R(9a, d7, 61, 8c), R(37, a1, 0c, 7a)
|
/linux-4.4.14/arch/m68k/include/uapi/asm/ |
D | ptrace.h | 60 unsigned long d7; member
|
/linux-4.4.14/arch/arm/boot/dts/ |
D | imx28-eukrea-mbmx28lc.dtsi | 68 led-d7 { 74 label = "d7"; 238 led_d7_pins_mbmx28lc: led-d7-mbmx28lc@0 {
|
D | at91sam9m10g45ek.dts | 302 d7 { 303 label = "d7";
|
D | omap3-n900.dts | 180 /* data lines, gpmc_d0..d7 not muxable according to TRM */
|
/linux-4.4.14/arch/m68k/math-emu/ |
D | fp_entry.S | 160 move.l %d7,%d0 214 move.l %d0,%d7
|
/linux-4.4.14/Documentation/devicetree/bindings/leds/ |
D | leds-lp55xx.txt | 114 chan-name = "d7"; 212 chan-name = "d7";
|
/linux-4.4.14/Documentation/devicetree/bindings/pinctrl/ |
D | marvell,armada-39x-pinctrl.txt | 46 mpp27 27 gpio, spi0(cs3), i2c1(sda), sd0(d7), dev(cs2), ge(txclkout) 75 mpp53 53 gpio, sata1(prsnt) [1], sata0(prsnt) [1], tdm(rst) [2], audio(bclk) [2], sd0(d7), i2c3(sda)
|
D | marvell,armada-38x-pinctrl.txt | 45 mpp27 27 gpio, spi0(cs3), ge1(txclkout), i2c1(sda), sd0(d7), dev(cs2) 71 mpp53 53 gpio, sata1(prsnt), sata0(prsnt), tdm(rst), audio(bclk), sd0(d7), ptp(evreq)
|
D | marvell,armada-xp-pinctrl.txt | 28 mpp7 7 gpio, ge0(rxd1), lcd(d7)
|
D | marvell,kirkwood-pinctrl.txt | 258 lcd(d7)
|
/linux-4.4.14/arch/x86/crypto/sha-mb/ |
D | sha1_x8_avx2.S | 75 # r3 = {d7 d6 d5 d4 d3 d2 d1 d0} 89 # r7 = {h7 g7 f7 e7 d7 c7 b7 a7} 97 vshufps $0xEE, \r3, \r2, \r2 # r2 = {d7 d6 c7 c6 d3 d2 c3 c2} 100 vshufps $0xDD, \r2, \r0, \r0 # r0 = {d7 c7 b7 a7 d3 c3 b3 a3}
|
/linux-4.4.14/drivers/acpi/acpica/ |
D | acmacros.h | 420 #define ACPI_INIT_UUID(a, b, c, d0, d1, d2, d3, d4, d5, d6, d7) \ argument 424 (d0), (d1), (d2), (d3), (d4), (d5), (d6), (d7)
|
/linux-4.4.14/arch/cris/include/arch-v32/mach-a3/mach/hwregs/ |
D | pinmux_defs.h | 276 unsigned int d7 : 1; member
|
/linux-4.4.14/Documentation/scsi/ |
D | aacraid.txt | 62 9005:0285:9005:02d7 Adaptec ASR-2805 (Voodoo80 Lite)
|
/linux-4.4.14/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.4.14/drivers/tty/vt/ |
D | cp437.uni | 139 0x78 U+0078 U+00d7
|
/linux-4.4.14/arch/arm/crypto/ |
D | sha512-core.S_shipped | 802 vld1.64 {d7},[r1]! @ handles unaligned 815 vrev64.8 d7,d7 826 vadd.i64 d28,d7 1453 vld1.64 {d7},[r1]! @ handles unaligned 1477 vadd.i64 d28,d7
|
D | sha256-core.S_shipped | 1950 vshr.u32 d24,d7,#17 1956 vsli.32 d24,d7,#15 1959 vshr.u32 d25,d7,#10 1968 vshr.u32 d24,d7,#19 1971 vsli.32 d24,d7,#13 2298 vadd.i32 d7,d7,d25
|
D | aesbs-core.S_shipped | 101 vtbl.8 d7, {q13}, d17 207 vtbl.8 d7, {q11}, d25 588 vtbl.8 d7, {q13}, d17 695 vtbl.8 d7, {q11}, d25
|
/linux-4.4.14/Documentation/fmc/ |
D | identifiers.txt | 158 46696c6544617461:49504d49 00000000-000000d7 IPMI-FRU
|
/linux-4.4.14/Documentation/DocBook/media/ |
D | fieldseq_tb.gif.b64 | 104 wg5Tq57rrU7tMm7t0PXwbY7ozt7ti56WL37x/d7+8MnO8Xre7Ct+8H4uENcN3zAf89xNhpQe4+Ft
|
/linux-4.4.14/drivers/pinctrl/sh-pfc/ |
D | pfc-r8a7778.c | 1456 #define MMC_PFC_DAT8(name, d0, d1, d2, d3, d4, d5, d6, d7) \ argument 1457 SH_PFC_MUX8(name, d0, d1, d2, d3, d4, d5, d6, d7) 1696 #define VIN_PFC_DAT8(name, d0, d1, d2, d3, d4, d5, d6, d7) \ argument 1697 SH_PFC_MUX8(name, d0, d1, d2, d3, d4, d5, d6, d7)
|
/linux-4.4.14/Documentation/video4linux/ |
D | gspca.txt | 89 zc3xx 046d:08d7 Logitech QCam STX
|
/linux-4.4.14/tools/perf/util/intel-pt-decoder/ |
D | x86-opcode-map.txt | 266 d7: XLAT/XLATB 563 d7: pmovmskb Gd,Nq | vpmovmskb Gd,Ux (66),(v1)
|
/linux-4.4.14/arch/x86/lib/ |
D | x86-opcode-map.txt | 266 d7: XLAT/XLATB 563 d7: pmovmskb Gd,Nq | vpmovmskb Gd,Ux (66),(v1)
|