| /kernel/linux/linux-6.6/arch/m68k/fpsp040/ |
| D | binstr.S | 21 | A1. Init d7 to 1. D7 is the byte digit counter, and if 1, the 38 | A6. Test d7. If zero, the digit formed is the ms digit. If non- 56 | d7: byte digit formation word;digit count {0,1} 74 moveml %d0-%d7,-(%a7) 76 | A1: Init d7 78 moveql #1,%d7 |init d7 for second digit 111 | A6. Test d7 and branch. 113 tstw %d7 |if zero, store digit & to loop 116 swap %d7 |bring first digit to word d7b 117 aslw #4,%d7 |first digit in upper 4 bits d7b [all …]
|
| D | srem_mod.S | 110 moveml %d2-%d7,-(%a7) | ...save data registers 142 movel %d5,%d7 | ...a copy of D5 146 lsrl %d6,%d7 147 orl %d7,%d4 | ...(D3,D4,D5) normalized 187 movel %d2,%d7 | ...a copy of D2 191 lsrl %d6,%d7 192 orl %d7,%d1 | ...(D0,D1,D2) normalized 287 movel %d2,%d7 | ...a copy of D2 291 lsrl %d6,%d7 292 orl %d7,%d1 | ...(D0,D1,D2) normalized [all …]
|
| D | bindec.S | 18 | Saves and Modifies: D2-D7,A2,FP2 23 | The k-factor is saved for use in d7. Clear the 119 | d7: k-factor 165 moveml %d2-%d7/%a2,-(%a7) 169 | The k-factor is saved for use in d7. Clear BINDEC_FLG for 177 movel %d0,%d7 |move k-factor to d7 230 | d7: k-factor/Unchanged 293 | d7: k-factor/Unchanged 306 tstl %d7 |branch on sign of k 308 movel %d7,%d4 |if k > 0, LEN = k [all …]
|
| D | round.S | 358 movel %d7,-(%a7) 359 bfffo LOCAL_HI(%a0){#0:#32},%d7 |find first 1 in ms mant to d7) 364 subw %d7,LOCAL_EX(%a0) |sub exponent by count 368 lsll %d7,%d0 |shift first 1 to j bit position 370 lsll %d7,%d6 |shift ls mant by count 373 subl %d7,%d6 |continue shift 378 moveml (%a7)+,%d7/%d6 |restore registers 389 bfffo %d1{#0:#32},%d7 |find first 1 in ls mant to d7) 390 subw %d7,%d0 |subtract shift count from exp 391 lsll %d7,%d1 |shift first 1 to integer bit in ms mant [all …]
|
| /kernel/linux/linux-5.10/arch/m68k/fpsp040/ |
| D | binstr.S | 21 | A1. Init d7 to 1. D7 is the byte digit counter, and if 1, the 38 | A6. Test d7. If zero, the digit formed is the ms digit. If non- 56 | d7: byte digit formation word;digit count {0,1} 74 moveml %d0-%d7,-(%a7) 76 | A1: Init d7 78 moveql #1,%d7 |init d7 for second digit 111 | A6. Test d7 and branch. 113 tstw %d7 |if zero, store digit & to loop 116 swap %d7 |bring first digit to word d7b 117 aslw #4,%d7 |first digit in upper 4 bits d7b [all …]
|
| D | srem_mod.S | 110 moveml %d2-%d7,-(%a7) | ...save data registers 142 movel %d5,%d7 | ...a copy of D5 146 lsrl %d6,%d7 147 orl %d7,%d4 | ...(D3,D4,D5) normalized 187 movel %d2,%d7 | ...a copy of D2 191 lsrl %d6,%d7 192 orl %d7,%d1 | ...(D0,D1,D2) normalized 287 movel %d2,%d7 | ...a copy of D2 291 lsrl %d6,%d7 292 orl %d7,%d1 | ...(D0,D1,D2) normalized [all …]
|
| D | bindec.S | 18 | Saves and Modifies: D2-D7,A2,FP2 23 | The k-factor is saved for use in d7. Clear the 119 | d7: k-factor 165 moveml %d2-%d7/%a2,-(%a7) 169 | The k-factor is saved for use in d7. Clear BINDEC_FLG for 177 movel %d0,%d7 |move k-factor to d7 230 | d7: k-factor/Unchanged 293 | d7: k-factor/Unchanged 306 tstl %d7 |branch on sign of k 308 movel %d7,%d4 |if k > 0, LEN = k [all …]
|
| D | round.S | 358 movel %d7,-(%a7) 359 bfffo LOCAL_HI(%a0){#0:#32},%d7 |find first 1 in ms mant to d7) 364 subw %d7,LOCAL_EX(%a0) |sub exponent by count 368 lsll %d7,%d0 |shift first 1 to j bit position 370 lsll %d7,%d6 |shift ls mant by count 373 subl %d7,%d6 |continue shift 378 moveml (%a7)+,%d7/%d6 |restore registers 389 bfffo %d1{#0:#32},%d7 |find first 1 in ls mant to d7) 390 subw %d7,%d0 |subtract shift count from exp 391 lsll %d7,%d1 |shift first 1 to integer bit in ms mant [all …]
|
| /kernel/linux/linux-5.10/include/asm-generic/ |
| D | xor.h | 101 register long d0, d1, d2, d3, d4, d5, d6, d7; in xor_32regs_2() local 109 d7 = p1[7]; in xor_32regs_2() 117 d7 ^= p2[7]; in xor_32regs_2() 125 p1[7] = d7; in xor_32regs_2() 138 register long d0, d1, d2, d3, d4, d5, d6, d7; in xor_32regs_3() local 146 d7 = p1[7]; in xor_32regs_3() 154 d7 ^= p2[7]; in xor_32regs_3() 162 d7 ^= p3[7]; in xor_32regs_3() 170 p1[7] = d7; in xor_32regs_3() 184 register long d0, d1, d2, d3, d4, d5, d6, d7; in xor_32regs_4() local [all …]
|
| /kernel/linux/linux-6.6/include/asm-generic/ |
| D | xor.h | 109 register long d0, d1, d2, d3, d4, d5, d6, d7; in xor_32regs_2() local 117 d7 = p1[7]; in xor_32regs_2() 125 d7 ^= p2[7]; in xor_32regs_2() 133 p1[7] = d7; in xor_32regs_2() 147 register long d0, d1, d2, d3, d4, d5, d6, d7; in xor_32regs_3() local 155 d7 = p1[7]; in xor_32regs_3() 163 d7 ^= p2[7]; in xor_32regs_3() 171 d7 ^= p3[7]; in xor_32regs_3() 179 p1[7] = d7; in xor_32regs_3() 195 register long d0, d1, d2, d3, d4, d5, d6, d7; in xor_32regs_4() local [all …]
|
| /kernel/linux/linux-5.10/arch/arm/crypto/ |
| D | curve25519-core.S | 47 vld1.8 {d6-d7}, [r1] 49 vst1.8 {d6-d7}, [r6, : 128] 165 vtrn.32 d5, d7 171 vtrn.32 d7, d1 293 vld1.8 {d6-d7}, [r4, : 128]! 302 vmul.i32 d21, d7, d1 311 vmlal.s32 q12, d7, d21 334 vmull.s32 q11, d10, d7 347 vmlal.s32 q2, d12, d7 358 vmull.s32 q3, d16, d7 [all …]
|
| D | poly1305-core.S_shipped | 478 vdup.32 d7,r6 495 vmull.u32 q9,d7,d0[1] 497 vmlal.u32 q5,d7,d2[1] 504 vmlal.u32 q6,d7,d4[1] 512 vmlal.u32 q7,d7,d6[1] 515 vmlal.u32 q8,d7,d8[1] 519 vmlal.u32 q9,d0,d7[1] 612 vtrn.32 d7,d18 617 vshl.u32 d8,d7,#2 621 vadd.i32 d8,d8,d7 [all …]
|
| /kernel/linux/linux-6.6/arch/arm/crypto/ |
| D | curve25519-core.S | 47 vld1.8 {d6-d7}, [r1] 49 vst1.8 {d6-d7}, [r6, : 128] 165 vtrn.32 d5, d7 171 vtrn.32 d7, d1 293 vld1.8 {d6-d7}, [r4, : 128]! 302 vmul.i32 d21, d7, d1 311 vmlal.s32 q12, d7, d21 334 vmull.s32 q11, d10, d7 347 vmlal.s32 q2, d12, d7 358 vmull.s32 q3, d16, d7 [all …]
|
| D | blake2b-neon-core.S | 101 vtbl.8 d7, {d7}, M_0 157 vadd.u64 d2, d2, d7 184 veor d7, d7, d8 188 vtbl.8 d7, {d7}, M_0 197 vadd.u64 d2, d2, d7 225 veor d19, d7, d8
|
| /kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
| D | uuid.h | 12 #define GUID_INIT(a, b, c, d0, d1, d2, d3, d4, d5, d6, d7) \ argument 17 (d0), (d1), (d2), (d3), (d4), (d5), (d6), (d7) }}) 19 #define UUID_LE(a, b, c, d0, d1, d2, d3, d4, d5, d6, d7) \ argument 20 GUID_INIT(a, b, c, d0, d1, d2, d3, d4, d5, d6, d7)
|
| /kernel/linux/linux-5.10/include/uapi/linux/ |
| D | uuid.h | 27 #define GUID_INIT(a, b, c, d0, d1, d2, d3, d4, d5, d6, d7) \ argument 32 (d0), (d1), (d2), (d3), (d4), (d5), (d6), (d7) }}) 36 #define UUID_LE(a, b, c, d0, d1, d2, d3, d4, d5, d6, d7) \ argument 37 GUID_INIT(a, b, c, d0, d1, d2, d3, d4, d5, d6, d7)
|
| /kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
| D | uuid.h | 25 #define GUID_INIT(a,b,c,d0,d1,d2,d3,d4,d5,d6,d7) \ argument 27 …b) >> 8) & 0xff, (c) & 0xff, ((c) >> 8) & 0xff, (d0), (d1), (d2), (d3), (d4), (d5), (d6), (d7) } }) 29 #define UUID_LE(a,b,c,d0,d1,d2,d3,d4,d5,d6,d7) GUID_INIT(a, b, c, d0, d1, d2, d3, d4, d5, d6, d7) argument
|
| /kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
| D | uuid.h | 25 #define GUID_INIT(a,b,c,d0,d1,d2,d3,d4,d5,d6,d7) \ argument 27 …b) >> 8) & 0xff, (c) & 0xff, ((c) >> 8) & 0xff, (d0), (d1), (d2), (d3), (d4), (d5), (d6), (d7) } }) 29 #define UUID_LE(a,b,c,d0,d1,d2,d3,d4,d5,d6,d7) GUID_INIT(a, b, c, d0, d1, d2, d3, d4, d5, d6, d7) argument
|
| /kernel/linux/linux-6.6/Documentation/spi/ |
| D | spi-lm70llp.rst | 46 D7 9 --> SI/O 5 52 is connected to both pin D7 (as Master Out) and Select (as Master In) 65 transistor Q1 (and also a pullup, and a zener diode to D7); while the 69 and not grounded by the host via D7), the transistor conducts and switches
|
| /kernel/linux/linux-5.10/Documentation/spi/ |
| D | spi-lm70llp.rst | 46 D7 9 --> SI/O 5 52 is connected to both pin D7 (as Master Out) and Select (as Master In) 65 transistor Q1 (and also a pullup, and a zener diode to D7); while the 69 and not grounded by the host via D7), the transistor conducts and switches
|
| /kernel/linux/linux-6.6/include/linux/ |
| D | uuid.h | 23 #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) }})
|
| /kernel/linux/linux-5.10/drivers/staging/iio/adc/ |
| D | ad7280a.c | 40 #define AD7280A_CONTROL_LB 0xE /* D7 to D0, Read/write */ 41 #define AD7280A_CELL_OVERVOLTAGE 0xF /* D7 to D0, Read/write */ 42 #define AD7280A_CELL_UNDERVOLTAGE 0x10 /* D7 to D0, Read/write */ 43 #define AD7280A_AUX_ADC_OVERVOLTAGE 0x11 /* D7 to D0, Read/write */ 44 #define AD7280A_AUX_ADC_UNDERVOLTAGE 0x12 /* D7 to D0, Read/write */ 45 #define AD7280A_ALERT 0x13 /* D7 to D0, Read/write */ 46 #define AD7280A_CELL_BALANCE 0x14 /* D7 to D0, Read/write */ 47 #define AD7280A_CB1_TIMER 0x15 /* D7 to D0, Read/write */ 48 #define AD7280A_CB2_TIMER 0x16 /* D7 to D0, Read/write */ 49 #define AD7280A_CB3_TIMER 0x17 /* D7 to D0, Read/write */ [all …]
|
| /kernel/linux/linux-6.6/drivers/iio/adc/ |
| D | ad7280a.c | 63 #define AD7280A_CTRL_LB_REG 0xE /* D7 to D0, Read/write */ 76 #define AD7280A_CELL_OVERVOLTAGE_REG 0xF /* D7 to D0, Read/write */ 77 #define AD7280A_CELL_UNDERVOLTAGE_REG 0x10 /* D7 to D0, Read/write */ 78 #define AD7280A_AUX_ADC_OVERVOLTAGE_REG 0x11 /* D7 to D0, Read/write */ 79 #define AD7280A_AUX_ADC_UNDERVOLTAGE_REG 0x12 /* D7 to D0, Read/write */ 81 #define AD7280A_ALERT_REG 0x13 /* D7 to D0, Read/write */ 90 #define AD7280A_CELL_BALANCE_REG 0x14 /* D7 to D0, Read/write */ 92 #define AD7280A_CB1_TIMER_REG 0x15 /* D7 to D0, Read/write */ 94 #define AD7280A_CB2_TIMER_REG 0x16 /* D7 to D0, Read/write */ 95 #define AD7280A_CB3_TIMER_REG 0x17 /* D7 to D0, Read/write */ [all …]
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/display/panel/ |
| D | panel-mipi-dbi-spi.yaml | 43 |<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>|
|
| /kernel/linux/linux-6.6/arch/m68k/ifpsp060/src/ |
| D | isp.S | 283 set EXC_D7, EXC_DREGS+(7*4) # offset of d7 401 movm.l &0x3fff,EXC_DREGS(%a6) # store d0-d7/a0-a5 588 movm.l EXC_DREGS(%a6),&0x3fff # restore d0-d7/a0-a5 654 movm.l EXC_DREGS(%a6),&0x3fff # restore d0-d7/a0-a5 688 movm.l EXC_DREGS(%a6),&0x3fff # restore d0-d7/a0-a5 725 movm.l EXC_DREGS(%a6),&0x3fff # restore d0-d7/a0-a5 763 movm.l EXC_DREGS(%a6),&0x3fff # restore d0-d7/a0-a5 790 movm.l EXC_DREGS(%a6),&0x3fff # restore d0-d7/a0-a5 810 movm.l (%sp)+,&0x7fff # restore d0-d7/a0-a6 829 movm.l EXC_DREGS(%a6),&0x3fff # restore d0-d7/a0-a5 [all …]
|