Home
last modified time | relevance | path

Searched refs:q0 (Results 1 – 24 of 24) sorted by relevance

/Linux-v5.4/Documentation/networking/
Dtls-offload-layers.svg1q0.5625 -1.03125 1.03125 -1.359375q0.484375 -0.328125 1.0625 -0.328125q0.828125 0 1.6875 0.53125l-…
Dtls-offload-reorder-bad.svg1q0.28125 1.40625 0.953125 2.015625q0.6875 0.609375 1.65625 0.609375q1.15625 0 1.953125 -0.796875q0
Dtls-offload-reorder-good.svg1q0.28125 1.40625 0.953125 2.015625q0.6875 0.609375 1.65625 0.609375q1.15625 0 1.953125 -0.796875q0
/Linux-v5.4/arch/arm/crypto/
Dchacha-neon-core.S73 vadd.i32 q0, q0, q1
74 veor q3, q3, q0
84 vadd.i32 q0, q0, q1
85 veor q3, q3, q0
103 vadd.i32 q0, q0, q1
104 veor q3, q3, q0
114 vadd.i32 q0, q0, q1
115 veor q3, q3, q0
147 vld1.32 {q0-q1}, [r0]
150 vmov q8, q0
[all …]
Daes-ce-core.S27 enc_round q0, \key1
28 enc_round q0, \key2
32 dec_round q0, \key1
33 dec_round q0, \key2
37 enc_round q0, \key1
38 aese.8 q0, \key2
39 veor q0, q0, \key3
43 dec_round q0, \key1
44 aesd.8 q0, \key2
45 veor q0, q0, \key3
[all …]
Dcrct10dif-ce-core.S167 vld1.64 {q0-q1}, [buf]!
171 CPU_LE( vrev64.8 q0, q0 )
203 fold_32_bytes q0, q1
214 fold_16_bytes q0, q4
237 vld1.64 {q0}, [buf]!
238 CPU_LE( vrev64.8 q0, q0 )
240 veor.8 q7, q7, q0
260 vld1.64 {q0}, [buf]
261 CPU_LE( vrev64.8 q0, q0 )
282 vbsl.8 q2, q1, q0
[all …]
Daes-neonbs-core.S459 vtst.8 q0, q7, q8
468 vmvn q0, q0
474 vst1.8 {q0-q1}, [r0, :256]!
493 veor q10, q0, q9 // xor with round0 key
495 __tbl q0, q10, q8
510 bitslice q0, q1, q2, q3, q4, q5, q6, q7, q8, q9, q10, q11
522 shift_rows q0, q1, q2, q3, q4, q5, q6, q7, q8, q9, q10, q11, q12
524 sbox q0, q1, q2, q3, q4, q5, q6, q7, q8, q9, q10, q11, q12, \
529 mix_cols q0, q1, q4, q6, q3, q7, q2, q5, q8, q9, q10, q11, q12, \
539 bitslice q0, q1, q4, q6, q3, q7, q2, q5, q8, q9, q10, q11
[all …]
Dsha2-ce-core.S77 0: vld1.32 {q0-q1}, [r1]!
82 vrev32.8 q0, q0
92 vadd.u32 ta0, q0, k0
Dsha256-core.S_shipped1894 vld1.8 {q0},[r1]!
1902 vrev32.8 q0,q0 @ yes, even on
1911 vadd.i32 q8,q8,q0
1929 vext.8 q8,q0,q1,#4
1940 vadd.i32 q0,q0,q9
1970 vadd.i32 q0,q0,q9
2015 vadd.i32 q8,q8,q0
2031 vext.8 q9,q3,q0,#4
2129 vext.8 q9,q0,q1,#4
2223 vext.8 q8,q3,q0,#4
[all …]
Dsha1-ce-core.S15 k0 .req q0
Dnh-neon-core.S20 PASS0_SUMS .req q0
Dsha512-core.S_shipped1149 vext.8 q14,q0,q1,#8 @ X[i+1]
1155 vadd.i64 q0,q15
1162 vadd.i64 q0,q14
1166 vadd.i64 q0,q15
1232 vshr.u64 q12,q0,#19
1233 vshr.u64 q13,q0,#61
1235 vshr.u64 q15,q0,#6
1236 vsli.64 q12,q0,#45
1238 vsli.64 q13,q0,#3
1423 vext.8 q14,q7,q0,#8 @ X[i+9]
[all …]
Dcrc32-ce-core.S109 qCONSTANT .req q0
Dghash-ce-core.S11 SHASH .req q0
Dsha1-armv7-neon.S58 #define W0 q0
/Linux-v5.4/crypto/
Dtwofish_common.c46 static const u8 q0[256] = { variable
484 ctx->s[0][i] = mds[0][q0[(a) ^ sa] ^ se]; \
485 ctx->s[1][i] = mds[1][q0[(b) ^ sb] ^ sf]; \
492 ctx->s[0][i] = mds[0][q0[q0[(b) ^ sa] ^ se] ^ si]; \
493 ctx->s[1][i] = mds[1][q0[q1[(b) ^ sb] ^ sf] ^ sj]; \
494 ctx->s[2][i] = mds[2][q1[q0[(a) ^ sc] ^ sg] ^ sk]; \
500 ctx->s[0][i] = mds[0][q0[q0[q1[(b) ^ sa] ^ se] ^ si] ^ sm]; \
501 ctx->s[1][i] = mds[1][q0[q1[q1[(a) ^ sb] ^ sf] ^ sj] ^ sn]; \
502 ctx->s[2][i] = mds[2][q1[q0[q0[(a) ^ sc] ^ sg] ^ sk] ^ so]; \
503 ctx->s[3][i] = mds[3][q1[q1[q0[(b) ^ sd] ^ sh] ^ sl] ^ sp];
[all …]
/Linux-v5.4/arch/powerpc/math-emu/
Dudivmodti4.c14 _FP_W_TYPE q0, q1, r0, r1; in _fp_udivmodti4() local
24 udiv_qrnnd (q0, n0, n1, n0, d0); in _fp_udivmodti4()
37 udiv_qrnnd (q0, n0, n1, n0, d0); in _fp_udivmodti4()
63 udiv_qrnnd (q0, n0, n1, n0, d0); in _fp_udivmodti4()
107 udiv_qrnnd (q0, n0, n1, n0, d0); in _fp_udivmodti4()
122 q0 = 0; in _fp_udivmodti4()
146 q0 = 1; in _fp_udivmodti4()
150 q0 = 0; in _fp_udivmodti4()
171 udiv_qrnnd (q0, n1, n2, n1, d1); in _fp_udivmodti4()
172 umul_ppmm (m1, m0, q0, d0); in _fp_udivmodti4()
[all …]
/Linux-v5.4/drivers/net/ethernet/brocade/bna/
Dbna_tx_rx.c1617 struct bna_rxq *q0 = NULL, *q1 = NULL; in bna_bfi_rx_enet_start() local
1630 GET_RXQS(rxp, q0, q1); in bna_bfi_rx_enet_start()
1644 &q0->qpt); in bna_bfi_rx_enet_start()
1645 if (q0->multi_buffer) in bna_bfi_rx_enet_start()
1654 q0->buffer_size = in bna_bfi_rx_enet_start()
1657 htons((u16)q0->buffer_size); in bna_bfi_rx_enet_start()
1831 bna_rxp_add_rxqs(struct bna_rxp *rxp, struct bna_rxq *q0, in bna_rxp_add_rxqs() argument
1836 rxp->rxq.single.only = q0; in bna_rxp_add_rxqs()
1840 rxp->rxq.slr.large = q0; in bna_rxp_add_rxqs()
1844 rxp->rxq.hds.data = q0; in bna_rxp_add_rxqs()
[all …]
Dbna.h181 #define GET_RXQS(rxp, q0, q1) do { \ argument
184 (q0) = rxp->rxq.single.only; \
188 (q0) = rxp->rxq.slr.large; \
192 (q0) = rxp->rxq.hds.data; \
/Linux-v5.4/arch/arm64/crypto/
Dcrct10dif-ce-core.S276 ldp q0, q1, [buf]
323 stp q0, q1, [sp, #.Lframe_local_offset]
328 ldp q0, q1, [sp, #.Lframe_local_offset]
370 ldr q0, [buf], #16
392 ldr q0, [buf, #-16]
Daes-neonbs-core.S418 stp q0, q1, [x0], #128
/Linux-v5.4/arch/arm64/include/asm/
Dfpsimdmacros.h10 stp q0, q1, [\state, #16 * 0]
46 ldp q0, q1, [\state, #16 * 0]
/Linux-v5.4/drivers/net/ethernet/chelsio/cxgb3/
Dsge.c2735 struct sge_rspq *q0 = &adap->sge.qs[0].rspq; in t3_intr() local
2738 spin_lock(&q0->lock); in t3_intr()
2740 w0 = is_new_response(&q0->desc[q0->cidx], q0); in t3_intr()
2749 process_responses_gts(adap, q0); in t3_intr()
2758 spin_unlock(&q0->lock); in t3_intr()
2773 struct sge_rspq *q0 = &adap->sge.qs[0].rspq; in t3b_intr() local
2781 spin_lock(&q0->lock); in t3b_intr()
2787 process_responses_gts(adap, q0); in t3b_intr()
2792 spin_unlock(&q0->lock); in t3b_intr()
2808 struct sge_rspq *q0 = &qs0->rspq; in t3b_intr_napi() local
[all …]
/Linux-v5.4/Documentation/core-api/
Dworkqueue.rst262 Work items w0, w1, w2 are queued to a bound wq q0 on the same CPU.