Home
last modified time | relevance | path

Searched refs:q2 (Results 1 – 25 of 32) sorted by relevance

12

/linux-6.15/arch/arm/crypto/
H A Dchacha-neon-core.S79 vadd.i32 q2, q2, q3
91 vadd.i32 q2, q2, q3
99 vext.8 q2, q2, q2, #8
109 vadd.i32 q2, q2, q3
121 vadd.i32 q2, q2, q3
129 vext.8 q2, q2, q2, #8
171 vadd.i32 q2, q2, q10
172 veor q2, q2, q6
265 vadd.i32 q2, q2, q6
310 vadd.i32 q2, q2, q6
[all …]
H A Daes-ce-core.S77 aese.8 q2, \key2
81 veor q2, q2, \key3
96 veor q2, q2, \key3
260 vmov q6, q2
265 veor q2, q2, q5
410 vmov q2, q7
421 veor q2, q2, q6
524 veor q2, q2, q6
529 veor q2, q2, q6
616 veor q2, q2, q6
[all …]
H A Dcurve25519-core.S60 vshr.u64 q2, q2, #6
88 vand q2, q12, q2
112 vadd.i64 q2, q2, q13
131 vsub.i64 q2, q2, q13
259 veor q2, q2, q8
371 vadd.i64 q2, q2, q6
389 vsub.i64 q2, q2, q10
440 vsub.i64 q2, q5, q2
656 vadd.i64 q2, q2, q13
677 vsub.i64 q2, q2, q13
[all …]
H A Dblake2b-neon-core.S77 vadd.u64 q0, q0, q2
96 veor q2, q2, q4
111 vadd.u64 q0, q0, q2
136 veor q8, q2, q4
138 vshr.u64 q2, q8, #63
140 vsli.u64 q2, q8, #1
226 vshr.u64 q2, q8, #63
228 vsli.u64 q2, q8, #1
260 vld1.64 {q2-q3}, [ip]! // Load h[4..7]
318 veor q2, q2, q6 // v[4..5] ^= v[12..13]
[all …]
H A Daes-neonbs-core.S491 veor q12, q2, q9
494 __tbl q2, q12, q8
542 veor q2, q2, q12
560 veor q12, q2, q9
563 __tbl q2, q12, q8
610 veor q2, q2, q12
743 veor q2, q2, q12
791 vmov q2, q0
805 next_ctr q2
844 veor q2, q2, q14
[all …]
H A Dsha2-ce-core.S79 vld1.32 {q2-q3}, [r1]!
85 vrev32.8 q2, q2
H A Dsha1-ce-core.S18 k2 .req q2
H A Dnh-neon-core.S26 PASS2_SUMS .req q2
H A Dghash-ce-core.S17 XL .req q2
/linux-6.15/arch/arm/lib/
H A Dcrc32-core.S162 veor.8 q2, q2, q6
170 veor.8 q2, q2, q6
184 veor.8 q1, q1, q2
206 veor.8 q1, q1, q2
215 veor.8 q1, q1, q2
222 vext.8 q2, q1, qzr, #4
225 veor.8 q1, q1, q2
231 vand.8 q2, q1, q3
232 vext.8 q2, qzr, q2, #8
234 vand.8 q2, q2, q3
[all …]
H A Dcrc-t10dif-core.S233 vld1.64 {q2-q3}, [buf]!
238 CPU_LE( vrev64.8 q2, q2 )
269 fold_32_bytes q2, q3, \p
281 fold_16_bytes q2, q6, \p
330 vld1.8 {q2}, [r1]
336 veor.8 q2, q2, q3
341 vshr.s8 q2, q2, #7
345 vbsl.8 q2, q1, q0
349 veor.8 q7, q3, q2
/linux-6.15/tools/testing/selftests/sgx/
H A Dsigstruct.c32 BIGNUM *q2; member
42 BN_free(ctx->q2); in free_q1q2_ctx()
53 ctx->q2 = BN_new(); in alloc_q1q2_ctx()
56 !ctx->q2) { in alloc_q1q2_ctx()
81 uint8_t *q2) in calc_q1q2() argument
106 if (!BN_div(ctx.q2, NULL, ctx.q2, ctx.m, ctx.bn_ctx)) in calc_q1q2()
109 if (BN_num_bytes(ctx.q2) > SGX_MODULUS_SIZE) { in calc_q1q2()
111 BN_num_bytes(ctx.q2)); in calc_q1q2()
117 len = BN_bn2bin(ctx.q2, q2); in calc_q1q2()
118 reverse_bytes(q2, len); in calc_q1q2()
[all …]
/linux-6.15/Documentation/userspace-api/media/v4l/
H A Dpixfmt-srggb8-pisp-comp.rst48 (q1,q2) both in the range [384..511], they are coded using 9 bits for q1
49 followed by 7 bits for (q2 & 127). Otherwise, for quantization modes
50 0, 1 and 2: a 9-bit field encodes MIN(q1,q2) which must be in the range
51 [0..511] and a 7-bit field encodes (q2-q1+64) which must be in [0..127].
54 on its inner neighbour q1 or q2. In quantization mode 2 where the inner
57 is encoded as (q0-MAX(0,q1-64)). q3 is likewise coded based on q2.
68 Each pair of quantized pixels (q0,q1) or (q2,q3) is jointly coded
/linux-6.15/arch/arm64/include/asm/
H A Dfpsimdmacros.h13 stp q2, q3, [\state, #16 * 2]
49 ldp q2, q3, [\state, #16 * 2]
/linux-6.15/drivers/spi/
H A Dspi-pxa2xx.c808 unsigned long q, q1, q2; in quark_x1000_get_clk_div() local
843 q2 = DIV_ROUND_UP(fref2, rate); in quark_x1000_get_clk_div()
844 r2 = abs(fref2 / q2 - rate); in quark_x1000_get_clk_div()
851 if (r2 >= r1 || q2 > 256) { in quark_x1000_get_clk_div()
858 q = q2; in quark_x1000_get_clk_div()
/linux-6.15/arch/x86/include/asm/
H A Dsgx.h403 u8 q2[SGX_MODULUS_SIZE]; member
/linux-6.15/tools/testing/selftests/arm64/fp/
H A Dfp-ptrace-asm.S27 ldp q2, q3, [x7, #16 * 2]
158 stp q2, q3, [x7, #16 * 2]
/linux-6.15/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-6.15/drivers/scsi/
H A Dadvansys.c315 ASC_SCSIQ_2 q2; member
2494 q->q2.target_ix, q->q1.target_lun, q->q2.srb_tag, in asc_prt_asc_scsi_q()
2495 q->q2.tag_code); in asc_prt_asc_scsi_q()
7446 asc_scsi_q->q2.target_ix = in asc_build_req()
8018 target_ix = scsiq->q2.target_ix; in AscSendScsiQueue()
8095 target_ix = scsiq->q2.target_ix; in AscExeScsiQueue()
8172 scsiq->q2.tag_code &= 0x27; in AscExeScsiQueue()
8191 ((scsiq->q2. in AscExeScsiQueue()
8195 scsiq->q2.tag_code |= in AscExeScsiQueue()
8238 ((scsiq->q2. in AscExeScsiQueue()
[all …]
/linux-6.15/Documentation/networking/
H A Dtls-offload-reorder-good.svg1 … -1.140625q0.34375 -0.90625 1.078125 -1.78125q0.75 -0.875 2.15625 -2.015625q2.171875 -1.78125 2.93…
H A Dtls-offload-reorder-bad.svg1 … -1.140625q0.34375 -0.90625 1.078125 -1.78125q0.75 -0.875 2.15625 -2.015625q2.171875 -1.78125 2.93…
/linux-6.15/drivers/media/dvb-core/
H A Ddvb_frontend.c362 int q2; in dvb_frontend_swzigzag_update_delay() local
372 q2 = fepriv->quality - 128; in dvb_frontend_swzigzag_update_delay()
373 q2 *= q2; in dvb_frontend_swzigzag_update_delay()
375 fepriv->delay = fepriv->min_delay + q2 * HZ / (128 * 128); in dvb_frontend_swzigzag_update_delay()
/linux-6.15/arch/arm64/lib/
H A Dcrc-t10dif-core.S219 ldp q2, q3, [buf, #0x20]
/linux-6.15/tools/perf/scripts/python/
H A Dexported-sql-viewer.py790 q2 = QSqlQuery(self.glb.db)
791 QueryExec(q2, "SELECT parent_id"
794 if not q2.next():
796 parent_id = q2.value(0)
985 q2 = QSqlQuery(self.glb.db)
986 QueryExec(q2, "SELECT parent_id"
989 if not q2.next():
991 parent_id = q2.value(0)
/linux-6.15/arch/arm/boot/dts/ti/omap/
H A Domap3-echo.dts420 label = "q2";

12