Home
last modified time | relevance | path

Searched refs:q3 (Results 1 – 18 of 18) sorted by relevance

/linux/lib/crypto/arm/
H A Dchacha-neon-core.S75 veor q3, q3, q0
76 vrev32.16 q3, q3
79 vadd.i32 q2, q2, q3
86 veor q3, q3, q0
91 vadd.i32 q2, q2, q3
101 vext.8 q3, q3, q3, #12
105 veor q3, q3, q0
106 vrev32.16 q3, q3
109 vadd.i32 q2, q2, q3
116 veor q3, q3, q0
[all …]
H A Dcurve25519-core.S59 vshr.u64 q3, q2, #7
89 vand q5, q5, q3
90 vand q7, q7, q3
91 vand q9, q9, q3
92 vand q11, q11, q3
93 vand q3, q13, q3
124 vadd.i64 q3, q3, q13
126 vadd.i64 q14, q3, q0
155 vsub.i64 q3, q3, q10
166 vsub.i64 q3, q6, q7
[all …]
H A Dblake2b-neon-core.S81 vadd.u64 q1, q1, q3
100 veor q3, q3, q5
115 vadd.u64 q1, q1, q3
140 veor q9, q3, q5
142 vshr.u64 q3, q9, #63
144 vsli.u64 q3, q9, #1
230 vshr.u64 q3, q9, #63
232 vsli.u64 q3, q9, #1
263 vld1.64 {q2-q3}, [ip]! // Load h[4..7]
322 veor q3, q3, q7 // v[6..7] ^= v[14..15]
[all …]
H A Dsha256-ce.S79 vld1.32 {q2-q3}, [r1]!
86 vrev32.8 q3, q3
H A Dsha1-ce-core.S19 k3 .req q3
H A Dsha1-armv7-neon.S61 #define W3 q3
/linux/arch/arm/crypto/
H A Daes-ce-core.S52 enc_round q3, \key1
56 enc_round q3, \key2
63 dec_round q3, \key1
67 dec_round q3, \key2
74 enc_round q3, \key1
78 aese.8 q3, \key2
82 veor q3, q3, \key3
89 dec_round q3, \key1
93 aesd.8 q3, \key2
97 veor q3, q3, \key3
[all …]
H A Daes-neonbs-core.S457 vtst.8 q3, q7, q11
470 vst1.8 {q2-q3}, [r0, :256]!
493 veor q13, q3, q9
496 __tbl q3, q13, q8
505 bitslice q0, q1, q2, q3, q4, q5, q6, q7, q8, q9, q10, q11
517 shift_rows q0, q1, q2, q3, q4, q5, q6, q7, q8, q9, q10, q11, q12
519 sbox q0, q1, q2, q3, q4, q5, q6, q7, q8, q9, q10, q11, q12, \
524 mix_cols q0, q1, q4, q6, q3, q7, q2, q5, q8, q9, q10, q11, q12, \
534 bitslice q0, q1, q4, q6, q3, q7, q2, q5, q8, q9, q10, q11
540 veor q3, q3, q12
[all …]
H A Dghash-ce-core.S18 XM .req q3
/linux/lib/crc/arm/
H A Dcrc32-core.S136 vld1.8 {q3-q4}, [BUF, :128]!
157 vmull.p64 q3, d6, dCONSTANTl
164 veor.8 q3, q3, q7
171 veor.8 q3, q3, q7
189 veor.8 q1, q1, q3
231 vand.8 q2, q1, q3
234 vand.8 q2, q2, q3
H A Dcrc-t10dif-core.S233 vld1.64 {q2-q3}, [buf]!
239 CPU_LE( vrev64.8 q3, q3 )
269 fold_32_bytes q2, q3, \p
282 fold_16_bytes q3, q7, \p, 1
335 vmov.i8 q3, #0x80
336 veor.8 q2, q2, q3
348 pmull16x64_\p FOLD_CONST, q3
349 veor.8 q7, q3, q2
/linux/Documentation/userspace-api/media/v4l/
H A Dpixfmt-srggb8-pisp-comp.rst54 Each of the outer samples (q0,q3) is encoded using a 7-bit field based
58 is encoded as (q0-MAX(0,q1-64)). q3 is likewise coded based on q2.
69 Each pair of quantized pixels (q0,q1) or (q2,q3) is jointly coded
/linux/arch/arm64/include/asm/
H A Dfpsimdmacros.h13 stp q2, q3, [\state, #16 * 2]
49 ldp q2, q3, [\state, #16 * 2]
/linux/tools/testing/selftests/arm64/abi/
H A Dsyscall-abi-asm.S133 ldp q2, q3, [x2, #16 * 2]
241 stp q2, q3, [x2, #16 * 2]
/linux/lib/crc/arm64/
H A Dcrc-t10dif-core.S219 ldp q2, q3, [buf, #0x20]
/linux/arch/arm/boot/dts/ti/omap/
H A Domap3-echo.dts238 label = "q3";
/linux/drivers/net/wireless/realtek/rtw89/
H A Dcore.c2623 u16 q1, q3, iqr, tmp; in rtw89_bcn_calc_distribution() local
2637 q3 = ((drift[tmp] + drift[tmp - 1]) * RTW89_BCN_TRACK_SCALE_FACTOR) / 2; in rtw89_bcn_calc_distribution()
2639 iqr = q3 - q1; in rtw89_bcn_calc_distribution()
2649 upper_bound = (q3 + tmp) / RTW89_BCN_TRACK_SCALE_FACTOR; in rtw89_bcn_calc_distribution()
/linux/arch/arm64/crypto/
H A Daes-neonbs-core.S420 stp q2, q3, [x0, #-96]