Searched refs:q0 (Results 1 - 23 of 23) sorted by relevance

/linux-master/arch/arm/crypto/
H A 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, \key
[all...]
H A Dchacha-neon-core.S60 * registers q0-q3. It performs matrix operations on four words in parallel,
74 vadd.i32 q0, q0, q1
75 veor q3, q3, q0
85 vadd.i32 q0, q0, q1
86 veor q3, q3, q0
104 vadd.i32 q0, q0, q1
105 veor q3, q3, q0
[all...]
H A Dcrct10dif-ce-core.S167 vld1.64 {q0-q1}, [buf]!
171 CPU_LE( vrev64.8 q0, q0 )
200 // While >= 128 data bytes remain (not counting q0-q7), fold the 128
201 // bytes q0-q7 into them, storing the result back into q0-q7.
203 fold_32_bytes q0, q1
210 // Now fold the 112 bytes in q0-q6 into the 16 bytes in q7.
214 fold_16_bytes q0, q4
237 vld1.64 {q0}, [bu
[all...]
H A Dcurve25519-core.S25 vmov.i32 q0, #1
26 vshr.u64 q1, q0, #7
27 vshr.u64 q0, q0, #8
101 vadd.i64 q14, q5, q0
104 vadd.i64 q15, q11, q0
119 vadd.i64 q15, q7, q0
126 vadd.i64 q14, q3, q0
140 vadd.i64 q0, q9, q0
[all...]
H A Daes-neonbs-core.S454 vtst.8 q0, q7, q8
463 vmvn q0, q0
469 vst1.8 {q0-q1}, [r0, :256]!
488 veor q10, q0, q9 // xor with round0 key
490 __tbl q0, q10, 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, q
[all...]
H A Dsha2-ce-core.S78 0: vld1.32 {q0-q1}, [r1]!
83 vrev32.8 q0, q0
93 vadd.u32 ta0, q0, k0
H A Dblake2b-neon-core.S64 // NEON registers q0-q7. The message block is in q8..q15 (M_0-M_15). The stack
77 vadd.u64 q0, q0, q2
85 veor q6, q6, q0
111 vadd.u64 q0, q0, q2
120 veor q6, q6, q0
259 vld1.64 {q0-q1}, [ip]! // Load h[0..3]
275 // entire state matrix in q0-q7 and the entire message block in q8-15.
315 veor q0, q
[all...]
H A Dsha1-ce-core.S16 k0 .req q0
H A Dnh-neon-core.S20 PASS0_SUMS .req q0
H A Dcrc32-ce-core.S109 qCONSTANT .req q0
H A Dghash-ce-core.S15 SHASH .req q0
H A Dsha1-armv7-neon.S58 #define W0 q0
/linux-master/arch/powerpc/math-emu/
H A Dudivmodti4.c14 _FP_W_TYPE q0, q1, r0, r1; local
24 udiv_qrnnd (q0, n0, n1, n0, d0);
37 udiv_qrnnd (q0, n0, n1, n0, d0);
63 udiv_qrnnd (q0, n0, n1, n0, d0);
107 udiv_qrnnd (q0, n0, n1, n0, d0);
122 q0 = 0;
138 quotient digit q0 = 0 or 1).
146 q0 = 1;
150 q0 = 0;
171 udiv_qrnnd (q0, n
[all...]
/linux-master/crypto/
H A Dtwofish_common.c43 /* These two tables are the q0 and q1 permutations, exactly as described in
46 static const u8 q0[256] = { variable
96 /* These MDS tables are actually tables of MDS composed with q0 and q1,
102 * mds[0][i] = MDS (q1[i] 0 0 0)^T mds[1][i] = MDS (0 q0[i] 0 0)^T
103 * mds[2][i] = MDS (0 0 q1[i] 0)^T mds[3][i] = MDS (0 0 0 q0[i])^T
395 * S-box entries, preprocessed through q0 and q1. */
480 * are the index numbers preprocessed through the q0 and q1 tables
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[q
[all...]
/linux-master/drivers/net/ethernet/brocade/bna/
H A Dbna_tx_rx.c1617 struct bna_rxq *q0 = NULL, *q1 = NULL; local
1630 GET_RXQS(rxp, q0, q1);
1644 &q0->qpt);
1645 if (q0->multi_buffer)
1648 * q0->buffer_size should be initialized to
1654 q0->buffer_size =
1657 htons((u16)q0->buffer_size);
1831 bna_rxp_add_rxqs(struct bna_rxp *rxp, struct bna_rxq *q0, argument
1836 rxp->rxq.single.only = q0;
1840 rxp->rxq.slr.large = q0;
2090 struct bna_rxq *q0 = NULL, *q1 = NULL; local
2259 struct bna_rxq *q0; local
2486 struct bna_rxq *q0 = NULL; local
[all...]
H A Dbna.h181 #define GET_RXQS(rxp, q0, q1) do { \
184 (q0) = rxp->rxq.single.only; \
188 (q0) = rxp->rxq.slr.large; \
192 (q0) = rxp->rxq.hds.data; \
/linux-master/arch/arm64/crypto/
H A Dcrct10dif-ce-core.S270 ldp q0, q1, [buf]
345 ldr q0, [buf], #16
367 ldr q0, [buf, #-16]
H A Daes-neonbs-core.S419 stp q0, q1, [x0], #128
/linux-master/arch/arm64/include/asm/
H A Dfpsimdmacros.h12 stp q0, q1, [\state, #16 * 0] variable
48 ldp q0, q1, [\state, #16 * 0] variable
/linux-master/tools/testing/selftests/arm64/fp/
H A Dfp-ptrace-asm.S29 ldp q0, q1, [x7]
151 stp q0, q1, [x7]
/linux-master/drivers/clk/
H A Dclk-versaclock7.c279 u32 q1, q0; local
353 * We wish to compute q0 = [rem1 rem0 n0] / [d1 d0].
354 * Estimate q0 as [rem1 rem0] / [d1] and correct it.
361 q0 = (u32)qhat;
365 *r = (rem * b + num0 - q0 * den) >> shift;
366 return ((u64)q1 << 32) | q0;
/linux-master/drivers/net/ethernet/chelsio/cxgb3/
H A Dsge.c2721 struct sge_rspq *q0 = &adap->sge.qs[0].rspq; local
2724 spin_lock(&q0->lock);
2726 w0 = is_new_response(&q0->desc[q0->cidx], q0);
2735 process_responses_gts(adap, q0);
2744 spin_unlock(&q0->lock);
2759 struct sge_rspq *q0 = &adap->sge.qs[0].rspq; local
2767 spin_lock(&q0->lock);
2773 process_responses_gts(adap, q0);
2794 struct sge_rspq *q0 = &qs0->rspq; local
[all...]
/linux-master/tools/testing/selftests/arm64/abi/
H A Dsyscall-abi-asm.S133 ldp q0, q1, [x2]
241 stp q0, q1, [x2]

Completed in 223 milliseconds