Home
last modified time | relevance | path

Searched full:d5 (Results 1 – 25 of 220) sorted by relevance

123456789

/linux/include/asm-generic/
H A Dxor.h109 register long d0, d1, d2, d3, d4, d5, d6, d7; in xor_32regs_2() local
115 d5 = p1[5]; in xor_32regs_2()
123 d5 ^= p2[5]; in xor_32regs_2()
131 p1[5] = d5; in xor_32regs_2()
147 register long d0, d1, d2, d3, d4, d5, d6, d7; in xor_32regs_3() local
153 d5 = p1[5]; in xor_32regs_3()
161 d5 ^= p2[5]; in xor_32regs_3()
169 d5 ^= p3[5]; in xor_32regs_3()
177 p1[5] = d5; in xor_32regs_3()
195 register long d0, d1, d2, d3, d4, d5, d6, d7; in xor_32regs_4() local
[all …]
/linux/arch/s390/crypto/
H A Dchacha-s390.S468 #define D5 %v23 macro
512 VAF D5,D2,T3 # K[3]+5
537 VX D5,D5,A5
543 VERLLF D5,D5,16
550 VAF C5,C5,D5
575 VX D5,D5,A5
581 VERLLF D5,D5,8
588 VAF C5,C5,D5
619 VSLDB D5,D5,D5,12
632 VX D5,D5,A5
[all …]
/linux/arch/m68k/fpsp040/
H A Dbinstr.S26 | Copy the fraction in d2:d3 to d4:d5.
32 | A4. Multiply the fraction in d4:d5 by 2 using shifts. The msb
35 | A5. Add using the carry the 64-bit quantities in d2:d3 and d4:d5
54 | d5: lower 32-bits of fraction for mul by 2
81 | A2. Copy d2:d3 to d4:d5. Start loop.
85 movel %d3,%d5 |to d4:d5
95 | A4. Multiply d4:d5 by 2; add carry out to d1.
97 asll #1,%d5 |mul d5 by 2
104 addl %d5,%d3 |add lower 32 bits
H A Dsrem_mod.S117 movel 8(%a0),%d5 | ...(D3,D4,D5) is |Y|
127 movel %d5,%d4
128 clrl %d5
133 subl %d6,%d3 | ...(D3,D4,D5) is normalized
142 movel %d5,%d7 | ...a copy of D5
143 lsll %d6,%d5
147 orl %d7,%d4 | ...(D3,D4,D5) normalized
152 addil #0x00003FFE,%d3 | ...(D3,D4,D5) normalized
226 |..At this point carry = 0, R = (D1,D2), Y = (D4,D5)
229 cmpl %d5,%d2 | ...compare lo(R) and lo(Y)
[all …]
H A Dbindec.S117 | d5: LAMBDA/ICTR
228 | d5: x/x
271 | loop entry A6. The lower word of d5 is used for ICTR.
273 clrw %d5 |clear ICTR
291 | d5: ICTR/Unchanged
363 | d5: 0/ICTR:LAMBDA
387 swap %d5 |use upper word of d5 for LAMBDA
388 clrw %d5 |set it zero initially
392 addqw #1,%d5 |if neg, set LAMBDA true
403 addw %d5,%d1 |add in LAMBDA
[all …]
H A Ddecbin.S11 | Saves and Modifies: D2-D5
121 moveml %d2-%d5,-(%a7)
274 | (*) d5: lword counter
296 moveql #1,%d5 |init lword counter
297 movel (%a0,%d5.L*4),%d4 |get lword 2 to d4
300 addql #1,%d5 |inc lword counter
301 movel (%a0,%d5.L*4),%d4 |get lword 3 to d4
344 moveql #2,%d5 |set up d5 to point to lword 3
345 movel (%a0,%d5.L*4),%d4 |get lword 3
347 subl #1,%d5 |dec d5 to point to lword 2
[all …]
H A Dsgetem.S126 moveml %d3/%d5/%d6,-(%a7) |save registers
131 movel #32,%d5
132 subl %d3,%d5 |sub 32 from shift for ls mant
133 lsrl %d5,%d6 |shift off all bits but those that will
136 moveml (%a7)+,%d3/%d5/%d6 |restore registers
H A Dslogn.S267 movel 8(%a0),%d5 | ...(D4,D5) is (Hi_X,Lo_X)
274 movel %d5,%d4
275 clrl %d5
280 addl %d6,%d2 | ...(D3,D4,D5) is normalized
284 movel %d5,XFRAC+4(%a6)
298 movel %d5,%d7 | ...a copy of D5
299 lsll %d6,%d5
303 orl %d7,%d4 | ...(D3,D4,D5) normalized
307 movel %d5,XFRAC+4(%a6)
H A Dround.S311 moveml %d2/%d3/%d5/%d6,-(%a7)
322 moveml (%a7)+,%d2/%d3/%d5/%d6
328 movel #32,%d5
329 subl %d0,%d5 |make op a denorm by shifting bits
330 lsrl %d5,%d6 |by the number in the exp, then
338 moveml (%a7)+,%d2/%d3/%d5/%d6
347 moveml (%a7)+,%d2/%d3/%d5/%d6
351 moveml (%a7)+,%d2/%d3/%d5/%d6
/linux/arch/m68k/ifpsp060/src/
H A Dilsp.S138 mov.l 0xc(%a6), %d5 # get dividend hi
155 tst.l %d5 # chk sign of hi(dividend)
161 negx.l %d5
167 tst.l %d5 # is (hi(dividend) == 0)
176 exg %d5,%d6 # q = 0, r = dividend
180 tdivu.l %d7, %d5:%d6 # it's only a 32/32 bit div!
187 cmp.l %d7,%d5
201 neg.l %d5 # sgn(rem) = sgn(dividend)
243 mov.l 0xc(%a6), %d5 # get dividend hi
275 # The most sig. longword of the 64 bit dividend must be in %d5, least #
[all …]
H A Disp.S285 set EXC_D5, EXC_DREGS+(5*4) # offset of d5
1336 movm.l &0x3c00,-(%sp) # save d2-d5
1338 mov.l %d0,%d5 # put extword in d5
1452 movm.l &0x3c00,-(%sp) # save d2-d5
1454 mov.l %d0,%d5 # put extword in d5
1493 # d5 = extword (internal " " )
1495 btst &0x6,%d5 # is the index suppressed?
1500 bfextu %d5{&16:&4},%d2
1502 btst &0xb,%d5 # is index word or long?
1506 bfextu %d5{&21:&2},%d0
[all …]
/linux/arch/m68k/include/asm/
H A Dentry.h14 * This allows access to the syscall arguments in registers d1-d5
20 * 10(sp) - d5
76 moveml %d1-%d5/%a0-%a2,%sp@
86 moveml %d1-%d5/%a0-%a2,%sp@
101 moveml %sp@,%d1-%d5/%a0-%a2
132 moveml %d1-%d5/%a0-%a2,%sp@
141 moveml %d1-%d5/%a0-%a2,%sp@
145 moveml %sp@,%d1-%d5/%a0-%a2
190 moveml %d1-%d5/%a0-%a2,%sp@-
197 moveml %d1-%d5/%a0-%a2,%sp@-
[all …]
H A Dswitch_to.h13 * automatically by SAVE_SWITCH_STACK in resume(), ie. d0-d5 and
38 : "d0", "d2", "d3", "d4", "d5"); \
/linux/drivers/block/
H A Dswim_asm.S48 moveml %d1-%d5/%a0-%a4,%sp@-
51 moveml %sp@+, %d1-%d5/%a0-%a4
151 moveml %d1-%d5/%a0-%a5,%sp@-
154 moveml %sp@+, %d1-%d5/%a0-%a5
197 moveb %a2@, %d5
198 andb #0xc0, %d5
202 andb #0x40, %d5
218 moveb %a3@, %d5
228 moveb %a3@, %d5
/linux/drivers/scsi/snic/
H A Dsnic_trc.h48 snic_trace(char *fn, u16 hno, u32 tag, u64 d1, u64 d2, u64 d3, u64 d4, u64 d5) in snic_trace() argument
62 tr_rec->data[4] = d5; in snic_trace()
66 #define SNIC_TRC(_hno, _tag, d1, d2, d3, d4, d5) \ argument
76 (u64)(d5)); \
80 #define SNIC_TRC(_hno, _tag, d1, d2, d3, d4, d5) \ argument
91 (u64)(d5)); \
/linux/arch/arm/crypto/
H A Dcurve25519-core.S29 vmov.i32 d5, #38
33 vst1.8 {d4-d5}, [r6, : 128]
36 vst1.8 {d4-d5}, [r6, : 128]!
37 vst1.8 {d4-d5}, [r6, : 128]!
46 vld1.8 {d4-d5}, [r1]!
48 vst1.8 {d4-d5}, [r6, : 128]!
165 vtrn.32 d5, d7
276 vst1.8 {d4-d5}, [r4, : 128]!
280 vst1.8 {d4-d5}, [r4, : 128]!
291 vld1.8 {d4-d5}, [r5, : 128]!
[all …]
H A Dblake2b-neon-core.S99 vtbl.8 d5, {d5}, M_0
155 vadd.u64 d0, d0, d5
182 veor d5, d5, d10
186 vtbl.8 d5, {d5}, M_0
195 vadd.u64 d0, d0, d5
223 veor d17, d5, d10
/linux/include/linux/
H A 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/drivers/gpu/drm/amd/include/ivsrcid/dcn/
H A Dirqsrcs_dcn_1_0.h552 #define DCN_1_0__SRCID__OTG5_CPU_SS_INT 0x17 // D5 : OTG Static Screen interrupt OTG5_IHC_CPU_SS_IN…
555 #define DCN_1_0__SRCID__OTG5_RANGE_TIMING_UPDATE 0x17 // D5 : OTG range timing OTG5_IHC_RANGE_TIMIN…
568 #define DCN_1_0__SRCID__DC_D5_OTG_V_UPDATE 0x1C // D5 : OTG V_update OTG5_IHC_V_UPDATE_INTERRUPT DI…
727 #define DCN_1_0__SRCID__DC_D5_OTG_SNAPSHOT 0x22 // D5 : OTG snapshot OTG5_IHC_SNAPSHOT_INTERRUPT DI…
730 #define DCN_1_0__SRCID__DC_D5_FORCE_CNT_W 0x22 // D5 : Force - count--w OTG5_IHC_FORCE_COUNT_NOW_IN…
733 #define DCN_1_0__SRCID__DC_D5_FORCE_VSYNC_NXT_LINE 0x22 // D5 : Force - Vsync - next - line OTG5_IH…
736 #define DCN_1_0__SRCID__DC_D5_OTG_EXTT_TRG_A 0x22 // D5 : OTG external trigger A OTG5_IHC_TRIGA_INT…
739 #define DCN_1_0__SRCID__DC_D5_OTG_EXTT_TRG_B 0x22 // D5 : OTG external trigger B OTG5_IHC_TRIGB_INT…
742 #define DCN_1_0__SRCID__DC_D5_OTG_GSL_VSYNC_GAP 0x22 // D5 : gsl_vsync_gap_interrupt_frame_delay OT…
745 #define DCN_1_0__SRCID__OTG5_VERTICAL_INTERRUPT0_CONTROL 0x22 // D5 : OTG vertical interrupt 0 OTG5…
[all …]
/linux/Documentation/devicetree/bindings/display/panel/
H A 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/include/uapi/linux/
H A 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/arch/m68k/math-emu/
H A Dfp_entry.S150 move.l %d5,%d0
151 printf PREGISTER,"{d5->%08x}",1,%d0
202 printf PREGISTER,"{d5<-%08x}",1,%d0
203 | move.l %d0,%d5
/linux/arch/arm64/boot/dts/ti/
H A Dk3-am65-iot2050-arduino-connector.dtsi468 "d5-ehrpwm1-a", "d5-gpio", "d5-gpio-pullup", "d5-gpio-pulldown",
533 d5_ehrpwm1_a: d5-ehrpwm1-a-pins {
540 d5_gpio: d5-gpio-pins {
547 d5_gpio_pullup: d5-gpio-pullup-pins {
554 d5_gpio_pulldown: d5-gpio-pulldown-pins {
/linux/drivers/ata/
H A Dpata_hpt366.c136 "Maxtor 91360D8", "Maxtor 91190D7", "Maxtor 91020D6", "Maxtor 90845D5",
139 "Maxtor 90720D5", "Maxtor 90648D5", "Maxtor 90576D4",
143 "Maxtor 90750D6", "Maxtor 90625D5", "Maxtor 90500D4",
144 "Maxtor 91728D8", "Maxtor 91512D7", "Maxtor 91303D6", "Maxtor 91080D5",
/linux/Documentation/networking/device_drivers/ethernet/neterion/
H A Ds2io.rst149 #setpci -d 17d5:* 62=1d
153 #setpci -d 17d5:* 62=3d
169 #setpci -d 17d5:* LATENCY_TIMER=f8

123456789