/linux-4.4.14/arch/m68k/coldfire/ |
D | head.S | 30 movel #CONFIG_RAMSIZE,%d0 /* hard coded memory size */ 44 movel MCFSIM_DMR0,%d0 /* get mask for 1st bank */ 45 btst #0,%d0 /* check if region enabled */ 47 andl #0xfffc0000,%d0 49 addl #0x00040000,%d0 /* convert mask to size */ 57 addl %d1,%d0 /* total mem size in d0 */ 63 movel MCFSIM_CSOR7,%d0 /* get SDRAM address mask */ 64 andil #0xfffff000,%d0 /* mask out chip select options */ 65 negl %d0 /* negate bits */ 70 clrl %d0 [all …]
|
D | entry.S | 67 cmpl #NR_syscalls,%d0 70 lsll #2,%d0 /* movel %a0@(%d0:l:4),%d3 */ 71 movel %a0@(%d0),%d3 85 movel %d0,%sp@(PT_OFF_D0) /* save the return value */ 97 movel %d0,%sp@(PT_OFF_D0) /* save the return value */ 130 movel %sp@+,%d0 169 movew %sp@(PT_OFF_FORMATVEC),%d0 /* put exception # in d0 */ 170 andl #0x03fc,%d0 /* mask out vector only */ 173 lsrl #2,%d0 /* calculate real vector # */ 174 movel %d0,%sp@- /* push vector number */
|
/linux-4.4.14/drivers/video/fbdev/core/ |
D | cfbcopyarea.c | 107 unsigned long d0, d1; in bitcpy() local 117 d0 = FB_READL(src); in bitcpy() 118 d0 = fb_rev_pixels_in_long(d0, bswapmask); in bitcpy() 121 d0 <<= left; in bitcpy() 124 d0 >>= right; in bitcpy() 129 d0 = d0 >> right | d1 << left; in bitcpy() 131 d0 = fb_rev_pixels_in_long(d0, bswapmask); in bitcpy() 132 FB_WRITEL(comp(d0, FB_READL(dst), first), dst); in bitcpy() 140 d0 = FB_READL(src++); in bitcpy() 141 d0 = fb_rev_pixels_in_long(d0, bswapmask); in bitcpy() [all …]
|
D | syscopyarea.c | 76 unsigned long d0, d1; in bitcpy() local 95 d0 = *src++; in bitcpy() 97 *dst = comp(d0 >> right | d1 << left, *dst, in bitcpy() 108 d0 = *src++; in bitcpy() 112 *dst = comp(d0 << left, *dst, first); in bitcpy() 118 *dst = comp(d0 >> right | d1 << left, *dst, in bitcpy() 120 d0 = d1; in bitcpy() 130 *dst++ = d0 >> right | d1 << left; in bitcpy() 131 d0 = d1; in bitcpy() 133 *dst++ = d0 >> right | d1 << left; in bitcpy() [all …]
|
/linux-4.4.14/arch/mn10300/kernel/ |
D | head.S | 68 mov d0,a3 71 mov swapper_pg_dir,d0 72 mov d0,(PTBR) 73 clr d0 74 movbu d0,(PIDR) 77 mov MMUCTR_IIV|MMUCTR_DIV,d0 78 mov d0,(MMUCTR) 80 mov MMUCTR_ITE|MMUCTR_DTE|MMUCTR_CE|MMUCTR_WTE,d0 82 mov MMUCTR_ITE|MMUCTR_DTE|MMUCTR_CE,d0 84 mov d0,(MMUCTR) [all …]
|
D | entry.S | 54 clr d0 55 mov d0,(REG_D0,fp) 60 mov (REG_D0,fp),d0 64 clr d0 65 mov d0,(REG_D0,fp) 76 mov d0,(REG_ORIG_D0,fp) 78 cmp nr_syscalls,d0 83 add d0,d0,a1 85 mov (REG_A0,fp),d0 88 mov d0,(REG_D0,fp) [all …]
|
D | smp-low.S | 33 mov d0,(sp) 34 movhu (IAGR),d0 35 and IAGR_GN,d0 36 lsr 0x2,d0 38 cmp FLUSH_CACHE_IPI,d0 41 cmp SMP_BOOT_IRQ,d0 44 mov (sp),d0 59 mov (sp),d0 80 movhu (GxICR(SMP_BOOT_IRQ)),d0 81 and ~GxICR_REQUEST,d0 [all …]
|
D | switch_to.S | 37 mov d0,a0 41 mov __switch_back,d0 51 mov d0,(THREAD_PC,a0) 69 mov d2,d0 # for ret_from_fork 70 mov d0,a0 # for __switch_to 99 movbu (kgdb_sstep_bp),d0 100 movbu d0,(a2) 102 mov a2,d0 113 movbu (kgdb_sstep_bp+1),d0 114 movbu d0,(a2) [all …]
|
D | gdb-low.S | 35 mov d0,a0 37 clr d0 47 mov d0,a0 49 clr d0 59 mov d0,a0 61 clr d0 78 mov d0,a0 80 clr d0 89 mov d0,a0 91 clr d0 [all …]
|
D | signal.c | 84 err |= __get_user(*_d0, &sc->d0); in restore_sigcontext() 98 long d0; in sys_sigreturn() local 113 if (restore_sigcontext(current_frame(), &frame->sc, &d0)) in sys_sigreturn() 116 return d0; in sys_sigreturn() 130 long d0; in sys_rt_sigreturn() local 140 if (restore_sigcontext(current_frame(), &frame->uc.uc_mcontext, &d0)) in sys_rt_sigreturn() 146 return d0; in sys_rt_sigreturn() 164 COPY(d0); COPY(d1); COPY(d2); COPY(d3); in setup_sigcontext() 248 regs->d0 = sig; in setup_frame() 314 regs->d0 = sig; in setup_rt_frame() [all …]
|
D | fpu-low.S | 137 mov epsw,d0 151 mov d0,epsw 173 mov d0,a0 174 FPU_SAVE_ALL a0,d0 220 FPU_SAVE_ALL a0,d0 222 mov (REG_EPSW,a1),d0 223 and ~EPSW_FE,d0 224 mov d0,(REG_EPSW,a1) 233 FPU_RESTORE_ALL a2,d0 249 mov -1,d0 [all …]
|
D | mn10300-watchdog-low.S | 35 mov 0xffffffff,d0 36 mov d0,(REG_ORIG_D0,fp) 38 mov fp,d0 56 clr d0 60 mov d0, (a0+)
|
D | fpu-nofpu-low.S | 30 mov -1,d0 31 mov d0,(REG_ORIG_D0,fp) 35 mov fp,d0
|
D | gdb-io-serial-low.S | 77 mov 0xffffffff,d0 78 mov d0,(REG_ORIG_D0,fp) 81 mov fp,d0
|
D | gdb-io-ttysm-low.S | 79 mov 0xffffffff,d0 80 mov d0,(REG_ORIG_D0,fp) 83 mov fp,d0
|
D | asm-offsets.c | 20 OFFSET(SIGCONTEXT_d0, sigcontext, d0); in foo() 32 OFFSET(REG_D0, pt_regs, d0); in foo()
|
D | process.c | 169 c_regs->d0 = ustk_size; /* argument */ in copy_thread()
|
D | kgdb.c | 36 gdb_regs[GDB_FR_D0] = regs->d0; in pt_regs_to_gdb_regs() 88 regs->d0 = gdb_regs[GDB_FR_D0]; in gdb_regs_to_pt_regs()
|
D | gdb-stub.c | 1381 ptr = mem2hex(®s->d0, ptr, 4, 0); in gdbstub() 1431 ptr = hex2mem(ptr, ®s->d0, 4, 0); in gdbstub() 1716 regs->d0, regs->d1, regs->d2, regs->d3); in debugger_intercept() 1802 regs->d0 = -EFAULT; in gdbstub_exception()
|
/linux-4.4.14/arch/m68k/math-emu/ |
D | fp_cond.S | 62 move.l %d2,%d0 63 swap %d0 64 fp_get_instr_word %d0,fp_err_ua1 65 lea (-2,%a0,%d0.l),%a0 67 move.l %d2,%d0 68 swap %d0 70 tst.l %d0 79 fp_get_instr_word %d0,fp_err_ua1 80 add.w %d0,%a1 82 printf PDECODE,"d%d,%x\n",2,%d0,%a1 [all …]
|
D | fp_entry.S | 50 GET_CURRENT(%d0) 73 tst.l %d0 115 jmp ([0f:w,%pc,%d0.w*4]) 125 move.l (PT_OFF_D0+8,%sp),%d0 126 printf PREGISTER,"{d0->%08x}",1,%d0 130 move.l (PT_OFF_D1+8,%sp),%d0 131 printf PREGISTER,"{d1->%08x}",1,%d0 135 move.l (PT_OFF_D2+8,%sp),%d0 136 printf PREGISTER,"{d2->%08x}",1,%d0 140 move.l %d3,%d0 [all …]
|
D | fp_util.S | 70 2: clr.l %d0 94 | args: %d0 = source (32-bit long) 98 printf PCONV,"l2e: %p -> %p(",2,%d0,%a0 100 tst.l %d0 104 neg.l %d0 108 move.l %d0,(%a0)+ | set mantissa 125 | args: %d0 = source (single-precision fp value) 129 printf PCONV,"s2e: %p -> %p(",2,%d0,%a0 130 move.l %d0,%d1 131 lsl.l #8,%d0 | shift mantissa [all …]
|
D | fp_scan.S | 67 getuser.b (%a0),%d0,fp_err_ua1,%a0 69 cmp.b #0xf2,%d0 | cpid = 1 71 cmp.b #0xfc,%d0 | cpid = 6 95 printf PDECODE,"f<op>.x fp%d",1,%d0 108 cmp.w #7,%d0 110 move.w %d0,%d1 | store data size twice in %d1 112 move.w %d0,%d1 115 clr.l %d0 116 move.b (%a0,%d1.w),%d0 117 printf PDECODE,"f<op>.%c ",1,%d0 [all …]
|
D | fp_move.S | 48 move.w %d0,%d1 | store data size twice in %d1 50 move.w %d0,%d1 53 clr.l %d0 54 move.b (%a0,%d1.w),%d0 55 printf PDECODE,"fmove.%c ",1,%d0 57 printf PDECODE,"fp%d,",1,%d0 75 move.w %d0,%d1 98 move.l %d0,%d1 100 move.w %d2,%d0 102 move.b %d1,%d0 [all …]
|
D | fp_movem.S | 54 bfextu %d2{#24,#8},%d0 | static register list 56 1: bfextu %d2{#25,#3},%d0 | dynamic register list 58 2: move.l %d0,%d1 62 2: lsr.b #1,%d0 | register list and keep it in %d1 114 jmp ([0f:w,%pc,%d0*4]) 134 moveq #12,%d0 137 lea (-12,%a1,%d0*8),%a1 138 neg.l %d0 155 add.l %d0,%a0 156 2: add.l %d0,%a1 [all …]
|
D | fp_decode.h | 73 bfextu %d2{#8,#2},%d0 74 jmp ([0f:w,%pc,%d0*4]) 85 bfextu %d2{#16,#3},%d0 86 jmp ([0f:w,%pc,%d0*4]) 99 bfextu %d2{#19,#3},%d0 104 bfextu %d2{#19,#3},%d0 109 bfextu %d2{#22,#3},%d0 115 bfextu %d2{#10,#3},%d0 116 jmp ([0f:w,%pc,%d0*4]) 130 bfextu %d2{#13,#3},%d0 [all …]
|
/linux-4.4.14/arch/m68k/kernel/ |
D | head.S | 657 movel %pc@(m68k_cputype),%d0 666 btst #CPUB_68060,%d0 675 btst #CPUB_68040,%d0 684 btst #CPUB_68020,%d0 710 clrl %d0 730 movel #_PAGE_CACHE040W,%d0 734 movew #_PAGE_CACHE040,%d0 742 movel %d0,%a0@ 776 tstl %d0 784 moveq #0,%d0 [all …]
|
D | relocate_kernel.S | 33 pmove %tc,%d0 /* Disable MMU */ 34 bclr #7,%d0 35 pmove %d0,%tc 55 movel %a4,%d0 56 andl #0xff000000,%d0 57 orw #0xe020,%d0 /* Map 16 MiB, enable, cacheable */ 59 movec %d0,%itt0 60 movec %d0,%dtt0 65 moveq #0,%d0 67 movec %d0,%tc /* Disable MMU */ [all …]
|
D | entry.S | 86 GET_CURRENT(%d0) 94 GET_CURRENT(%d0) 125 GET_CURRENT(%d0) 141 moveq #__NR_sigreturn,%d0 145 movel #__NR_rt_sigreturn,%d0 157 movel %sp@(PT_OFF_ORIG_D0),%d0 158 cmpl #NR_syscalls,%d0 181 bfextu %sp@(PT_OFF_FORMATVEC){#0,#4},%d0 182 subql #7,%d0 | bus error frame ? 203 cmpl #NR_syscalls,%d0 [all …]
|
D | sun3-head.S | 39 moveq #FC_CONTROL, %d0 40 movec %d0, %sfc 41 movec %d0, %dfc 44 moveq #0, %d0 45 movsb %d0, AC_CONTEXT 63 moveq #ICACHE_ONLY,%d0 | Cache disabled until we're ready to enable it 72 movl #(PAGESIZE),%d0 73 movc %d0,%msp 74 moveq #-1,%d0 75 movsb %d0,(AC_SEGMAP+0x0)
|
D | signal.c | 117 switch (regs->d0) { in ptrace_signal_deliver() 121 regs->d0 = regs->orig_d0; in ptrace_signal_deliver() 665 regs->d0 = context.sc_d0; in restore_sigcontext() 702 err |= __get_user(regs->d0, &gregs[0]); in rt_restore_ucontext() 760 return regs->d0; in do_sigreturn() 784 return regs->d0; in do_rt_sigreturn() 796 sc->sc_d0 = regs->d0; in setup_sigcontext() 814 err |= __put_user(regs->d0, &gregs[0]); in rt_setup_ucontext() 1017 switch (regs->d0) { in handle_restart() 1021 regs->d0 = -EINTR; in handle_restart() [all …]
|
D | process.c | 94 regs->orig_d0, regs->d0, regs->a2, regs->a1); in show_regs() 163 frame->regs.d0 = 0; in copy_thread()
|
D | asm-offsets.c | 45 DEFINE(PT_OFF_D0, offsetof(struct pt_regs, d0)); in main()
|
D | ptrace.c | 64 [14] = PT_REG(d0),
|
/linux-4.4.14/arch/powerpc/math-emu/ |
D | udivmodti4.c | 11 _FP_W_TYPE d1, _FP_W_TYPE d0) in _fp_udivmodti4() argument 19 if (d0 > n1) in _fp_udivmodti4() 23 udiv_qrnnd (q0, n0, n1, n0, d0); in _fp_udivmodti4() 32 if (d0 == 0) in _fp_udivmodti4() 33 d0 = 1 / d0; /* Divide intentionally by zero. */ in _fp_udivmodti4() 35 udiv_qrnnd (q1, n1, 0, n1, d0); in _fp_udivmodti4() 36 udiv_qrnnd (q0, n0, n1, n0, d0); in _fp_udivmodti4() 46 if (d0 > n1) in _fp_udivmodti4() 50 count_leading_zeros (bm, d0); in _fp_udivmodti4() 57 d0 = d0 << bm; in _fp_udivmodti4() [all …]
|
/linux-4.4.14/arch/m68k/include/asm/ |
D | m525xsim.h | 241 moveb #MCFINTC2_VECBASE,%d0 242 moveb %d0,0x16b(%a1) /* interrupt base register */ 247 movel #0x001F0021,%d0 /* disable C/I bit */ 248 movel %d0,0x84(%a0) /* set CSMR0 */ 254 movel 0x180(%a1),%d0 /* get current PLL value */ 255 andl #0xfffffffe,%d0 /* PLL bypass first */ 256 movel %d0,0x180(%a1) /* set PLL register */ 265 movel #0x125a40f0,%d0 /* set for 140MHz */ 266 movel %d0,0x180(%a1) /* set PLL register */ 267 orl #0x1,%d0 [all …]
|
D | entry.h | 72 movel %d0,%sp@- /* orig d0 */ 73 movel %d0,%sp@- /* d0 */ 82 movel %d0,%sp@- /* orig d0 */ 83 movel %d0,%sp@- /* d0 */ 91 moveq #-1,%d0 /* not system call entry */ 92 movel %d0,%sp@(PT_OFF_ORIG_D0) 102 movel %sp@+,%d0 128 movel %d0,%sp@- /* orig d0 */ 129 movel %d0,%sp@- /* d0 */ 138 movel %d0,%sp@- /* d0 */ [all …]
|
D | math-emu.h | 160 lea (FPD_FPREG,FPDATA,%d0.w*4),%a0 161 lea (%a0,%d0.w*8),%a0 259 movem.l %d0/%d1/%a0/%a1,-(%sp) 262 moveq #\bit,%d0 263 andw #7,%d0 264 btst %d0,fp_debugprint+((31-\bit)/8) 275 movem.l (%sp)+,%d0/%d1/%a0/%a1 281 movem.l %d0/%a0,-(%sp) 284 moveq #'+',%d0 287 moveq #'-',%d0 [all …]
|
D | a.out-core.h | 56 dump->regs.d0 = regs->d0; in aout_dump_thread()
|
D | user.h | 42 long d0; member
|
D | elf.h | 89 pr_reg[14] = regs->d0; \
|
D | m53xxsim.h | 162 movel #CORE_SRAM, %d0 163 addl #0x221, %d0 164 movec %d0,%RAMBAR1
|
/linux-4.4.14/arch/mn10300/lib/ |
D | do_csum.S | 26 mov d0,a0 # buff 39 movbu (a0),d0 41 asl +8,d0 42 add d0,d1 50 movhu (a0+),d0 51 add d0,d1 65 mov (a0+),d0 69 add d0,d1 73 mov (a0+),d0 77 addc d0,d1 [all …]
|
D | memmove.S | 26 cmp d1,d0 31 mov d0,(12,sp) 34 add d0,d2,a0 # dst end 36 mov d0,e3 # the return value 42 or d0,d1,d3 56 mov (a1),d0 58 mov d0,(a0) 63 mov (a1),d0 65 mov d0,(a0) 70 mov (a1),d0 [all …]
|
D | memcpy.S | 25 mov d0,(12,sp) 28 mov d0,a0 # dst 30 mov d0,e3 # the return value 36 or d0,d1,d3 50 mov (a1+),d0 58 mov d0,(a0+) 78 mov (a1+),d0 82 mov d0,(a0+) 94 mov (a1+),d0 95 mov d0,(a0+) [all …]
|
D | __ucmpdi2.S | 30 sub a0,d0 33 mov +1,d0 38 subc d0,d0 # -1 if LE, 0 if GE 39 add +1,d0 # 0 if LE, 1 if GE 40 add d0,d0 # 0 if LE, 2 if GE
|
D | __ashldi3.S | 37 lsr a1,d0,a1 # get overflow from LSW -> MSW 39 or_asl a1,d1,a0,d0 # insert overflow into MSW and 46 asl a0,d0,d1 47 clr d0
|
D | __ashrdi3.S | 33 lsr a0,d0 39 or_asr a1,d0,a0,d1 # insert underflow into LSW and 46 asr a0,d1,d0 47 ext d0 # sign-extend result through MDR
|
D | __lshrdi3.S | 34 lsr a0,d0 40 or_lsr a1,d0,a0,d1 # insert underflow into LSW and 47 lsr a0,d1,d0
|
D | memset.S | 25 mov d0,(12,sp) 28 mov d0,a0 # dst 29 mov d0,e3 # the return value 35 or d0,d2,d3
|
D | delay.c | 21 int d0; in __delay() local 30 : "=&d" (d0) in __delay()
|
/linux-4.4.14/drivers/net/wan/ |
D | wanxlfw.S | 199 movel OR1, %d0 200 andl #0xF00007FF, %d0 // mask AMxx bits 201 orl #0xFFFF800 & ~(MAX_RAM_SIZE - 1), %d0 // update RAM bank size 202 movel %d0, OR1 206 clrl %d0 // D0 = 4 * port 207 init_1: tstl ch_status_addr(%d0) 209 addl #VALUE_WINDOW, ch_status_addr(%d0) 210 init_2: addl #4, %d0 211 cmpl #4 * 4, %d0 260 main_1: clrl %d0 // D0 = 4 * port [all …]
|
/linux-4.4.14/arch/m68k/fpsp040/ |
D | x_store.S | 41 movel CMDREG3B(%a6),%d0 42 bfextu %d0{#6:#3},%d0 |isolate dest. reg from cmdreg3b 45 moveb (%a1,%d0.w),%d0 |convert reg# to dynamic register mask 50 fmovemx (%a0),%d0 |move to correct register 56 cmpb #0x80,%d0 61 cmpb #0x40,%d0 66 cmpb #0x20,%d0 71 cmpb #0x10,%d0 79 bsrl g_opcls |returns opclass in d0 80 cmpib #3,%d0 [all …]
|
D | x_operr.S | 142 cmpl #0x7FFF0000,%d0 157 moveb STAG(%a6),%d0 |test stag for nan 158 andib #0xe0,%d0 |clr all but tag 159 cmpib #0x60,%d0 |check for nan 164 tstl %d0 165 bnes chkwerr |if d0 is true, check for incorrect operr 166 movel #0x80000000,%d0 |store special case result 173 movew FPTEMP_EX(%a6),%d0 174 andw #0x7FFF,%d0 |ignore sign bit 175 cmpw #0x3FFE,%d0 |this is the only possible exponent value [all …]
|
D | stanh.S | 87 movel (%a0),%d0 88 movew 4(%a0),%d0 89 movel %d0,X(%a6) 90 andl #0x7FFFFFFF,%d0 91 cmp2l BOUNDS1(%pc),%d0 | ...2**(-40) < |X| < (5/2)LOG2 ? 97 movel X(%a6),%d0 98 movel %d0,SGN(%a6) 99 andl #0x7FFF0000,%d0 100 addl #0x00010000,%d0 | ...EXPONENT OF 2|X| 101 movel %d0,X(%a6) [all …]
|
D | stwotox.S | 201 movel (%a0),%d0 202 orl #0x00800001,%d0 203 fadds %d0,%fp0 211 movel (%a0),%d0 212 movew 4(%a0),%d0 214 andil #0x7FFFFFFF,%d0 216 cmpil #0x3FB98000,%d0 | ...|X| >= 2**(-70)? 221 cmpil #0x400D80C0,%d0 | ...|X| > 16480? 236 movel N(%a6),%d0 237 movel %d0,%d2 [all …]
|
D | sto_res.S | 34 bfextu CMDREG1B(%a6){#13:#3},%d0 |extract cos destination 35 cmpib #3,%d0 |check for fp0/fp1 cases 39 subl %d0,%d1 |d1 = 7- (dest. reg. no.) 40 clrl %d0 41 bsetl %d1,%d0 |d0 is dynamic register mask 42 fmovemx (%a7)+,%d0 45 cmpib #0,%d0 47 cmpib #1,%d0 49 cmpib #2,%d0 67 bfextu CMDREG1B(%a6){#6:#3},%d0 |extract destination register [all …]
|
D | util.S | 106 movew CMDREG3B(%a6),%d0 |get the command word 107 andiw #0x00000060,%d0 |clear all bits except 6 and 5 108 cmpil #0x00000040,%d0 110 cmpil #0x00000060,%d0 112 movew CMDREG3B(%a6),%d0 |get the command word again 113 andil #0x7f,%d0 |clear all except operation 114 cmpil #0x33,%d0 116 cmpil #0x30,%d0 121 movew CMDREG1B(%a6),%d0 |get command word 122 andil #0x00000044,%d0 |clear all bits except 6 and 2 [all …]
|
D | sgetem.S | 49 movew LOCAL_EX(%a0),%d0 |get the exponent 50 bclrl #15,%d0 |clear the sign bit 51 subw #0x3fff,%d0 |subtract off the bias 52 fmovew %d0,%fp0 |move the exp to fp0 59 movew LOCAL_EX(%a0),%d0 |load resulting exponent into d0 60 subw #0x3fff,%d0 |subtract off the bias 61 fmovew %d0,%fp0 |move the exp to fp0 78 movel USER_FPCR(%a6),%d0 79 andil #0xffffff00,%d0 |clear rounding precision and mode 80 fmovel %d0,%fpcr |this fpcr setting is used by the 882 [all …]
|
D | round.S | 33 | d0{31:29} contains the g,r,s bits (extended) 36 | a0 is preserved and the g-r-s bits in d0 are cleared. 52 tstl %d0 |if grs are zero, go force 84 movel #0xffffffff,%d0 |force g,r,s to be all f's 117 asll #1,%d0 |shift g-bit to c-bit 127 | Output: d0{31:29}= guard, round, sticky 131 | only. All registers except d0 are kept intact. d0 becomes an 132 | updated guard,round,sticky in d0{31:29} 156 tstl %d0 |test original g,r,s 166 tstl %d0 |test word original g,r,s [all …]
|
D | res_func.S | 99 movew CMDREG1B(%a6),%d0 |get command register 100 andil #0x7f,%d0 |strip to only command word 107 btstl #0,%d0 116 movew CMDREG1B(%a6),%d0 117 andib #0x3b,%d0 |isolate bits to select inst 118 tstb %d0 120 cmpib #0x18,%d0 122 cmpib #0x1a,%d0 432 movew LOCAL_EX(%a0),%d0 433 bclrl #15,%d0 [all …]
|
D | x_snan.S | 45 moveml %d0-%d1/%a0-%a1,USER_DA(%a6) 63 moveb FPCR_ENABLE(%a6),%d0 64 andb FPSR_EXCEPT(%a6),%d0 65 andib #0x3,%d0 72 moveml USER_DA(%a6),%d0-%d1/%a0-%a1 92 moveql #13,%d0 |need to zero 14 lwords 95 moveql #11,%d0 |need to zero 12 lwords 100 dbra %d0,loop1 105 moveml USER_DA(%a6),%d0-%d1/%a0-%a1 120 moveql #13,%d0 |need to zero 14 lwords [all …]
|
D | bugfix.S | 180 moveb CU_SAVEPC(%a6),%d0 181 andib #0xFE,%d0 193 movew CMDREG1B(%a6),%d0 194 andiw #0xE000,%d0 |strip all but opclass 200 bfextu CMDREG1B(%a6){#3:#3},%d0 |get 1st src 202 cmpb %d0,%d1 208 bfextu CMDREG1B(%a6){#6:#3},%d0 |get 1st dest 209 cmpb %d0,%d1 |cmp 1st dest with 3rd dest 215 cmpb %d0,%d1 |cmp 1st dest with 2nd dest 217 bfextu CMDREG1B(%a6){#3:#3},%d0 |get 1st src [all …]
|
D | x_unfl.S | 48 moveml %d0-%d1/%a0-%a1,USER_DA(%a6) 67 bfextu CMDREG3B(%a6){#6:#3},%d0 |get dest reg no 68 bclrb %d0,FPR_DIRTY_BITS(%a6) |clr dest dirty bit 73 moveml USER_DA(%a6),%d0-%d1/%a0-%a1 86 moveb FPCR_ENABLE(%a6),%d0 87 andb FPSR_EXCEPT(%a6),%d0 88 andib #0x3,%d0 101 bfextu CMDREG3B(%a6){#6:#3},%d0 |get dest reg no 102 bclrb %d0,FPR_DIRTY_BITS(%a6) |clr dest dirty bit 108 moveml USER_DA(%a6),%d0-%d1/%a0-%a1 [all …]
|
D | ssinh.S | 78 movel (%a0),%d0 79 movew 4(%a0),%d0 80 movel %d0,%a1 | save a copy of original (compacted) operand 81 andl #0x7FFFFFFF,%d0 82 cmpl #0x400CB167,%d0 101 movel %a1,%d0 102 andl #0x80000000,%d0 103 orl #0x3F000000,%d0 105 movel %d0,-(%sp) 113 cmpl #0x400CB2B3,%d0 [all …]
|
D | setox.S | 465 movel (%a0),%d0 | ...load part of input X 466 andil #0x7FFF0000,%d0 | ...biased expo. of X 467 cmpil #0x3FBE0000,%d0 | ...2^(-65) 473 movew 4(%a0),%d0 | ...expo. and partial sig. of |X| 474 cmpil #0x400CB167,%d0 | ...16380 log2 trunc. 16 bits 487 fmovel %fp0,%d0 | ...N = int( X * 64/log2 ) 489 fmovel %d0,%fp0 | ...convert to floating-format 491 movel %d0,L_SCR1(%a6) | ...save N temporarily 492 andil #0x3F,%d0 | ...D0 is J = N mod 64 493 lsll #4,%d0 [all …]
|
D | ssin.S | 184 movel (%a0),%d0 185 movew 4(%a0),%d0 187 andil #0x7FFFFFFF,%d0 | ...COMPACTIFY X 189 cmpil #0x3FD78000,%d0 | ...|X| >= 2**(-40)? 194 cmpil #0x4004BC7E,%d0 | ...|X| < 15 PI? 211 movel N(%a6),%d0 212 asll #4,%d0 213 addal %d0,%a1 | ...A1 IS THE ADDRESS OF N*PIBY2 224 movel N(%a6),%d0 225 addl ADJN(%a6),%d0 | ...SEE IF D0 IS ODD OR EVEN [all …]
|
D | srem_mod.S | 156 movew -12(%a0),%d0 157 movew %d0,SignX(%a6) 159 eorl %d0,%d1 162 andil #0x00007FFF,%d0 165 tstl %d0 167 movel #0x00003FFE,%d0 174 subil #32,%d0 178 subl %d6,%d0 | ...(D0,D1,D2) is normalized 185 subl %d6,%d0 197 addil #0x00003FFE,%d0 | ...(D0,D1,D2) normalized [all …]
|
D | gen_except.S | 74 movel CMDREG1B(%a6),%d0 |fix cmd1b to make it 75 andl #0x03c30000,%d0 |work for cmd3b 79 orl %d1,%d0 |put it in the right place 83 orl %d1,%d0 |put them in the right place 84 movel %d0,CMDREG3B(%a1) |in the busy frame 88 fmovel %FPSR,%d0 89 orl %d0,USER_FPSR(%a6) 119 fmovel %FPSR,%d0 120 orl %d0,USER_FPSR(%a6) 135 fmovel %FPSR,%d0 [all …]
|
D | scale.S | 55 movew ETEMP(%a6),%d0 |check src bounds 56 andiw #0x7fff,%d0 |clr sign bit 57 cmp2w SRC_BNDS,%d0 59 cmpiw #0x400c,%d0 |test for too large 66 moveb DTAG(%a6),%d0 67 andib #0xe0,%d0 68 tstb %d0 83 | move it to d0. 88 fmovel %fp0,%d0 |int src to d0 100 addl %d0,%d1 |add src to dest exp [all …]
|
D | get_op.S | 492 andw #0x3b,%d0 495 movew ETEMP(%a6),%d0 |get word with inf information 496 bfextu %d0{#20:#12},%d1 |get exponent into d1 499 bfextu %d0{#17:#3},%d1 |get SE and y bits into d1 514 movew ETEMP_EX+2(%a6),%d0 |get word 4 515 andiw #0x000f,%d0 |clear all but last ni(y)bble 516 tstw %d0 |check for zero. 547 movew ETEMP(%a6),%d0 |get word with inf information 548 bfextu %d0{#20:#12},%d1 |get exponent into d1 551 bfextu %d0{#17:#3},%d1 |get SE and y bits into d1 [all …]
|
D | stan.S | 173 movel (%a0),%d0 174 movew 4(%a0),%d0 175 andil #0x7FFFFFFF,%d0 177 cmpil #0x3FD78000,%d0 | ...|X| >= 2**(-40)? 181 cmpil #0x4004BC7E,%d0 | ...|X| < 15 PI? 196 fmovel %fp1,%d0 | ...CONVERT TO INTEGER 198 asll #4,%d0 199 addal %d0,%a1 | ...ADDRESS N*PIBY2 IN Y1, Y2 206 rorl #5,%d0 207 andil #0x80000000,%d0 | ...D0 WAS ODD IFF D0 < 0 [all …]
|
D | decbin.S | 133 | (*) d0: temp digit storage 154 bfextu %d4{%d3:#4},%d0 |get the digit and zero extend into d0 155 addl %d0,%d1 |d1 = d1 + d0 435 bfextu %d4{#0:#2},%d0 | {FPCR[6],FPCR[5],SM,SE} 436 addl %d0,%d2 |in d2 as index into RTABLE 438 moveb (%a1,%d2),%d0 |load new rounding bits from table 440 bfins %d0,%d3{#26:#2} |stuff new rounding bits in FPCR 442 asrl #1,%d0 |write correct PTENxx table 447 asrl #1,%d0 |keep checking 454 movel %d1,%d0 |copy exp to d0;use d0 [all …]
|
D | satanh.S | 69 movel (%a0),%d0 70 movew 4(%a0),%d0 71 andil #0x7FFFFFFF,%d0 72 cmpil #0x3FFF8000,%d0 84 movel (%a0),%d0 85 andil #0x80000000,%d0 86 oril #0x3F000000,%d0 | ...SIGN(X)*HALF 87 movel %d0,-(%sp)
|
D | sasin.S | 65 movel (%a0),%d0 66 movew 4(%a0),%d0 67 andil #0x7FFFFFFF,%d0 68 cmpil #0x3FFF8000,%d0 95 movel (%a0),%d0 96 andil #0x80000000,%d0 | ...SIGN BIT OF X 97 oril #0x3F800000,%d0 | ...+-1 IN SGL FORMAT 98 movel %d0,-(%sp) | ...push SIGN(X) IN SGL-FMT
|
D | bindec.S | 12 | value in memory; d0 contains the k-factor sign-extended 112 | d0: scratch; LEN input to binstr 177 movel %d0,%d7 |move k-factor to d7 179 movew STAG(%a6),%d0 |get stag 180 andiw #0xe000,%d0 |isolate stag bits 186 movew (%a0),%d0 187 andiw #0x7fff,%d0 |strip sign of normalized exp 191 subw #1,%d0 199 tstw %d0 203 andiw #0x7fff,%d0 |strip sign of normalized exp [all …]
|
D | x_unimp.S | 46 moveml %d0-%d1/%a0-%a1,USER_DA(%a6) 49 moveb (%a7),%d0 |test for valid version num 50 andib #0xf0,%d0 |test for $4x 51 cmpib #VER_4,%d0 |must be $4x or exit 58 movel USER_FPSR(%a6),%d0 59 andl #0xFF00FF,%d0 |clear all but accrued exceptions 60 movel %d0,USER_FPSR(%a6)
|
D | x_fline.S | 49 moveml %d0-%d1/%a0-%a1,USER_DA(%a6) 52 movel #4,%d0 58 movel L_SCR1(%a6),%d0 |d0 contains the fline and command word 59 bfextu %d0{#4:#3},%d1 |extract coprocessor id 62 bfextu %d0{#16:#6},%d1 90 movew %d0,CMDREG1B(%a6) |move the lower word into CMDREG1B 93 moveml USER_DA(%a6),%d0-%d1/%a0-%a1 |restore data registers 97 moveml USER_DA(%a6),%d0-%d1/%a0-%a1 |restore data registers
|
D | slog2.S | 118 movel (%a0),%d0 131 movel (%a0),%d0 145 movel (%a0),%d0 157 movel (%a0),%d0 160 movel 8(%a0),%d0 163 movel 4(%a0),%d0 164 andl #0x7FFFFFFF,%d0 165 tstl %d0 169 movew (%a0),%d0 170 andl #0x00007FFF,%d0 [all …]
|
D | do_func.S | 69 bfextu CMDREG1B(%a6){#0:#6},%d0 |get opclass and src fields 70 cmpil #0x17,%d0 |if op class and size fields are $17, 76 movew CMDREG1B(%a6),%d0 77 andl #0x7F,%d0 78 cmpil #0x38,%d0 |if the extension is >= $38, 81 lsll #3,%d0 |make room for STAG 82 addl %d1,%d0 |combine for final index into table 84 movel (%a1,%d0.w*4),%a1 |real target address 275 bfextu STAG(%a6){#0:#3},%d0 |stag = d0 281 bclrl #2,%d0 [all …]
|
D | binstr.S | 8 | d0, and a pointer to start in memory for bcd characters 9 | in d0. (This pointer must point to byte 4 of the first 40 | upper word of d0. If it is the ls digit, write the word 41 | from d0 to memory. 49 | d0: LEN counter 74 moveml %d0-%d7,-(%a7) 79 subql #1,%d0 |for dbf d0 would have LEN+1 passes 122 dbf %d0,loop |do loop some more! 129 dbf %d0,loop |do loop some more! 137 moveml (%a7)+,%d0-%d7
|
D | slogn.S | 327 movel (%a0),%d0 328 movew 4(%a0),%d0 334 cmpil #0,%d0 | ...CHECK IF X IS NEGATIVE 336 cmp2l BOUNDS1,%d0 | ...X IS POSITIVE, CHECK IF X IS NEAR 1 352 asrl #8,%d0 353 asrl #8,%d0 | ...SHIFTED 16 BITS, BIASED EXPO. OF X 354 subil #0x3FFF,%d0 | ...THIS IS K 355 addl ADJK(%a6),%d0 | ...ADJUST K, ORIGINAL INPUT MAY BE DENORM. 357 fmovel %d0,%fp1 | ...CONVERT K TO FLOATING-POINT FORMAT 364 movel FFRAC(%a6),%d0 | ...READY TO GET ADDRESS OF 1/F [all …]
|
D | skeleton.S | 73 GET_CURRENT(%d0) 151 moveml %d0/%d1,USER_DA(%a6) 152 bfextu CMDREG1B(%a6){#6:#3},%d0 |get dest reg no 153 bclrb %d0,FPR_DIRTY_BITS(%a6) |clr dest dirty bit 155 moveml USER_DA(%a6),%d0/%d1 164 GET_CURRENT(%d0) 190 GET_CURRENT(%d0) 216 GET_CURRENT(%d0) 238 GET_CURRENT(%d0) 260 GET_CURRENT(%d0) [all …]
|
D | scosh.S | 82 movel (%a0),%d0 83 movew 4(%a0),%d0 84 andil #0x7FFFFFFF,%d0 85 cmpil #0x400CB167,%d0 109 cmpil #0x400CB2B3,%d0
|
D | satan.S | 296 movel %d0,%d2 | ...THE EXPO AND 16 BITS OF X 297 andil #0x00007800,%d0 | ...4 VARYING BITS OF F'S FRACTION 341 |--|X| IS IN d0 IN COMPACT FORM. FP1, d0 SAVED. 343 cmpil #0x3FFF8000,%d0 353 cmpil #0x3FD78000,%d0 404 cmpil #0x40638000,%d0
|
D | sint.S | 209 clrl %d0 |clear d0 - initial g,r,s for 216 | ;output d0 supplies g,r,s 223 | ; d0 g,r,s bits
|
D | x_ovfl.S | 60 moveml %d0-%d1/%a0-%a1,USER_DA(%a6)
|
D | fpsp.h | 20 | movem.l d0-d1/a0-a1,USER_DA(a6) 50 | movem.l USER_DA(a6),d0-d1/a0-a1 69 | The registers d0, d1, a0, a1 and fp0-fp3 are always saved and
|
/linux-4.4.14/arch/x86/lib/ |
D | string_32.c | 19 int d0, d1, d2; in strcpy() local 24 : "=&S" (d0), "=&D" (d1), "=&a" (d2) in strcpy() 34 int d0, d1, d2, d3; in strncpy() local 44 : "=&S" (d0), "=&D" (d1), "=&c" (d2), "=&a" (d3) in strncpy() 54 int d0, d1, d2, d3; in strcat() local 62 : "=&S" (d0), "=&D" (d1), "=&a" (d2), "=&c" (d3) in strcat() 72 int d0, d1, d2, d3; in strncat() local 85 : "=&S" (d0), "=&D" (d1), "=&a" (d2), "=&c" (d3) in strncat() 96 int d0, d1; in strcmp() local 108 : "=a" (res), "=&S" (d0), "=&D" (d1) in strcmp() [all …]
|
D | mmx_32.c | 338 int d0, d1; in slow_zero_page() local 344 : "=&c" (d0), "=&D" (d1) in slow_zero_page() 360 int d0, d1, d2; in slow_copy_page() local 365 : "=&c" (d0), "=&D" (d1), "=&S" (d2) in slow_copy_page()
|
D | usercopy_32.c | 103 int d0, d1; in __copy_user_intel() local 198 : "=&c"(size), "=&D" (d0), "=&S" (d1) in __copy_user_intel() 207 int d0, d1; in __copy_user_zeroing_intel() local 290 : "=&c"(size), "=&D" (d0), "=&S" (d1) in __copy_user_zeroing_intel() 304 int d0, d1; in __copy_user_zeroing_intel_nocache() local 389 : "=&c"(size), "=&D" (d0), "=&S" (d1) in __copy_user_zeroing_intel_nocache() 398 int d0, d1; in __copy_user_intel_nocache() local 477 : "=&c"(size), "=&D" (d0), "=&S" (d1) in __copy_user_intel_nocache()
|
D | strstr_32.c | 5 int d0, d1; in strstr() local 26 : "=a" (__res), "=&c" (d0), "=&S" (d1) in strstr()
|
D | memcpy_32.c | 25 int d0,d1,d2,d3,d4,d5; in memmove() local 198 : "=&c" (d0), "=&S" (d1), "=&D" (d2), in memmove()
|
D | delay.c | 159 int d0; in __const_udelay() local 163 :"=d" (xloops), "=&a" (d0) in __const_udelay()
|
/linux-4.4.14/arch/mn10300/mm/ |
D | cache.inc | 36 and ~CHCTR_ICEN,d0 37 movhu d0,(a0) 41 movhu (a0),d0 42 btst CHCTR_ICBUSY,d0 46 or CHCTR_ICINV,d0 47 movhu d0,(a0) 51 movhu (a0),d0 52 btst CHCTR_ICBUSY,d0 56 or CHCTR_ICEN,d0 57 movhu d0,(a0) [all …]
|
D | cache-inv-by-tag.S | 70 movhu (a0),d0 71 btst CHCTR_ICEN,d0 92 movhu (a0),d0 93 btst CHCTR_DCEN,d0 118 and ~(PAGE_SIZE-1),d0 121 add d0,d1 157 mov a1,d0 158 and L1_CACHE_TAG_ENTRY,d0 159 add d0,a0 # starting dcache tag RAM 172 movhu (a2),d0 [all …]
|
D | cache-flush-by-reg.S | 52 movhu (CHCTR),d0 53 btst CHCTR_DCEN,d0 62 mov (a0),d0 63 btst DCPGCR_DCPGBSY,d0 67 clr d0 68 mov d0,(DCPGMR) 74 mov DCPGCR_DCP,d0 75 mov d0,(a0) 79 mov (a0),d0 80 btst DCPGCR_DCPGBSY,d0 [all …]
|
D | cache-dbg-flush-by-reg.S | 35 movhu (CHCTR),d0 36 btst CHCTR_DCEN|CHCTR_ICEN,d0 46 btst CHCTR_DCEN,d0 51 mov (a0),d0 52 btst DCPGCR_DCPGBSY,d0 56 clr d0 57 mov d0,(DCPGMR) 63 mov DCPGCR_DCP,d0 64 mov d0,(a0) 68 mov (a0),d0 [all …]
|
D | cache-inv-by-reg.S | 62 movhu (a0),d0 63 btst CHCTR_ICEN,d0 84 movhu (a0),d0 85 btst CHCTR_DCEN,d0 110 and ~(PAGE_SIZE-1),d0 113 add d0,d1 139 and L1_CACHE_TAG_MASK,d0 # round start addr down 146 sub d0,d1,d2 # calculate the total size 147 mov d0,a2 # A2 = start address
|
D | cache-dbg-flush-by-tag.S | 36 movhu (CHCTR),d0 37 btst CHCTR_DCEN|CHCTR_ICEN,d0 40 btst CHCTR_DCEN,d0 95 and L1_CACHE_TAG_MASK,d0 96 mov d0,a1 100 and L1_CACHE_TAG_ENTRY,d0 101 add d0,a0
|
D | cache-dbg-inv-by-tag.S | 100 movhu (a2),d0 101 btst CHCTR_ICBUSY,d0 105 or CHCTR_ICEN,d0 106 movhu d0,(a2) 107 movhu (a2),d0
|
D | cache-dbg-inv.S | 39 movhu (a0),d0 40 btst CHCTR_ICEN,d0
|
D | cache-flush-by-tag.S | 52 movhu (CHCTR),d0 53 btst CHCTR_DCEN,d0
|
/linux-4.4.14/arch/m68k/68360/ |
D | head-ram.S | 113 move.l #_dprbase, %d0 114 andi.l #MCU_SIM_MBAR_BA_MASK, %d0 115 ori.l #MCU_SIM_MBAR_AS_MASK, %d0 116 moves.l %d0, %a0@ 139 move.w #16384, %d0 141 subi.w #1, %d0 162 move.l #MCU_SIM_GMR, %d0 163 move.l %d0, GMR 166 move.l #RAMEND, %d0 167 subi.l #__ramstart, %d0 [all …]
|
D | head-rom.S | 125 move.l #_dprbase, %d0 126 andi.l #MCU_SIM_MBAR_BA_MASK, %d0 127 ori.l #MCU_SIM_MBAR_AS_MASK, %d0 128 moves.l %d0, %a0@ 154 move.w #16384, %d0 156 subi.w #1, %d0 177 move.l #MCU_SIM_GMR, %d0 178 move.l %d0, GMR 181 move.l #0x00400000, %d0 182 subq.l #0x01, %d0 [all …]
|
D | entry.S | 47 movel #-ENOSYS,%d0 54 1: movel %d0,%sp@(PT_OFF_D0) /* save the return value */ 72 movel %sp@(PT_OFF_ORIG_D0),%d0 79 cmpl #NR_syscalls,%d0 81 lsl #2,%d0 83 movel %a0@(%d0), %a0 85 movel %d0,%sp@(PT_OFF_D0) /* save the return value*/ 128 movew %sp@(PT_OFF_FORMATVEC), %d0 129 and.l #0x3ff, %d0 130 lsr.l #0x02, %d0 [all …]
|
/linux-4.4.14/arch/m68k/68000/ |
D | entry.S | 51 movel #-ENOSYS,%d0 58 1: movel %d0,%sp@(PT_OFF_D0) /* save the return value */ 76 movel %sp@(PT_OFF_ORIG_D0),%d0 83 cmpl #NR_syscalls,%d0 85 lsl #2,%d0 87 movel %a0@(%d0), %a0 89 movel %d0,%sp@(PT_OFF_D0) /* save the return value*/ 132 movew %sp@(PT_OFF_FORMATVEC), %d0 133 and #0x3ff, %d0 143 movew %sp@(PT_OFF_FORMATVEC), %d0 [all …]
|
D | head.S | 72 moveq #0, %d0 73 movew %d0, 0xfffff618 /* Watchdog off */ 100 moveq #0, %d0 101 movew #16384, %d0 /* PLL settle wait loop */ 103 subw #1, %d0 131 movel #0x007FFFFF, %d0 /* IMR */ 132 movel %d0, 0xfffff304 133 moveb 0xfffff42b, %d0 134 andb #0xe0, %d0 135 moveb %d0, 0xfffff42b [all …]
|
/linux-4.4.14/arch/m68k/lib/ |
D | udivsi3.S | 67 #define d0 REG (d0) macro 92 movel sp@(8), d0 /* d0 = dividend */ 96 movel d0, d2 100 movew d2, d0 /* save high quotient */ 101 swap d0 104 movew d2, d0 109 lsrl IMM (1), d0 /* shift dividend */ 112 divu d1, d0 /* now we have 16 bit divisor */ 113 andl IMM (0xffff), d0 /* mask out divisor, ignore remainder */ 119 mulu d0, d1 /* low part, 32 bits */ [all …]
|
D | mulsi3.S | 67 #define d0 REG (d0) macro 89 movew sp@(4), d0 /* x0 -> d0 */ 90 muluw sp@(10), d0 /* x0*y1 */ 94 addw d1, d0 96 addl d1, d0 98 swap d0 99 clrw d0 102 addl d1, d0
|
D | modsi3.S | 67 #define d0 REG (d0) macro 90 movel sp@(4), d0 /* d0 = dividend */ 92 movel d0, sp@- 98 movel d0, sp@- 102 mulsl d1,d0 105 subl d0, d1 /* d1 = a - (a/b)*b */ 106 movel d1, d0
|
D | umodsi3.S | 67 #define d0 REG (d0) macro 90 movel sp@(4), d0 /* d0 = dividend */ 92 movel d0, sp@- 98 movel d0, sp@- 102 mulsl d1,d0 105 subl d0, d1 /* d1 = a - (a/b)*b */ 106 movel d1, d0
|
D | divsi3.S | 67 #define d0 REG (d0) macro 100 L1: movel sp@(8), d0 /* d0 = dividend */ 102 negl d0 110 movel d0, sp@- 116 negl d0
|
/linux-4.4.14/arch/m68k/ifpsp060/ |
D | os.S | 81 | d0 - number of bytes to write 88 subq.l #1,%d0 93 dbra %d0,super_write | quit if --ctr < 0 100 dbra %d0,user_write | quit if --ctr < 0 112 | d0 - number of bytes to read 121 subq.l #1,%d0 126 dbra %d0,super_read | quit if --ctr < 0 133 dbra %d0,user_read | quit if --ctr < 0 146 | d0 - data byte in d0 151 clr.l %d0 | clear whole longword [all …]
|
D | iskeleton.S | 77 GET_CURRENT(%d0) 192 | d0 = `xxxxxxff -> supervisor; `xxxxxx00 -> user 195 | d0 = 0 -> success; non-zero -> failure 205 tst.b %d0 207 moveq #1,%d0 209 1: moveq #5,%d0 211 movec.l %d0,%dfc 212 movec.l %d0,%sfc 214 clr.l %d0 239 11: move.l #0x020003c0,%d0 [all …]
|
D | ilsp.doc | 84 # mulu.l _multiplier,%d1:%d0 88 mov.l %d0,-(%sp) # pass: multiplicand on stack 93 mov.l (%sp)+,%d0 # load result[31:0] 98 # divu.l _divisor,%d1:%d0 102 mov.l %d0,-(%sp) # pass: dividend hi on stack 108 mov.l (%sp)+,%d0 # load quotient 118 # cmp2.l _bounds,%d0 121 mov.l %d0,-(%sp) # pass Rn
|
D | fskeleton.S | 233 move.l %d0,-(%sp) | enabled the fpu 234 .long 0x4E7A0808 |movec pcr,%d0 235 bclr #0x1,%d0 236 .long 0x4E7B0808 |movec %d0,pcr 237 move.l (%sp)+,%d0
|
/linux-4.4.14/arch/m68k/ifpsp060/src/ |
D | isp.S | 474 btst &0x16,%d0 # test for div64 914 mov.l %d0,%a0 # move # bytes to a0 917 mov.w EXC_OPWORD(%a6),%d0 # fetch opcode word 918 mov.w %d0,%d1 # make a copy 920 andi.w &0x3f,%d0 # extract mode field 924 mov.w (tbl_ea_mode.b,%pc,%d0.w*2), %d0 # fetch jmp distance 925 jmp (tbl_ea_mode.b,%pc,%d0.w*1) # jmp to correct ea mode 1040 mov.l %a0,%d0 # copy no. bytes 1042 add.l %a0,%d0 # increment 1043 mov.l %d0,EXC_A0(%a6) # save incremented value [all …]
|
D | pfpsp.S | 919 bfextu EXC_CMDREG(%a6){&6:&3},%d0 # dyadic; load dst reg 924 cmpi.b %d0,&UNNORM # is operand an UNNORM? 928 mov.b %d0,DTAG(%a6) # save dst optype tag 939 clr.l %d0 940 mov.b FPCR_MODE(%a6),%d0 # pass rnd prec/mode 957 bfextu EXC_CMDREG(%a6){&6:&3},%d0 982 movm.l EXC_DREGS(%a6),&0x0303 # restore d0-d1/a0-a1 1235 mov.l %d0,EXC_OPWORD(%a6) # store OPWORD and EXTWORD 1247 bfextu EXC_CMDREG(%a6){&0:&6},%d0 1248 cmpi.b %d0,&0x13 [all …]
|
D | ftest.S | 69 tst.l %d0 269 tst.b %d0 273 tst.b %d0 309 tst.b %d0 313 tst.b %d0 346 tst.b %d0 350 tst.b %d0 382 tst.b %d0 386 tst.b %d0 419 tst.b %d0 [all …]
|
D | itest.S | 53 tst.l %d0 185 tst.b %d0 209 tst.b %d0 231 tst.b %d0 255 tst.b %d0 279 tst.b %d0 303 tst.b %d0 327 tst.b %d0 351 tst.b %d0 375 tst.b %d0 [all …]
|
D | fplsp.S | 565 movm.l &0x0303,EXC_DREGS(%a6) # save d0-d1/a0-a1 578 mov.b %d0,STAG(%a6) 579 mov.b %d0,%d1 583 clr.l %d0 584 mov.b FPCR_MODE(%a6),%d0 # pass rnd mode,prec 612 movm.l EXC_DREGS(%a6),&0x0303 # restore d0-d1/a0-a1 622 movm.l &0x0303,EXC_DREGS(%a6) # save d0-d1/a0-a1 635 mov.b %d0,STAG(%a6) 636 mov.b %d0,%d1 640 clr.l %d0 [all …]
|
D | fpsp.S | 920 bfextu EXC_CMDREG(%a6){&6:&3},%d0 # dyadic; load dst reg 925 cmpi.b %d0,&UNNORM # is operand an UNNORM? 929 mov.b %d0,DTAG(%a6) # save dst optype tag 940 clr.l %d0 941 mov.b FPCR_MODE(%a6),%d0 # pass rnd prec/mode 958 bfextu EXC_CMDREG(%a6){&6:&3},%d0 983 movm.l EXC_DREGS(%a6),&0x0303 # restore d0-d1/a0-a1 1236 mov.l %d0,EXC_OPWORD(%a6) # store OPWORD and EXTWORD 1248 bfextu EXC_CMDREG(%a6){&0:&6},%d0 1249 cmpi.b %d0,&0x13 [all …]
|
D | ilsp.S | 203 mov.b NDIVISOR(%a6), %d0 204 eor.b %d0, NDIVIDEND(%a6) # chk if quotient is negative 374 mov.w %d4,%d0 377 tst.w %d0 # is upper word set? 519 mov.l 0x8(%a6),%d0 # store multiplier in d0 546 mov.l %d0,%d2 # mr in d2 547 mov.l %d0,%d3 # mr in d3 553 mulu.w %d1,%d0 # [1] lo(mr) * lo(md) 562 swap %d0 # hi([1]) <==> lo([1]) 563 add.w %d1,%d0 # hi([1]) + lo([2]) [all …]
|
/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 110 d0 = p1[0]; /* Pull the stuff into registers */ in xor_32regs_2() 118 d0 ^= p2[0]; in xor_32regs_2() 126 p1[0] = d0; /* Store the result (in bursts) */ in xor_32regs_2() 146 register long d0, d1, d2, d3, d4, d5, d6, d7; in xor_32regs_3() local 147 d0 = p1[0]; /* Pull the stuff into registers */ in xor_32regs_3() 155 d0 ^= p2[0]; in xor_32regs_3() 163 d0 ^= p3[0]; in xor_32regs_3() 171 p1[0] = d0; /* Store the result (in bursts) */ 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/frv/include/asm/ |
D | math-emu.h | 160 lea (FPD_FPREG,FPDATA,%d0.w*4),%a0 161 lea (%a0,%d0.w*8),%a0 244 movem.l %d0/%d1/%a0/%a1,-(%sp) 247 moveq #\bit,%d0 248 andw #7,%d0 249 btst %d0,fp_debugprint+((31-\bit)/8) 260 movem.l (%sp)+,%d0/%d1/%a0/%a1 266 movem.l %d0/%a0,-(%sp) 269 moveq #'+',%d0 272 moveq #'-',%d0 [all …]
|
/linux-4.4.14/arch/nios2/kernel/ |
D | misaligned.c | 70 u8 a, b, d0, d1, d2, d3; in handle_unaligned_c() local 98 fault |= __get_user(d0, (u8 *)(addr+0)); in handle_unaligned_c() 100 val = (d1 << 8) | d0; in handle_unaligned_c() 106 d0 = val >> 0; in handle_unaligned_c() 108 *(u8 *)(addr+0) = d0; in handle_unaligned_c() 111 fault |= __put_user(d0, (u8 *)(addr+0)); in handle_unaligned_c() 116 fault |= __get_user(d0, (u8 *)(addr+0)); in handle_unaligned_c() 118 val = (short)((d1 << 8) | d0); in handle_unaligned_c() 126 d0 = val >> 0; in handle_unaligned_c() 128 *(u8 *)(addr+0) = d0; in handle_unaligned_c() [all …]
|
/linux-4.4.14/lib/mpi/ |
D | mpih-div.c | 103 mpi_limb_t d1, d0; in mpihelp_divrem() local 107 d0 = dp[0]; in mpihelp_divrem() 111 if (n1 >= d1 && (n1 > d1 || n0 >= d0)) { in mpihelp_divrem() 112 sub_ddmmss(n1, n0, n1, n0, d1, d0); in mpihelp_divrem() 133 add_ssaaaa(n1, n0, r - d0, in mpihelp_divrem() 134 np[0], 0, d0); in mpihelp_divrem() 138 n1 = d0 - (d0 != 0 ? 1 : 0); in mpihelp_divrem() 139 n0 = -d0; in mpihelp_divrem() 142 umul_ppmm(n1, n0, d0, q); in mpihelp_divrem() 150 sub_ddmmss(n1, n0, n1, n0, 0, d0); in mpihelp_divrem()
|
/linux-4.4.14/drivers/net/wireless/ath/wil6210/ |
D | txrx.h | 285 u32 d0; member 346 u32 d0; member 418 u32 d0; member 444 return WIL_GET_BITS(d->mac.d0, 0, 3); in wil_rxdesc_tid() 449 return WIL_GET_BITS(d->mac.d0, 4, 6); in wil_rxdesc_cid() 454 return WIL_GET_BITS(d->mac.d0, 8, 9); in wil_rxdesc_mid() 459 return WIL_GET_BITS(d->mac.d0, 10, 11); in wil_rxdesc_ftype() 464 return WIL_GET_BITS(d->mac.d0, 12, 15); in wil_rxdesc_subtype() 470 return (u8)(WIL_GET_BITS(d->mac.d0, 10, 15) << 2); in wil_rxdesc_fc1() 475 return WIL_GET_BITS(d->mac.d0, 16, 27); in wil_rxdesc_seq() [all …]
|
D | txrx.c | 239 d->dma.d0 = RX_DMA_D0_CMD_DMA_RT | RX_DMA_D0_CMD_DMA_IT; in wil_vring_alloc_skb() 1088 d->dma.d0 = (vring_index << DMA_CFG_DESC_TX_0_QID_POS); in wil_tx_desc_map() 1121 d->dma.d0 |= (2 << DMA_CFG_DESC_TX_0_L4_TYPE_POS); in wil_tx_desc_offload_setup_tso() 1123 d->dma.d0 |= (tcp_hdr_len & DMA_CFG_DESC_TX_0_L4_LENGTH_MSK); in wil_tx_desc_offload_setup_tso() 1126 d->dma.d0 |= (BIT(DMA_CFG_DESC_TX_0_TCP_SEG_EN_POS)) | in wil_tx_desc_offload_setup_tso() 1128 d->dma.d0 |= (is_ipv4 << DMA_CFG_DESC_TX_0_IPV4_CHECKSUM_EN_POS); in wil_tx_desc_offload_setup_tso() 1132 d->dma.d0 |= BIT(DMA_CFG_DESC_TX_0_TCP_UDP_CHECKSUM_EN_POS); in wil_tx_desc_offload_setup_tso() 1134 d->dma.d0 |= BIT(DMA_CFG_DESC_TX_0_PSEUDO_HEADER_CALC_EN_POS); in wil_tx_desc_offload_setup_tso() 1170 d->dma.d0 |= (2 << DMA_CFG_DESC_TX_0_L4_TYPE_POS); in wil_tx_desc_offload_setup() 1172 d->dma.d0 |= in wil_tx_desc_offload_setup() [all …]
|
D | pmc.c | 140 d->dma.d0 = BIT(9) | RX_DMA_D0_CMD_DMA_IT; in wil_pmc_alloc()
|
/linux-4.4.14/lib/ |
D | rational.c | 35 unsigned long n, d, n0, d0, n1, d1; in rational_best_approximation() local 39 n1 = d0 = 1; in rational_best_approximation() 44 d1 = d0; in rational_best_approximation() 56 t = d0 + a * d1; in rational_best_approximation() 57 d0 = d1; in rational_best_approximation()
|
/linux-4.4.14/arch/x86/boot/compressed/ |
D | string.c | 6 int d0, d1, d2; in memcpy() local 11 : "=&c" (d0), "=&D" (d1), "=&S" (d2) in memcpy() 20 long d0, d1, d2; in memcpy() local 25 : "=&c" (d0), "=&D" (d1), "=&S" (d2) in memcpy()
|
/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/x86/include/asm/ |
D | string_32.h | 34 int d0, d1, d2; in __memcpy() local 41 : "=&c" (d0), "=&D" (d1), "=&S" (d2) in __memcpy() 209 int d0, d1; in __memset_generic() local 212 : "=&c" (d0), "=&D" (d1) in __memset_generic() 229 int d0, d1; in __constant_c_memset() local 238 : "=&c" (d0), "=&D" (d1) in __constant_c_memset() 281 : "=&c" (d0), "=&D" (d1) \ in __constant_c_and_count_memset() 286 int d0, d1; in __constant_c_and_count_memset() local
|
D | string_64.h | 11 unsigned long d0, d1, d2; in __inline_memcpy() local 20 : "=&c" (d0), "=&D" (d1), "=&S" (d2) in __inline_memcpy()
|
/linux-4.4.14/arch/mn10300/include/asm/ |
D | syscall.h | 30 regs->d0 = regs->orig_d0; in syscall_rollback() 36 unsigned long error = regs->d0; in syscall_get_error() 43 return regs->d0; in syscall_get_return_value() 50 regs->d0 = (long) error ?: val; in syscall_set_return_value()
|
D | frame.inc | 68 mov (REG_NEXT,fp),d0 69 mov d0,(TI_frame,a0) # userspace has regs->next == 0 72 mov (REG_EPSW,fp),d0 73 btst EPSW_T,d0
|
D | elf.h | 81 _ur->a1 = 0; _ur->a0 = 0; _ur->d1 = 0; _ur->d0 = 0; \ 126 pr_reg[23] = regs->d0; \
|
D | gdb-stub.h | 80 u32 d0, d1, d2, d3, a0, a1, a2, a3; member
|
/linux-4.4.14/Documentation/video4linux/ |
D | pxa_camera.txt | 109 For the next schema, let's assume d0=desc-sg[0] .. dN=desc-sg[N], 115 | d0 | .. | dN | l | | d0 | .. | dN | f | 124 | d0 | .. | dN | l | | d0 | .. | dN | l | | d0 | .. | dN | f | 142 | d0 | .. | dN | l | | d0 | .. | dN | f | 155 | d0 | .. | dN | l | | d0 | .. | dN | l | | d0 | .. | dN | f |
|
D | CARDLIST.usbvision | 47 46 -> Digital Video Creator I [07d0:0001] 48 47 -> Global Village GV-007 (NTSC) [07d0:0002] 49 48 -> Dazzle Fusion Model DVC-50 Rev 1 (NTSC) [07d0:0003] 50 49 -> Dazzle Fusion Model DVC-80 Rev 1 (PAL) [07d0:0004] 51 50 -> Dazzle Fusion Model DVC-90 Rev 1 (SECAM) [07d0:0005]
|
/linux-4.4.14/drivers/parisc/ |
D | iosapic.c | 621 u32 d0, d1; in iosapic_mask_irq() local 624 iosapic_rd_irt_entry(vi, &d0, &d1); in iosapic_mask_irq() 625 d0 |= IOSAPIC_IRDT_ENABLE; in iosapic_mask_irq() 626 iosapic_wr_irt_entry(vi, d0, d1); in iosapic_mask_irq() 633 u32 d0, d1; in iosapic_unmask_irq() local 638 iosapic_set_irt_data(vi, &d0, &d1); in iosapic_unmask_irq() 639 iosapic_wr_irt_entry(vi, d0, d1); in iosapic_unmask_irq() 654 for (d0=0x10; d0<0x1e; d0++) { in iosapic_unmask_irq() 655 d1 = iosapic_read(isp->addr, d0); in iosapic_unmask_irq() 686 u32 d0, d1, dummy_d0; in iosapic_set_affinity_irq() local [all …]
|
/linux-4.4.14/drivers/video/fbdev/ |
D | amifb.c | 2605 unsigned long d0, d1; in bitcpy() local 2671 d0 = *src++; in bitcpy() 2673 *dst = comp(d0 << left | d1 >> right, *dst, in bitcpy() 2678 d0 = *src++; in bitcpy() 2682 *dst = comp(d0 >> right, *dst, first); in bitcpy() 2688 *dst = comp(d0 << left | d1 >> right, *dst, in bitcpy() 2690 d0 = d1; in bitcpy() 2700 *dst++ = d0 << left | d1 >> right; in bitcpy() 2701 d0 = d1; in bitcpy() 2703 *dst++ = d0 << left | d1 >> right; in bitcpy() [all …]
|
/linux-4.4.14/drivers/block/ |
D | swim_asm.S | 68 moveq #-1, %d0 144 moveq #0, %d0 148 moveq #-1, %d0 240 movel #sector_size, %d0 242 subl %d4, %d0 246 moveq #-1, %d0
|
/linux-4.4.14/arch/arm/include/asm/ |
D | vfpmacros.h | 22 LDC p11, cr0, [\base],#33*4 @ FLDMIAX \base!, {d0-d15} in toolkits() 24 LDC p11, cr0, [\base],#32*4 @ FLDMIAD \base!, {d0-d15} 46 STC p11, cr0, [\base],#33*4 @ FSTMIAX \base!, {d0-d15} 48 STC p11, cr0, [\base],#32*4 @ FSTMIAD \base!, {d0-d15}
|
/linux-4.4.14/drivers/ipack/devices/ |
D | scc2698.h | 26 u8 d0, mr; /* Mode register 1/2*/ member 33 u8 d0, mr; /* Mode register 1/2 */ member 51 u8 d0, mra; /* Mode register 1/2 (a) */ member 69 u8 d0, mra; /* Mode register 1/2 (a) */ member
|
/linux-4.4.14/arch/mn10300/unit-asb2303/include/unit/ |
D | leds.h | 34 mov 0x43,d0 ; \ 35 movbu d0,(ASB2303_7SEGLEDS)
|
/linux-4.4.14/arch/mn10300/unit-asb2364/include/unit/ |
D | leds.h | 40 mov 0x43077f1d,d0 ; \ 41 mov d0,(ASB2364_7SEGLEDS)
|
/linux-4.4.14/arch/mn10300/unit-asb2305/include/unit/ |
D | leds.h | 33 mov 0x43077f1d,d0 ; \ 34 mov d0,(ASB2305_7SEGLEDS)
|
/linux-4.4.14/arch/x86/um/ |
D | delay.c | 38 int d0; in __const_udelay() local 42 : "=d" (xloops), "=&a" (d0) in __const_udelay()
|
/linux-4.4.14/arch/x86/crypto/ |
D | poly1305-sse2-x86_64.S | 45 #define d0 %r8 macro 145 # d0 = t1[0] + t1[1] + t3[0] 152 movq t1,d0 216 # d1 += d0 >> 26 217 mov d0,%rax 220 # h0 = d0 & 0x3ffffff 221 mov d0,%rbx 299 #undef d0 300 #define d0 %r13 macro 415 # d0 = t1[0] + t1[1] [all …]
|
D | poly1305-avx2-x86_64.S | 78 #define d0 %r9 macro 233 # d0 = t1[0] + t1[1] + t[2] + t[3] 238 vmovq t1x,d0 324 # d1 += d0 >> 26 325 mov d0,%rax 328 # h0 = d0 & 0x3ffffff 329 mov d0,%rbx
|
D | camellia-aesni-avx-asm_64.S | 431 #define byteslice_16x16b(a0, b0, c0, d0, a1, b1, c1, d1, a2, b2, c2, d2, a3, \ argument 443 transpose_4x4(d0, d1, d2, d3, a0, a1); \ 458 vpshufb a0, d0, d0; \ 467 transpose_4x4(a0, b0, c0, d0, d2, d3); \
|
D | camellia-aesni-avx2-asm_64.S | 470 #define byteslice_16x16b_fast(a0, b0, c0, d0, a1, b1, c1, d1, a2, b2, c2, d2, \ argument 482 transpose_4x4(d0, d1, d2, d3, a0, a1); \ 497 vpshufb a0, d0, d0; \ 506 transpose_4x4(a0, b0, c0, d0, d2, d3); \
|
/linux-4.4.14/arch/mips/alchemy/devboards/ |
D | db1000.c | 499 int c0, c1, d0, d1, s0, s1, flashsize = 32, twosocks = 1; in db1000_dev_setup() local 506 d0 = 0; /* GPIO number, NOT irq! */ in db1000_dev_setup() 513 d0 = 0; /* GPIO number, NOT irq! */ in db1000_dev_setup() 548 d0 = 0; /* GPIO number, NOT irq! */ in db1000_dev_setup() 556 d0 = 1; /* GPIO number, NOT irq! */ in db1000_dev_setup() 569 d0 = 9; /* GPIO number, NOT irq! */ in db1000_dev_setup() 596 c0, d0, /*s0*/0, 0, 0); in db1000_dev_setup()
|
/linux-4.4.14/arch/arm/boot/dts/ |
D | stih407-clock.dtsi | 200 clk_s_d0_quadfs: clk-s-d0-quadfs@9104000 { 207 clock-output-names = "clk-s-d0-fs0-ch0", 208 "clk-s-d0-fs0-ch1", 209 "clk-s-d0-fs0-ch2", 210 "clk-s-d0-fs0-ch3"; 213 clockgen-d0@09104000 { 217 clk_s_d0_flexgen: clk-s-d0-flexgen {
|
D | stih410-clock.dtsi | 210 clk_s_d0_quadfs: clk-s-d0-quadfs@9104000 { 217 clock-output-names = "clk-s-d0-fs0-ch0", 218 "clk-s-d0-fs0-ch1", 219 "clk-s-d0-fs0-ch2", 220 "clk-s-d0-fs0-ch3"; 223 clockgen-d0@09104000 { 227 clk_s_d0_flexgen: clk-s-d0-flexgen {
|
D | stih418-clock.dtsi | 213 clk_s_d0_quadfs: clk-s-d0-quadfs@9104000 { 220 clock-output-names = "clk-s-d0-fs0-ch0", 221 "clk-s-d0-fs0-ch1", 222 "clk-s-d0-fs0-ch2", 223 "clk-s-d0-fs0-ch3"; 226 clockgen-d0@09104000 { 230 clk_s_d0_flexgen: clk-s-d0-flexgen {
|
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/ |
D | cl_io.c | 245 static int cl_lock_descr_sort(const struct cl_lock_descr *d0, in cl_lock_descr_sort() argument 248 return lu_fid_cmp(cl_lock_descr_fid(d0), cl_lock_descr_fid(d1)) ?: in cl_lock_descr_sort() 249 __diff_normalize(d0->cld_start, d1->cld_start); in cl_lock_descr_sort() 252 static int cl_lock_descr_cmp(const struct cl_lock_descr *d0, in cl_lock_descr_cmp() argument 257 ret = lu_fid_cmp(cl_lock_descr_fid(d0), cl_lock_descr_fid(d1)); in cl_lock_descr_cmp() 260 if (d0->cld_end < d1->cld_start) in cl_lock_descr_cmp() 262 if (d0->cld_start > d0->cld_end) in cl_lock_descr_cmp() 267 static void cl_lock_descr_merge(struct cl_lock_descr *d0, in cl_lock_descr_merge() argument 270 d0->cld_start = min(d0->cld_start, d1->cld_start); in cl_lock_descr_merge() 271 d0->cld_end = max(d0->cld_end, d1->cld_end); in cl_lock_descr_merge() [all …]
|
/linux-4.4.14/arch/x86/kernel/ |
D | process_32.c | 72 unsigned long d0, d1, d2, d3, d6, d7; in __show_regs() local 108 get_debugreg(d0, 0); in __show_regs() 116 if ((d0 == 0) && (d1 == 0) && (d2 == 0) && (d3 == 0) && in __show_regs() 121 d0, d1, d2, d3); in __show_regs()
|
D | process_64.c | 61 unsigned long d0, d1, d2, d3, d6, d7; in __show_regs() local 105 get_debugreg(d0, 0); in __show_regs() 113 if ((d0 == 0) && (d1 == 0) && (d2 == 0) && (d3 == 0) && in __show_regs() 117 printk(KERN_DEFAULT "DR0: %016lx DR1: %016lx DR2: %016lx\n", d0, d1, d2); in __show_regs()
|
/linux-4.4.14/arch/powerpc/crypto/ |
D | aes-spe-modes.S | 138 #define GF128_MUL(d0, d1, d2, d3, t0) \ argument 146 rlwimi d1,d0,0,0,0; \ 147 slwi d0,d0,1; /* shift left 128 bit */ \ 149 xor d0,d0,t0; 151 #define START_KEY(d0, d1, d2, d3) \ argument 157 xor rD0,d0,rW0; \
|
D | aes-tab-4k.S | 86 .long R(bb, d0, d0, 6b), R(c5, ef, ef, 2a) 147 .long R(ae, 57, 57, f9), R(69, b9, b9, d0) 161 .long R(84, 42, 42, c6), R(d0, 68, 68, b8) 244 .long R(0d, 86, 52, ec), R(77, c1, e3, d0) 257 .long R(9f, 5d, 80, be), R(69, d0, 93, 7c) 270 .long R(e0, 90, d0, b0), R(33, a7, d8, 15) 296 .long R(48, 6c, 5c, 74), R(d0, b8, 57, 42)
|
/linux-4.4.14/crypto/ |
D | poly1305_generic.c | 111 u64 d0, d1, d2, d3, d4; in poly1305_blocks() local 147 d0 = mlt(h0, r0) + mlt(h1, s4) + mlt(h2, s3) + in poly1305_blocks() 159 d1 += sr(d0, 26); h0 = and(d0, 0x3ffffff); in poly1305_blocks()
|
/linux-4.4.14/Documentation/dmaengine/ |
D | pxa_dma.txt | 65 | d0 | .. | dN | l | | d0 | .. | dN | f | 73 | d0 | .. | dN | l | | d0 | .. | dN | l | | d0 | .. | dN | f |
|
/linux-4.4.14/arch/arm/plat-samsung/include/plat/ |
D | adc.h | 30 unsigned d0, unsigned d1,
|
/linux-4.4.14/drivers/platform/x86/ |
D | samsung-laptop.c | 59 u32 d0; member 413 command, in->d0, in->d1, in->d2, in->d3); in sabi_command() 426 writel(in->d0, samsung->sabi_iface + SABI_IFACE_DATA); in sabi_command() 455 out->d0 = readl(samsung->sabi_iface + SABI_IFACE_DATA); in sabi_command() 463 out->d0, out->d1, out->d2, out->d3); in sabi_command() 475 struct sabi_data in = { { { .d0 = 0, .d1 = 0, .d2 = 0, .d3 = 0 } } }; in sabi_set_commandb() 1071 data.d0 = 0xaabb; in kbd_backlight_enable() 1078 if (data.d0 != 0xccdd) in kbd_backlight_enable() 1106 data.d0 = 0x82 | ((brightness & 0xFF) << 8); in kbd_backlight_write() 1263 sdata->d0, sdata->d1, sdata->d2, sdata->d3); in show_call() [all …]
|
/linux-4.4.14/arch/mn10300/include/uapi/asm/ |
D | sigcontext.h | 21 unsigned long d0; member
|
D | ptrace.h | 71 unsigned long d0; /* syscall ret */ member
|
/linux-4.4.14/arch/m68k/include/uapi/asm/ |
D | ptrace.h | 38 long d0; member
|
/linux-4.4.14/Documentation/devicetree/bindings/display/msm/ |
D | gpu.txt | 27 gpu: qcom,kgsl-3d0@4300000 {
|
/linux-4.4.14/drivers/devfreq/event/ |
D | exynos-ppmu.c | 87 PPMU_EVENT(d0-cpu), 88 PPMU_EVENT(d0-general), 89 PPMU_EVENT(d0-rt),
|
/linux-4.4.14/Documentation/devicetree/bindings/pinctrl/ |
D | marvell,kirkwood-pinctrl.txt | 41 mpp14 14 gpio, sdio(d0), uart1(rxd), mii(col) 79 mpp14 14 gpio, sdio(d0), uart1(rxd), mii(col) 123 mpp14 14 gpio, sdio(d0), uart1(rxd), mii(col), sata1(prsnt) 172 mpp14 14 gpio, sdio(d0), uart1(rxd), mii(col), sata1(prsnt) 234 mpp14 14 gpio, sdio(d0), uart1(rxd), mii(col), sata1(prsnt), 244 sata1(act), lcd(d0)
|
D | marvell,armada-xp-pinctrl.txt | 21 mpp0 0 gpio, ge0(txclkout), lcd(d0) 53 mpp32 32 gpio, tdm(int3), sd0(d0)
|
D | marvell,armada-39x-pinctrl.txt | 57 mpp38 38 gpio, ref(clk), sd0(d0), dev(ad4), ge(rxd1) 77 mpp55 55 gpio, ua1(cts), spi1(cs1), sd0(d0), ua1(rxd), ua3(rxd)
|
D | marvell,armada-370-pinctrl.txt | 29 mpp12 12 gpio, ge0(rxd1), i2c1(sda), sd0(d0), spi1(cs0), 71 mpp49 49 gpio, dev(ad10), pcie(clkreq1), sd0(d0), spi1(cs0),
|
D | marvell,armada-38x-pinctrl.txt | 56 mpp38 38 gpio, ptp(evreq), ge1(rxd1), ref(clk_out0), sd0(d0), dev(ad4) 73 mpp55 55 gpio, ua1(cts), ge(mdio), pcie1(clkreq) [1], spi1(cs1), sd0(d0), ua1(rxd)
|
D | marvell,armada-375-pinctrl.txt | 41 mpp25 25 gpio, led(p2), ge1(rxd1), sd(d0), uart0(cts)
|
/linux-4.4.14/Documentation/devicetree/bindings/spi/ |
D | omap-spi.txt | 9 - ti,pindir-d0-out-d1-in: Select the D0 pin as output and D1 as
|
/linux-4.4.14/arch/arm/crypto/ |
D | ghash-ce-core.S | 24 SHASH_L .req d0
|
D | aes-ce-core.S | 338 veor d0, d0, d1 339 vst1.8 {d0}, [r0, :64]
|
D | sha512-armv4.pl | 553 my ($d0,$d1,$d2) = map("d$_",(24..26)); # temps from NEON_00_15 574 vshr.u64 $d0,$e,#@Sigma1[0] @ from NEON_00_15
|
/linux-4.4.14/arch/m68k/mac/ |
D | macints.c | 324 fp->d0, fp->d1, fp->d2, fp->d3); in mac_nmi_handler()
|
/linux-4.4.14/tools/testing/selftests/powerpc/copyloops/ |
D | memcpy_64.S | 117 # s1<< in r8, d0=(s0<<|s1>>) in r7, s3 in r0, s2 in r9, nix in r6 & r12 135 # d0=(s0<<|s1>>) in r12, s1<< in r6, s2>> in r7, s2<< in r8, s3 in r9
|
/linux-4.4.14/arch/powerpc/lib/ |
D | memcpy_64.S | 117 # s1<< in r8, d0=(s0<<|s1>>) in r7, s3 in r0, s2 in r9, nix in r6 & r12 135 # d0=(s0<<|s1>>) in r12, s1<< in r6, s2>> in r7, s2<< in r8, s3 in r9
|
/linux-4.4.14/arch/x86/crypto/sha-mb/ |
D | sha1_x8_avx2.S | 75 # r3 = {d7 d6 d5 d4 d3 d2 d1 d0} 82 # r0 = {h0 g0 f0 e0 d0 c0 b0 a0} 96 vshufps $0x44, \r3, \r2, \t1 # t1 = {d5 d4 c5 c4 d1 d0 c1 c0} 101 vshufps $0x88, \t1, \t0, \t0 # t0 = {d4 c4 b4 a4 d0 c0 b0 a0}
|
/linux-4.4.14/Documentation/scsi/ |
D | aacraid.txt | 55 9005:0285:9005:02d0 Adaptec 52445 (Voodoo244) 77 1028:0004:1028:00d0 Dell PERC 3/DiF (Iguana)
|
/linux-4.4.14/drivers/net/wireless/ath/carl9170/ |
D | phy.c | 970 u32 d0, d1, td0, td1, fd0, fd1; in carl9170_init_rf_bank4_pwr() local 1009 d0 = 0x21 | in carl9170_init_rf_bank4_pwr() 1013 td0 = d0 & 0x1f; in carl9170_init_rf_bank4_pwr() 1017 td0 = (d0 >> 5) & 0x7; in carl9170_init_rf_bank4_pwr()
|
/linux-4.4.14/Documentation/devicetree/bindings/clock/ |
D | rockchip.txt | 29 clk_gates0: gate-clk@200000d0 {
|
/linux-4.4.14/drivers/isdn/i4l/ |
D | isdn_audio.c | 200 unsigned long d0, d1, d2, d3; in isdn_audio_tlookup() local 207 : "=&b"(d0), "=&c"(d1), "=&D"(d2), "=&S"(d3) in isdn_audio_tlookup()
|
/linux-4.4.14/Documentation/devicetree/bindings/leds/ |
D | leds-bcm6358.txt | 66 leds0: led-controller@100000d0 {
|
/linux-4.4.14/drivers/pinctrl/sh-pfc/ |
D | pfc-r8a7778.c | 1454 #define MMC_PFC_DAT1(name, d0) SH_PFC_MUX1(name, d0) argument 1455 #define MMC_PFC_DAT4(name, d0, d1, d2, d3) SH_PFC_MUX4(name, d0, d1, d2, d3) argument 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) 1557 #define SDHI_PFC_DAT1(name, d0) SH_PFC_MUX1(name, d0) argument 1558 #define SDHI_PFC_DAT4(name, d0, d1, d2, d3) SH_PFC_MUX4(name, d0, d1, d2, d3) argument 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/tools/perf/bench/ |
D | numa.c | 718 u64 *d0, *d, *d1; in do_work() local 763 d0 = data + off; in do_work() 771 if (unlikely(d == d0)) in do_work() 781 d0 = data + off; in do_work() 789 if (unlikely(d == d0)) in do_work()
|
/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 | 269 unsigned int d0 : 1; member
|
/linux-4.4.14/drivers/gpu/drm/radeon/ |
D | r600_cs.c | 1410 unsigned w0, unsigned h0, unsigned d0, unsigned nsamples, unsigned format, in r600_texture_size() argument 1425 d0 = r600_mip_minify(d0, 0); in r600_texture_size() 1436 depth = r600_mip_minify(d0, i); in r600_texture_size() 1477 u32 dim, nfaces, llevel, blevel, w0, h0, d0; in r600_check_texture_resource() local 1510 d0 = G_038004_TEX_DEPTH(word1); in r600_check_texture_resource() 1590 r600_texture_size(nfaces, blevel, llevel, w0, h0, d0, array_check.nsamples, format, in r600_check_texture_resource()
|
/linux-4.4.14/arch/nios2/boot/dts/ |
D | 10m50_devboard.dts | 189 led_pio: gpio@180014d0 {
|
/linux-4.4.14/arch/arm/plat-samsung/ |
D | adc.c | 227 unsigned d0, unsigned d1, in s3c_adc_register() argument
|
/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) }})
|