Home
last modified time | relevance | path

Searched full:d6 (Results 1 – 25 of 209) sorted by relevance

123456789

/Linux-v6.6/arch/m68k/fpsp040/
Dsrem_mod.S130 clrl %d6
131 bfffo %d4{#0:#32},%d6
132 lsll %d6,%d4
133 subl %d6,%d3 | ...(D3,D4,D5) is normalized
138 clrl %d6
139 bfffo %d4{#0:#32},%d6
140 subl %d6,%d3
141 lsll %d6,%d4
143 lsll %d6,%d5
144 negl %d6
[all …]
Dbinstr.S43 | A7. Decrement d6 (LEN counter) and repeat the loop until zero.
55 | d6: temp for bit-field extracts
91 bfextu %d3{#0:#3},%d6 |copy 3 msbs of d3 into d6
93 orl %d6,%d2 |or in msbs from d3 into d2
99 swap %d6 |put 0 in d6 lower word
100 addxw %d6,%d1 |add in extend from mul by 2
108 addxw %d6,%d1 |add in extend from add to d1
109 swap %d6 |with d6 = 0; put 0 in upper word
Dbindec.S34 | This value is stored in d6.
118 | d6: ILOG
220 | in d6.
229 | d6: x/ILOG
244 movel #-4933,%d6 |force ILOG = -4933
255 fmovel %fp0,%d6 |put ILOG in d6 as a lword
259 fmovel %fp0,%d6 |put ILOG in d6 as a lword
292 | d6: ILOG/Unchanged
311 movel %d6,%d4 |first load ILOG to d4
364 | d6: ILOG/ILOG or k if ((k<=0)&(ILOG<k))
[all …]
Dround.S311 moveml %d2/%d3/%d5/%d6,-(%a7)
322 moveml (%a7)+,%d2/%d3/%d5/%d6
325 movel %d2,%d6 |save ls mant in d6
330 lsrl %d5,%d6 |by the number in the exp, then
332 orl %d6,%d1 |shift the ls mant bits into the ms mant
338 moveml (%a7)+,%d2/%d3/%d5/%d6
347 moveml (%a7)+,%d2/%d3/%d5/%d6
351 moveml (%a7)+,%d2/%d3/%d5/%d6
362 movel %d6,-(%a7)
369 movel %d1,%d6 |copy ls mant into d6
[all …]
Dsgetem.S126 moveml %d3/%d5/%d6,-(%a7) |save registers
129 movel %d1,%d6 |save ls mant in d6
133 lsrl %d5,%d6 |shift off all bits but those that will
135 orl %d6,%d0 |shift the ls mant bits into the ms mant
136 moveml (%a7)+,%d3/%d5/%d6 |restore registers
Dslogn.S277 clrl %d6
278 bfffo %d4{#0:#32},%d6
279 lsll %d6,%d4
280 addl %d6,%d2 | ...(D3,D4,D5) is normalized
294 clrl %d6
295 bfffo %d4{#0:#32},%d6 | ...find first 1
296 movel %d6,%d2 | ...get k
297 lsll %d6,%d4
299 lsll %d6,%d5
300 negl %d6
[all …]
/Linux-v6.6/include/asm-generic/
Dxor.h109 register long d0, d1, d2, d3, d4, d5, d6, d7; in xor_32regs_2() local
116 d6 = p1[6]; in xor_32regs_2()
124 d6 ^= p2[6]; in xor_32regs_2()
132 p1[6] = d6; in xor_32regs_2()
147 register long d0, d1, d2, d3, d4, d5, d6, d7; in xor_32regs_3() local
154 d6 = p1[6]; in xor_32regs_3()
162 d6 ^= p2[6]; in xor_32regs_3()
170 d6 ^= p3[6]; in xor_32regs_3()
178 p1[6] = d6; in xor_32regs_3()
195 register long d0, d1, d2, d3, d4, d5, d6, d7; in xor_32regs_4() local
[all …]
/Linux-v6.6/arch/arm/crypto/
Dcurve25519-core.S47 vld1.8 {d6-d7}, [r1]
49 vst1.8 {d6-d7}, [r6, : 128]
163 vtrn.32 d4, d6
170 vtrn.32 d6, d0
175 vst1.8 d6, [r2, : 64]
242 vld1.8 {d6}, [r7, : 64]
293 vld1.8 {d6-d7}, [r4, : 128]!
315 vmlal.s32 q10, d6, d23
325 vmlal.s32 q1, d6, d1
328 vmull.s32 q14, d10, d6
[all …]
Dblake2b-neon-core.S100 vtbl.8 d6, {d6}, M_0
156 vadd.u64 d1, d1, d6
183 veor d6, d6, d11
187 vtbl.8 d6, {d6}, M_0
196 vadd.u64 d1, d1, d6
224 veor d18, d6, d11
Dchacha-neon-core.S87 vtbl.8 d6, {d6}, d10
117 vtbl.8 d6, {d6}, d10
237 vdup.32 q13, d6[1]
238 vdup.32 q12, d6[0]
466 vswp d3, d6
602 vtbl.8 d6, {q4-q5}, d6
/Linux-v6.6/arch/m68k/ifpsp060/src/
Dilsp.S139 mov.l 0x10(%a6), %d6 # get dividend lo
160 negx.l %d6 # complement signed dividend
170 tst.l %d6 # is (lo(dividend) == 0), too
173 cmp.l %d7,%d6 # is (divisor <= lo(dividend))
176 exg %d5,%d6 # q = 0, r = dividend
180 tdivu.l %d7, %d5:%d6 # it's only a 32/32 bit div!
209 cmpi.l %d6, &0x80000000 # will (-quot) fit in 32 bits?
212 neg.l %d6 # make (-quot) 2's comp
217 btst &0x1f, %d6 # will (+quot) fit in 32 bits?
225 tst.l %d6 # may set 'N' ccode bit
[all …]
Disp.S284 set EXC_D6, EXC_DREGS+(6*4) # offset of d6
2109 mov.l (EXC_DREGS,%a6,%d1.w*4), %d6 # get dividend lo
2130 negx.l %d6 # complement signed dividend
2140 tst.l %d6 # is (lo(dividend) == 0), too
2143 cmp.l %d7,%d6 # is (divisor <= lo(dividend))
2146 exg %d5,%d6 # q = 0, r = dividend
2150 tdivu.l %d7, %d5:%d6 # it's only a 32/32 bit div!
2179 cmpi.l %d6, &0x80000000 # will (-quot) fit in 32 bits?
2182 neg.l %d6 # make (-quot) 2's comp
2187 btst &0x1f, %d6 # will (+quot) fit in 32 bits?
[all …]
/Linux-v6.6/arch/m68k/include/asm/
Draw_io.h315 "movel %2,%/d6\n\t" in raw_insw_swapw()
316 "subql #1,%/d6\n" in raw_insw_swapw()
320 "dbra %/d6,1b" in raw_insw_swapw()
323 : "d0", "a0", "a1", "d6"); in raw_insw_swapw()
328 "movel %2,%/d6\n\t" in raw_insw_swapw()
329 "lsrl #3,%/d6\n\t" in raw_insw_swapw()
330 "subql #1,%/d6\n" in raw_insw_swapw()
355 "dbra %/d6,1b" in raw_insw_swapw()
358 : "d0", "a0", "a1", "d6"); in raw_insw_swapw()
368 "movel %2,%/d6\n\t" in raw_outsw_swapw()
[all …]
Dentry.h48 * regs a3-a6 and d6-d7 are preserved by C code
167 moveml %a3-%a6/%d6-%d7,%sp@
171 moveml %sp@,%a3-%a6/%d6-%d7
210 moveml %a3-%a6/%d6-%d7,%sp@-
214 moveml %sp@+,%a3-%a6/%d6-%d7
/Linux-v6.6/arch/m68k/kernel/
Dhead.S1693 movel %a3@+,%d6
1694 btst #0,%d6
1706 91: putn %d6
1727 movel %a0@+,%d6
1728 btst #1,%d6
1734 andil #0xfffffe00,%d6
1735 movel %d6,%a1
1739 movel %a1@+,%d6
1740 btst #1,%d6
1746 andil #0xffffff00,%d6
[all …]
/Linux-v6.6/include/linux/
Duuid.h23 #define GUID_INIT(a, b, c, d0, d1, d2, d3, d4, d5, d6, d7) \ argument
28 (d0), (d1), (d2), (d3), (d4), (d5), (d6), (d7) }})
30 #define UUID_INIT(a, b, c, d0, d1, d2, d3, d4, d5, d6, d7) \ argument
35 (d0), (d1), (d2), (d3), (d4), (d5), (d6), (d7) }})
/Linux-v6.6/Documentation/devicetree/bindings/display/panel/
Dpanel-mipi-dbi-spi.yaml43 |<0><D7><D6><D5><D4><D3><D2><D1><D0>|<D/CX><D7><D6><D5><D4><D3><D2><D1><D0>|
47 |<X><X><X><X><X><X><X><D/CX><D7><D6><D5><D4><D3><D2><D1><D0>|
51 |<D7><D6><D5><D4><D3><D2><D1><D0>|
/Linux-v6.6/drivers/gpu/drm/amd/include/ivsrcid/dcn/
Dirqsrcs_dcn_1_0.h558 #define DCN_1_0__SRCID__OTG6_CPU_SS_INT 0x17 // D6 : OTG Static Screen interrupt OTG6_IHC_CPU_SS_IN…
561 #define DCN_1_0__SRCID__OTG6_RANGE_TIMING_UPDATE 0x17 // D6 : OTG range timing OTG6_IHC_RANGE_TIMIN…
569 #define DCN_1_0__SRCID__DC_D6_OTG_V_UPDATE 0x1D // D6 : OTG V_update OTG6_IHC_V_UPDATE_INTERRUPT DI…
847 #define DCN_1_0__SRCID__DC_D6_VBLANK 0x25 // D6 : Vblank HUBP5_IHC_VBLANK_INTERRUPT DISP_INTERRUPT_…
850 #define DCN_1_0__SRCID__DC_D6_VLINE1 0x25 // D6 : Vline HUBP5_IHC_VLINE_INTERRUPT DISP_INTERRUPT_ST…
853 #define DCN_1_0__SRCID__DC_D6_VLINE2 0x25 // D6 : Vline2 HUBP5_IHC_VLINE2_INTERRUPT DISP_INTERRUPT_…
982 #define DCN_1_0__SRCID__DC_D6_OTG_SNAPSHOT 0x38 // D6: OTG snapshot OTG6_IHC_SNAPSHOT_INTERRUPT DIS…
985 #define DCN_1_0__SRCID__DC_D6_FORCE_CNT_W 0x38 // D6 : Force - count--w OTG6_IHC_FORCE_COUNT_NOW_IN…
988 #define DCN_1_0__SRCID__DC_D6_FORCE_VSYNC_NXT_LINE 0x38 // D6 : Force - Vsync - next - line OTG6_IH…
991 #define DCN_1_0__SRCID__DC_D6_OTG_EXTT_TRG_A 0x38 // D6 : OTG external trigger A OTG6_IHC_TRIGA_INT…
[all …]
/Linux-v6.6/drivers/net/wan/
Dwanxlfw.S259 clrl %d6 // D6 = doorbell to host value
284 movel %d6, PLX_DOORBELL_FROM_CARD // signal the host
290 open_port: // D0 = 4 * port, D6 = doorbell to host
432 close_port: // D0 = 4 * port, D6 = doorbell to host
447 tx: // D0 = 4 * port, D6 = doorbell to host
486 // Service receive buffers // D0 = 4 * port, D6 = doorbell to host
526 // update D6 and rx_out
527 bsetl #DOORBELL_FROM_CARD_RX, %d6 // signal host that RX completed
562 // Service transmit buffers // D0 = 4 * port, D6 = doorbell to host
574 // update D6, tx_in and tx_count
[all …]
/Linux-v6.6/include/uapi/linux/
Dmei_uuid.h18 #define UUID_LE(a, b, c, d0, d1, d2, d3, d4, d5, d6, d7) \ argument
23 (d0), (d1), (d2), (d3), (d4), (d5), (d6), (d7) }})
/Linux-v6.6/arch/x86/kernel/
Dprocess_32.c63 unsigned long d0, d1, d2, d3, d6, d7; in __show_regs() local
91 get_debugreg(d6, 6); in __show_regs()
96 (d6 == DR6_RESERVED) && (d7 == 0x400)) in __show_regs()
102 log_lvl, d6, d7); in __show_regs()
/Linux-v6.6/arch/m68k/math-emu/
Dfp_entry.S155 move.l %d6,%d0
156 printf PREGISTER,"{d6->%08x}",1,%d0
208 printf PREGISTER,"{d6<-%08x}",1,%d0
209 move.l %d0,%d6
/Linux-v6.6/drivers/ata/
Dpata_hpt366.c136 "Maxtor 91360D8", "Maxtor 91190D7", "Maxtor 91020D6", "Maxtor 90845D5",
138 "Maxtor 91152D8", "Maxtor 91008D7", "Maxtor 90845D6", "Maxtor 90840D6",
143 "Maxtor 90750D6", "Maxtor 90625D5", "Maxtor 90500D4",
144 "Maxtor 91728D8", "Maxtor 91512D7", "Maxtor 91303D6", "Maxtor 91080D5",
/Linux-v6.6/drivers/input/touchscreen/
Dbu21029_ts.c26 * | D7 | D6 | D5 | D4 | D3 | D2 | D1 | D0 |
32 * | D7 | D6 | D5 | D4 | D3 | D2 | D1 | D0 |
45 * | D7 | D6 | D5 | D4 | D3 | D2 | D1 | D0 |
60 * | D7 | D6 | D5 | D4 | D3 | D2 | D1 | D0 |
76 * | D7 | D6 | D5 | D4 | D3 | D2 | D1 | D0 |
92 * | D7 | D6 | D5 | D4 | D3 | D2 | D1 | D0 |
113 * | D7 | D6 | D5 | D4 | D3 | D2 | D1 | D0 |
126 * | D7 | D6 | D5 | D4 | D3 | D2 | D1 | D0 |
/Linux-v6.6/arch/arm/boot/dts/nxp/mxs/
Dimx28-eukrea-mbmx28lc.dtsi48 led-d6 {
54 label = "d6";
215 led_d6_pins_mbmx28lc: led-d6-mbmx28lc@0 {

123456789