Home
last modified time | relevance | path

Searched +full:3 +full:d1 (Results 1 – 25 of 916) sorted by relevance

12345678910>>...37

/kernel/linux/linux-5.10/arch/m68k/math-emu/
Dfp_util.S15 * 3. The name of the author may not be used to endorse or promote
49 * something here. %d0 and %d1 is always usable, sometimes %d2 (or
69 1: printf ,"oops:%p,%p,%p\n",3,%a2@(TASK_MM-8),%a2@(TASK_MM-4),%a2@(TASK_MM)
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
[all …]
Dfp_movem.S15 * 3. The name of the author may not be used to endorse or promote
46 | %d1 contains the mask and count of the register list
56 1: bfextu %d2{#25,#3},%d0 | dynamic 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
142 jra 3f
[all …]
Dfp_decode.h15 * 3. The name of the author may not be used to endorse or promote
48 * d1 - upper 16bit are reserved for caller
85 bfextu %d2{#16,#3},%d0
99 bfextu %d2{#19,#3},%d0
104 bfextu %d2{#19,#3},%d0
109 bfextu %d2{#22,#3},%d0
115 bfextu %d2{#10,#3},%d0
130 bfextu %d2{#13,#3},%d0
141 bfextu %d2{#17,#3},%d0 | get the register nr
153 jne 3\@f
[all …]
/kernel/linux/linux-6.6/arch/m68k/math-emu/
Dfp_util.S15 * 3. The name of the author may not be used to endorse or promote
49 * something here. %d0 and %d1 is always usable, sometimes %d2 (or
69 1: printf ,"oops:%p,%p,%p\n",3,%a2@(TASK_MM-8),%a2@(TASK_MM-4),%a2@(TASK_MM)
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
[all …]
Dfp_movem.S15 * 3. The name of the author may not be used to endorse or promote
46 | %d1 contains the mask and count of the register list
56 1: bfextu %d2{#25,#3},%d0 | dynamic 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
142 jra 3f
[all …]
Dfp_decode.h15 * 3. The name of the author may not be used to endorse or promote
48 * d1 - upper 16bit are reserved for caller
85 bfextu %d2{#16,#3},%d0
99 bfextu %d2{#19,#3},%d0
104 bfextu %d2{#19,#3},%d0
109 bfextu %d2{#22,#3},%d0
115 bfextu %d2{#10,#3},%d0
130 bfextu %d2{#13,#3},%d0
141 bfextu %d2{#17,#3},%d0 | get the register nr
153 jne 3\@f
[all …]
/kernel/linux/linux-5.10/drivers/net/wan/
Dwanxlfw.S17 0x3C0 - 0x410 TX#3 0x410 - 0x500 RX#3
25 E00 EBF 192 Bytes Dual-Port RAM Parameter RAM Page 3
31 PCI9060 DMA and PCI doorbells 3
125 addl #3, \len
135 addl #3, \len
151 beq 99f // only 0 - 3 bytes
301 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
[all …]
/kernel/linux/linux-6.6/drivers/net/wan/
Dwanxlfw.S17 0x3C0 - 0x410 TX#3 0x410 - 0x500 RX#3
25 E00 EBF 192 Bytes Dual-Port RAM Parameter RAM Page 3
31 PCI9060 DMA and PCI doorbells 3
125 addl #3, \len
135 addl #3, \len
151 beq 99f // only 0 - 3 bytes
301 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
[all …]
/kernel/linux/linux-5.10/include/asm-generic/
Dxor.h19 p1[3] ^= p2[3]; in xor_8regs_2()
39 p1[3] ^= p2[3] ^ p3[3]; in xor_8regs_3()
60 p1[3] ^= p2[3] ^ p3[3] ^ p4[3]; in xor_8regs_4()
82 p1[3] ^= p2[3] ^ p3[3] ^ p4[3] ^ p5[3]; in xor_8regs_5()
101 register long d0, d1, d2, d3, d4, d5, d6, d7; in xor_32regs_2() local
103 d1 = p1[1]; /* ... in bursts, if possible. */ in xor_32regs_2()
105 d3 = p1[3]; in xor_32regs_2()
111 d1 ^= p2[1]; in xor_32regs_2()
113 d3 ^= p2[3]; in xor_32regs_2()
119 p1[1] = d1; in xor_32regs_2()
[all …]
/kernel/linux/linux-6.6/include/asm-generic/
Dxor.h20 p1[3] ^= p2[3]; in xor_8regs_2()
41 p1[3] ^= p2[3] ^ p3[3]; in xor_8regs_3()
64 p1[3] ^= p2[3] ^ p3[3] ^ p4[3]; in xor_8regs_4()
89 p1[3] ^= p2[3] ^ p3[3] ^ p4[3] ^ p5[3]; in xor_8regs_5()
109 register long d0, d1, d2, d3, d4, d5, d6, d7; in xor_32regs_2() local
111 d1 = p1[1]; /* ... in bursts, if possible. */ in xor_32regs_2()
113 d3 = p1[3]; in xor_32regs_2()
119 d1 ^= p2[1]; in xor_32regs_2()
121 d3 ^= p2[3]; in xor_32regs_2()
127 p1[1] = d1; in xor_32regs_2()
[all …]
/kernel/linux/linux-6.6/arch/m68k/fpsp040/
Ddecbin.S93 .byte 2,3,2,3
94 .byte 2,3,3,2
95 .byte 3,2,2,3
125 | 2. Calculate absolute value of exponent in d1 by mul and add.
126 | 3. Correct for exponent sign.
134 | (*) d1: accumulator for binary exponent
148 movel ETEMP_HI(%a6),4(%a0) |save words 2 and 3
151 clrl %d1 |zero d1 for accumulator
153 mulul #TEN,%d1 |mul partial product by one digit place
155 addl %d0,%d1 |d1 = d1 + d0
[all …]
Ddo_func.S80 bfextu STAG(%a6){#0:#3},%d1
81 lsll #3,%d0 |make room for STAG
82 addl %d1,%d0 |combine for final index into table
86 movel USER_FPCR(%a6),%d1
87 andl #0xFF,%d1 | discard all but rounding mode/prec
275 bfextu STAG(%a6){#0:#3},%d0 |stag = d0
276 bfextu DTAG(%a6){#0:#3},%d1 |dtag = d1
282 bclrl #2,%d1
284 lslb #2,%d1
285 orb %d0,%d1 |d1{3:2} = dtag, d1{1:0} = stag
[all …]
Dsmovecr.S46 bfextu USER_FPCR(%a6){#26:#2},%d1 |get rmode
58 cmpib #0x3f,%d0 |check range $30 - $3f
64 tstb %d1 |offset is zero, check for rmode
66 cmpib #0x3,%d1 |check for rp
67 beqs PI_RP |if 3, rp mode
79 tstb %d1 |check for rmode
81 cmpib #0x3,%d1 |check for rp
82 beqs SM_RP |if 3, rp mode
87 bra no_finx |if 3, it is exact
92 bra no_finx |if 3, it is exact
[all …]
Dgen_except.S76 bfextu CMDREG1B(%a6){#13:#1},%d1 |extract bit 2
77 lsll #5,%d1
78 swap %d1
79 orl %d1,%d0 |put it in the right place
80 bfextu CMDREG1B(%a6){#10:#3},%d1 |extract bit 3,4,5
81 lsll #2,%d1
82 swap %d1
83 orl %d1,%d0 |put them in the right place
155 bfffo %d0{#24:#8},%d1 |test for first set bit
157 subib #24,%d1 |normalize bit offset to 0-8
[all …]
Dbinstr.S30 | d1.
36 | into d2:d3. D1 will contain the bcd digit formed.
50 | d1: temp used to form the digit
87 | A3. Multiply d2:d3 by 8; extract msbs into d1.
89 bfextu %d2{#0:#3},%d1 |copy 3 msbs of d2 into d1
90 asll #3,%d2 |shift d2 left by 3 places
91 bfextu %d3{#0:#3},%d6 |copy 3 msbs of d3 into d6
92 asll #3,%d3 |shift d3 left by 3 places
95 | A4. Multiply d4:d5 by 2; add carry out to d1.
100 addxw %d6,%d1 |add in extend from mul by 2
[all …]
/kernel/linux/linux-5.10/arch/m68k/fpsp040/
Ddecbin.S93 .byte 2,3,2,3
94 .byte 2,3,3,2
95 .byte 3,2,2,3
125 | 2. Calculate absolute value of exponent in d1 by mul and add.
126 | 3. Correct for exponent sign.
134 | (*) d1: accumulator for binary exponent
148 movel ETEMP_HI(%a6),4(%a0) |save words 2 and 3
151 clrl %d1 |zero d1 for accumulator
153 mulul #TEN,%d1 |mul partial product by one digit place
155 addl %d0,%d1 |d1 = d1 + d0
[all …]
Ddo_func.S80 bfextu STAG(%a6){#0:#3},%d1
81 lsll #3,%d0 |make room for STAG
82 addl %d1,%d0 |combine for final index into table
86 movel USER_FPCR(%a6),%d1
87 andl #0xFF,%d1 | discard all but rounding mode/prec
275 bfextu STAG(%a6){#0:#3},%d0 |stag = d0
276 bfextu DTAG(%a6){#0:#3},%d1 |dtag = d1
282 bclrl #2,%d1
284 lslb #2,%d1
285 orb %d0,%d1 |d1{3:2} = dtag, d1{1:0} = stag
[all …]
Dsmovecr.S46 bfextu USER_FPCR(%a6){#26:#2},%d1 |get rmode
58 cmpib #0x3f,%d0 |check range $30 - $3f
64 tstb %d1 |offset is zero, check for rmode
66 cmpib #0x3,%d1 |check for rp
67 beqs PI_RP |if 3, rp mode
79 tstb %d1 |check for rmode
81 cmpib #0x3,%d1 |check for rp
82 beqs SM_RP |if 3, rp mode
87 bra no_finx |if 3, it is exact
92 bra no_finx |if 3, it is exact
[all …]
Dgen_except.S76 bfextu CMDREG1B(%a6){#13:#1},%d1 |extract bit 2
77 lsll #5,%d1
78 swap %d1
79 orl %d1,%d0 |put it in the right place
80 bfextu CMDREG1B(%a6){#10:#3},%d1 |extract bit 3,4,5
81 lsll #2,%d1
82 swap %d1
83 orl %d1,%d0 |put them in the right place
155 bfffo %d0{#24:#8},%d1 |test for first set bit
157 subib #24,%d1 |normalize bit offset to 0-8
[all …]
Dbinstr.S30 | d1.
36 | into d2:d3. D1 will contain the bcd digit formed.
50 | d1: temp used to form the digit
87 | A3. Multiply d2:d3 by 8; extract msbs into d1.
89 bfextu %d2{#0:#3},%d1 |copy 3 msbs of d2 into d1
90 asll #3,%d2 |shift d2 left by 3 places
91 bfextu %d3{#0:#3},%d6 |copy 3 msbs of d3 into d6
92 asll #3,%d3 |shift d3 left by 3 places
95 | A4. Multiply d4:d5 by 2; add carry out to d1.
100 addxw %d6,%d1 |add in extend from mul by 2
[all …]
/kernel/linux/linux-6.6/arch/s390/crypto/
Dchacha-s390.S23 .long 3,0,0,0
26 .long 0,1,2,3
102 VREPF XB3,K1,3
107 VREPF XD3,K3,3
113 VREPF XC3,K2,3
448 #define D1 %v7 macro
508 VAF D1,K3,T1 # K[3]+1
509 VAF D2,K3,T2 # K[3]+2
510 VAF D3,K3,T3 # K[3]+3
511 VAF D4,D2,T2 # K[3]+4
[all …]
/kernel/linux/linux-6.6/arch/m68k/68000/
Dentry.S50 movel %sp@(PT_OFF_ORIG_D0),%d1
52 cmpl #NR_syscalls,%d1
54 lsl #2,%d1
56 jbsr %a0@(%d1)
76 movel %sp,%d1 /* get thread_info pointer */
77 andl #-THREAD_SIZE,%d1
78 movel %d1,%a2
102 movel %sp,%d1 /* get thread_info pointer */
103 andl #-THREAD_SIZE,%d1
104 movel %d1,%a2
[all …]
/kernel/linux/linux-5.10/arch/m68k/68000/
Dentry.S52 movel %sp@(PT_OFF_ORIG_D0),%d1
54 cmpl #NR_syscalls,%d1
56 lsl #2,%d1
58 jbsr %a0@(%d1)
80 movel %sp,%d1 /* get thread_info pointer */
81 andl #-THREAD_SIZE,%d1
82 movel %d1,%a2
106 movel %sp,%d1 /* get thread_info pointer */
107 andl #-THREAD_SIZE,%d1
108 movel %d1,%a2
[all …]
/kernel/linux/linux-6.6/arch/x86/crypto/
Dpoly1305-x86_64-cryptogams.pl2 # SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause
101 if (!$avx && `$ENV{CC} -v 2>&1` =~ /((?:^clang|LLVM) version|.*based on LLVM) ([3-9]\.[0-9]+)/) {
148 .long 2,2,2,3,2,0,2,1
150 .long 0,0,0,1, 0,2,0,3, 0,4,0,5, 0,6,0,7
153 .long 0,1,1,2,2,3,7,7
179 my ($d1,$d2,$d3, $r0,$r1,$s1)=("%r8","%r9","%rdi","%r11","%r12","%r13");
194 mov %rdx,$d1
204 adc %rdx,$d1
208 mov $d1,$h1
219 and \$3,$h2
[all …]
/kernel/linux/linux-5.10/arch/x86/crypto/
Dpoly1305-x86_64-cryptogams.pl2 # SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause
101 if (!$avx && `$ENV{CC} -v 2>&1` =~ /((?:^clang|LLVM) version|.*based on LLVM) ([3-9]\.[0-9]+)/) {
149 .long 2,2,2,3,2,0,2,1
151 .long 0,0,0,1, 0,2,0,3, 0,4,0,5, 0,6,0,7
154 .long 0,1,1,2,2,3,7,7
180 my ($d1,$d2,$d3, $r0,$r1,$s1)=("%r8","%r9","%rdi","%r11","%r12","%r13");
195 mov %rdx,$d1
205 adc %rdx,$d1
209 mov $d1,$h1
220 and \$3,$h2
[all …]

12345678910>>...37