Searched refs:d1 (Results 1 - 25 of 209) sorted by relevance

123456789

/linux-master/arch/riscv/boot/dts/allwinner/
H A DMakefile2 dtb-$(CONFIG_ARCH_SUNXI) += sun20i-d1-dongshan-nezha-stu.dtb
3 dtb-$(CONFIG_ARCH_SUNXI) += sun20i-d1-lichee-rv-86-panel-480p.dtb
4 dtb-$(CONFIG_ARCH_SUNXI) += sun20i-d1-lichee-rv-86-panel-720p.dtb
5 dtb-$(CONFIG_ARCH_SUNXI) += sun20i-d1-lichee-rv-dock.dtb
6 dtb-$(CONFIG_ARCH_SUNXI) += sun20i-d1-lichee-rv.dtb
7 dtb-$(CONFIG_ARCH_SUNXI) += sun20i-d1-mangopi-mq-pro.dtb
8 dtb-$(CONFIG_ARCH_SUNXI) += sun20i-d1-nezha.dtb
/linux-master/scripts/dtc/include-prefixes/riscv/allwinner/
H A DMakefile2 dtb-$(CONFIG_ARCH_SUNXI) += sun20i-d1-dongshan-nezha-stu.dtb
3 dtb-$(CONFIG_ARCH_SUNXI) += sun20i-d1-lichee-rv-86-panel-480p.dtb
4 dtb-$(CONFIG_ARCH_SUNXI) += sun20i-d1-lichee-rv-86-panel-720p.dtb
5 dtb-$(CONFIG_ARCH_SUNXI) += sun20i-d1-lichee-rv-dock.dtb
6 dtb-$(CONFIG_ARCH_SUNXI) += sun20i-d1-lichee-rv.dtb
7 dtb-$(CONFIG_ARCH_SUNXI) += sun20i-d1-mangopi-mq-pro.dtb
8 dtb-$(CONFIG_ARCH_SUNXI) += sun20i-d1-nezha.dtb
/linux-master/drivers/clk/sunxi-ng/
H A Dccu-sun20i-d1.h10 #include <dt-bindings/clock/sun20i-d1-ccu.h>
11 #include <dt-bindings/reset/sun20i-d1-ccu.h>
H A Dccu-sun20i-d1-r.h10 #include <dt-bindings/clock/sun20i-d1-r-ccu.h>
11 #include <dt-bindings/reset/sun20i-d1-r-ccu.h>
/linux-master/lib/math/
H A Drational.c45 * n2/d2, n1/d1, and n0/d0 are our successively more accurate
51 unsigned long n, d, n0, d0, n1, d1, n2, d2; local
54 n0 = d1 = 0;
75 d2 = d0 + a * d1;
85 if (d1)
86 t = (max_denominator - d0) / d1;
91 * convergent. If d1 is zero there is no previous convergent as this
94 if (!d1 || 2u * t > a || (2u * t == a && d0 * dp > d1 * d)) {
96 d1
[all...]
/linux-master/drivers/video/fbdev/core/
H A Dcfbcopyarea.c107 unsigned long d0, d1; local
127 d1 = FB_READL(src + 1);
128 d1 = fb_rev_pixels_in_long(d1, bswapmask);
129 d0 = d0 >> right | d1 << left;
145 d1 = d0;
150 d1 = FB_READL(src++);
151 d1 = fb_rev_pixels_in_long(d1, bswapmask);
153 d0 = d0 >> right | d1 << lef
280 unsigned long d0, d1; local
[all...]
H A Dsyscopyarea.c76 unsigned long d0, d1; local
96 d1 = *src;
97 *dst = comp(d0 >> right | d1 << left, *dst,
117 d1 = *src++;
118 *dst = comp(d0 >> right | d1 << left, *dst,
120 d0 = d1;
129 d1 = *src++;
130 *dst++ = d0 >> right | d1 << left;
131 d0 = d1;
132 d1
253 unsigned long d0, d1; local
[all...]
/linux-master/arch/x86/lib/
H A Dstrstr_32.c7 int d0, d1; local
28 : "=a" (__res), "=&c" (d0), "=&S" (d1)
H A Dstring_32.c21 int d0, d1, d2; local
26 : "=&S" (d0), "=&D" (d1), "=&a" (d2)
36 int d0, d1, d2, d3; local
46 : "=&S" (d0), "=&D" (d1), "=&c" (d2), "=&a" (d3)
56 int d0, d1, d2, d3; local
64 : "=&S" (d0), "=&D" (d1), "=&a" (d2), "=&c" (d3)
74 int d0, d1, d2, d3; local
87 : "=&S" (d0), "=&D" (d1), "=&a" (d2), "=&c" (d3)
98 int d0, d1; local
110 : "=a" (res), "=&S" (d0), "=&D" (d1)
122 int d0, d1, d2; local
[all...]
/linux-master/arch/xtensa/platforms/iss/include/platform/
H A Dsimcall-gdbio.h24 register int d1 asm("a4") = d;
28 : "r"(b1), "r"(d1)
/linux-master/arch/m68k/lib/
H A Dumodsi3.S68 #define d1 REG (d1) define
89 movel sp@(8), d1 /* d1 = divisor */
91 movel d1, sp@-
95 movel sp@(8), d1 /* d1 = divisor */
97 movel d1, sp@-
102 mulsl d1,d0
104 movel sp@(4), d1 /* d
[all...]
H A Dmodsi3.S70 #define d1 REG (d1) define
91 movel sp@(8), d1 /* d1 = divisor */
93 movel d1, sp@-
97 movel sp@(8), d1 /* d1 = divisor */
99 movel d1, sp@-
104 mulsl d1,d0
106 movel sp@(4), d1 /* d
[all...]
H A Dmulsi3.S68 #define d1 REG (d1) define
91 movew sp@(6), d1 /* x1 -> d1 */
92 muluw sp@(8), d1 /* x1*y0 */
94 addw d1, d0
96 addl d1, d0
100 movew sp@(6), d1 /* x1 -> d1 */
101 muluw sp@(10), d1 /* x
[all...]
H A Dudivsi3.S68 #define d1 REG (d1) define
91 movel sp@(12), d1 /* d1 = divisor */
94 cmpl IMM (0x10000), d1 /* divisor >= 2 ^ 16 ? */
99 divu d1, d2 /* high quotient in lower word */
103 divu d1, d2 /* low quotient */
107 L3: movel d1, d2 /* use d2 as divisor backup */
108 L4: lsrl IMM (1), d1 /* shift divisor */
110 cmpl IMM (0x10000), d1 /* stil
[all...]
/linux-master/arch/m68k/math-emu/
H A Dfp_util.S49 * something here. %d0 and %d1 is always usable, sometimes %d2 (or
99 clr.l %d1 | sign defaults to zero
103 moveq #1,%d1
105 1: swap %d1
106 move.w #0x3fff+31,%d1
107 move.l %d1,(%a0)+ | set sign / exp
130 move.l %d0,%d1
132 lsr.l #8,%d1 | exponent / sign
133 lsr.l #7,%d1
134 lsr.w #8,%d1
[all...]
H A Dfp_cond.S83 swap %d1 | test condition in %d1
84 tst.w %d1
86 move.l %d0,%d1
102 move.w %d0,%d1
103 swap %d1
116 move.w %d0,%d1 | save register nr
118 swap %d1
119 move.b %d1,%d0
120 swap %d1
[all...]
H A Dfp_move.S48 move.w %d0,%d1 | store data size twice in %d1
49 swap %d1 | one can be trashed below
50 move.w %d0,%d1
54 move.b (%a0,%d1.w),%d0
75 move.w %d0,%d1
83 swap %d1
84 move.l %d1,%d2
86 jmp ([0f:w,%pc,%d1.w*4])
98 move.l %d0,%d1
[all...]
H A Dfp_movem.S46 | %d1 contains the mask and count of the register list
58 2: move.l %d0,%d1
59 swap %d1
61 1: addq.w #1,%d1 | count the # of registers in
62 2: lsr.b #1,%d0 | register list and keep it in %d1
65 printf PDECODE,"#%08x",1,%d1
132 swap %d1 | get fpu register list
157 3: lsl.b #1,%d1
176 4: lsl.b #1,%d1
207 move.l %d0,%d1
[all...]
/linux-master/arch/m68k/fpsp040/
H A Dx_unsupp.S45 moveml %d0-%d1/%a0-%a1,USER_DA(%a6)
64 movel USER_FPSR(%a6),%d1
67 andl #0xFF00FF,%d1 |clear all but aexcs and qbyte
70 andl #0x0FFF40FF,%d1 |clear all but cc's, snan bit, aexcs, and qbyte
72 movel %d1,USER_FPSR(%a6)
H A Dround.S24 | d1(high word) contains rounding precision:
28 | d1(low word) contains rounding mode:
55 swap %d1 |set up d1.w for round prec.
64 movel (%a1,%d1.w*4),%a1
67 | Jump table indexed by rounding mode in d1.w. All following assumes
81 swap %d1 |set up d1 for round prec.
86 movel (%a1,%d1.w*4),%a1
94 swap %d1 |se
[all...]
/linux-master/arch/m68k/coldfire/
H A Dentry.S107 movel %sp,%d1 /* get thread_info pointer */
108 andl #-THREAD_SIZE,%d1 /* at base of kernel stack */
109 movel %d1,%a0
110 movel %a0@(TINFO_FLAGS),%d1 /* get thread_info->flags */
111 andl #(1<<TIF_NEED_RESCHED),%d1
114 movel %a0@(TINFO_PREEMPT),%d1
115 cmpl #0,%d1
123 moveml %sp@,%d1-%d5/%a0-%a2
131 movel %sp,%d1 /* get thread_info pointer */
132 andl #-THREAD_SIZE,%d1 /* a
[all...]
/linux-master/drivers/net/wan/
H A Dwanxlfw.S301 movel SICR, %d1 // D1 = clock settings in SICR
302 andl clocking_mask(%d0), %d1
305 orl clocking_txfromrx(%d0), %d1
309 orl clocking_ext(%d0), %d1
311 movel %d1, SICR // update clock settings in SICR
317 movel first_buffer(%d0), %d1 // D1 = starting buffer address
326 movel %d1, (%a1)+ // buffer address
327 addl #BUFFER_LENGTH, %d1
332 movel %d1, (%a1)+ // buffer address
338 movel %d1, (
[all...]
/linux-master/arch/x86/include/asm/
H A Dstring_64.h33 long d0, d1; local
36 : "=&c" (d0), "=&D" (d1)
45 long d0, d1; local
48 : "=&c" (d0), "=&D" (d1)
57 long d0, d1; local
60 : "=&c" (d0), "=&D" (d1)
/linux-master/include/asm-generic/
H A Dxor.h109 register long d0, d1, d2, d3, d4, d5, d6, d7; local
111 d1 = p1[1]; /* ... in bursts, if possible. */
119 d1 ^= p2[1];
127 p1[1] = d1;
147 register long d0, d1, d2, d3, d4, d5, d6, d7; local
149 d1 = p1[1]; /* ... in bursts, if possible. */
157 d1 ^= p2[1];
165 d1 ^= p3[1];
173 p1[1] = d1;
195 register long d0, d1, d local
253 register long d0, d1, d2, d3, d4, d5, d6, d7; local
454 register long d0, d1, d2, d3, d4, d5, d6, d7; local
502 register long d0, d1, d2, d3, d4, d5, d6, d7; local
562 register long d0, d1, d2, d3, d4, d5, d6, d7; local
634 register long d0, d1, d2, d3, d4, d5, d6, d7; local
[all...]
/linux-master/arch/x86/boot/compressed/
H A Dstring.c16 int d0, d1, d2; local
21 : "=&c" (d0), "=&D" (d1), "=&S" (d2)
30 long d0, d1, d2; local
35 : "=&c" (d0), "=&D" (d1), "=&S" (d2)

Completed in 481 milliseconds

123456789