Home
last modified time | relevance | path

Searched refs:w9 (Results 1 – 10 of 10) sorted by relevance

/linux-6.3-rc2/arch/arm64/crypto/
A Daes-cipher-core.S87 ldp w8, w9, [rk], #16
96 eor w5, w5, w9
104 0: \round w8, w9, w10, w11, w4, w5, w6, w7
105 \round w4, w5, w6, w7, w8, w9, w10, w11
108 \round w8, w9, w10, w11, w4, w5, w6, w7
110 2: \round w4, w5, w6, w7, w8, w9, w10, w11
113 \round w4, w5, w6, w7, w8, w9, w10, w11, \bsz, b
A Dsm4-ce-ccm-core.S188 umov w9, v8.b[0] /* get top crypted CTR byte */
191 eor w9, w9, w0 /* w9 = CTR ^ input */
194 strb w9, [x1], #1 /* store out byte */
300 umov w9, v8.b[0] /* get top crypted CTR byte */
303 eor w9, w9, w0 /* w9 = CTR ^ input */
304 eor w6, w6, w9 /* w6 = MAC ^ output */
306 strb w9, [x1], #1 /* store out byte */
A Daes-ce-ccm-core.S188 7: ldrb w9, [x1], #1 /* get 1 byte of input */
192 eor w7, w7, w9
193 eor w9, w9, w6
195 eor w9, w9, w6
196 eor w7, w7, w9
198 strb w9, [x0], #1 /* store out byte */
A Dchacha-neon-core.S527 mov w9, v19.s[0]
533 add a3, a3, w9
551 mov w9, v23.s[0]
557 add a7, a7, w9
572 mov w9, v27.s[0]
578 add a11, a11, w9
593 mov w9, v31.s[0]
599 add a15, a15, w9
615 eor a3, a3, w9
625 eor a7, a7, w9
[all …]
A Dghash-ce-core.S461 0: mov w9, #4 // max blocks per round
466 csel w9, w10, w9, mi
467 add w8, w8, w9
534 mov w9, #1
575 cmp w9, #1
628 tbz w9, #2, 0f // <4 blocks?
634 tbz w9, #0, 1f // 2 blocks?
635 tbz w9, #1, 2f // 1 block?
A Daes-modes.S132 encrypt_block v4, w8, x6, x7, w9
176 encrypt_block cbciv, w8, x6, x7, w9
A Dsm4-ce-gcm-core.S210 add w6, w9, #1; \
A Dsm3-neon-core.S47 #define rg w9
/linux-6.3-rc2/arch/arm64/lib/
A Dmemset.S42 tmp3w .req w9
/linux-6.3-rc2/drivers/net/wireless/mediatek/mt76/mt7603/
A Dmac.c731 u32 w9 = mt76_rr(dev, addr + 9 * 4); in mt7603_wtbl_set_rates() local
778 w9 &= MT_WTBL2_W9_SHORT_GI_20 | MT_WTBL2_W9_SHORT_GI_40 | in mt7603_wtbl_set_rates()
794 w9 |= FIELD_PREP(MT_WTBL2_W9_CC_BW_SEL, bw); in mt7603_wtbl_set_rates()
795 w9 |= FIELD_PREP(MT_WTBL2_W9_BW_CAP, bw); in mt7603_wtbl_set_rates()
813 w9 |= FIELD_PREP(MT_WTBL2_W9_CHANGE_BW_RATE, in mt7603_wtbl_set_rates()
816 mt76_wr(dev, MT_WTBL_RIUCR0, w9); in mt7603_wtbl_set_rates()

Completed in 27 milliseconds