/linux-4.4.14/arch/arm/crypto/ |
D | aes-ce-core.S | 29 enc_round q0, \key1 30 enc_round q0, \key2 34 dec_round q0, \key1 35 dec_round q0, \key2 39 enc_round q0, \key1 40 aese.8 q0, \key2 41 veor q0, q0, \key3 45 dec_round q0, \key1 46 aesd.8 q0, \key2 47 veor q0, q0, \key3 [all …]
|
D | aesbs-core.S_shipped | 89 veor q10, q0, q9 @ xor with round0 key 128 vshr.u64 q11, q0, #1 138 veor q0, q0, q11 153 vshr.u64 q11, q0, #2 163 veor q0, q0, q11 177 vshr.u64 q11, q0, #4 187 veor q0, q0, q11 193 veor q8, q8, q0 230 veor q0, q0, q1 233 veor q3, q3, q0 [all …]
|
D | sha2-ce-core.S | 80 0: vld1.32 {q0-q1}, [r1]! 85 vrev32.8 q0, q0 95 vadd.u32 ta0, q0, k0
|
D | sha256-core.S_shipped | 1886 vld1.8 {q0},[r1]! 1894 vrev32.8 q0,q0 @ yes, even on 1903 vadd.i32 q8,q8,q0 1921 vext.8 q8,q0,q1,#4 1932 vadd.i32 q0,q0,q9 1962 vadd.i32 q0,q0,q9 2007 vadd.i32 q8,q8,q0 2023 vext.8 q9,q3,q0,#4 2121 vext.8 q9,q0,q1,#4 2215 vext.8 q8,q3,q0,#4 [all …]
|
D | ghash-ce-core.S | 14 SHASH .req q0
|
D | sha1-ce-core.S | 18 k0 .req q0
|
D | sha512-core.S_shipped | 1141 vext.8 q14,q0,q1,#8 @ X[i+1] 1147 vadd.i64 q0,q15 1154 vadd.i64 q0,q14 1158 vadd.i64 q0,q15 1224 vshr.u64 q12,q0,#19 1225 vshr.u64 q13,q0,#61 1227 vshr.u64 q15,q0,#6 1228 vsli.64 q12,q0,#45 1230 vsli.64 q13,q0,#3 1415 vext.8 q14,q7,q0,#8 @ X[i+9] [all …]
|
D | sha1-armv7-neon.S | 63 #define W0 q0
|
/linux-4.4.14/crypto/ |
D | twofish_common.c | 60 static const u8 q0[256] = { variable 498 ctx->s[0][i] = mds[0][q0[(a) ^ sa] ^ se]; \ 499 ctx->s[1][i] = mds[1][q0[(b) ^ sb] ^ sf]; \ 506 ctx->s[0][i] = mds[0][q0[q0[(b) ^ sa] ^ se] ^ si]; \ 507 ctx->s[1][i] = mds[1][q0[q1[(b) ^ sb] ^ sf] ^ sj]; \ 508 ctx->s[2][i] = mds[2][q1[q0[(a) ^ sc] ^ sg] ^ sk]; \ 514 ctx->s[0][i] = mds[0][q0[q0[q1[(b) ^ sa] ^ se] ^ si] ^ sm]; \ 515 ctx->s[1][i] = mds[1][q0[q1[q1[(a) ^ sb] ^ sf] ^ sj] ^ sn]; \ 516 ctx->s[2][i] = mds[2][q1[q0[q0[(a) ^ sc] ^ sg] ^ sk] ^ so]; \ 517 ctx->s[3][i] = mds[3][q1[q1[q0[(b) ^ sd] ^ sh] ^ sl] ^ sp]; [all …]
|
/linux-4.4.14/arch/powerpc/math-emu/ |
D | udivmodti4.c | 13 _FP_W_TYPE q0, q1, r0, r1; in _fp_udivmodti4() local 23 udiv_qrnnd (q0, n0, n1, n0, d0); in _fp_udivmodti4() 36 udiv_qrnnd (q0, n0, n1, n0, d0); in _fp_udivmodti4() 62 udiv_qrnnd (q0, n0, n1, n0, d0); in _fp_udivmodti4() 106 udiv_qrnnd (q0, n0, n1, n0, d0); in _fp_udivmodti4() 121 q0 = 0; in _fp_udivmodti4() 145 q0 = 1; in _fp_udivmodti4() 149 q0 = 0; in _fp_udivmodti4() 170 udiv_qrnnd (q0, n1, n2, n1, d1); in _fp_udivmodti4() 171 umul_ppmm (m1, m0, q0, d0); in _fp_udivmodti4() [all …]
|
/linux-4.4.14/drivers/isdn/hardware/eicon/ |
D | capidtmf.c | 188 long c, d, q0, q1, q2; in capidtmf_goertzel_loop() local 200 … q0 = sample[j] - q2 + (c * (q1 >> 16)) + (((dword)(((dword) d) * ((dword)(q1 & 0xffff)))) >> 15); in capidtmf_goertzel_loop() 202 q1 = q0; in capidtmf_goertzel_loop() 211 …q0 = sample[j] - q2 - ((c * (q1 >> 16)) + (((dword)(((dword) d) * ((dword)(q1 & 0xffff)))) >> 15)); in capidtmf_goertzel_loop() 213 q1 = q0; in capidtmf_goertzel_loop() 226 …q0 = sample[j] - q2 + (c * (q1 >> 16)) + (((dword)(((dword)(c >> 1)) * ((dword)(q1 & 0xffff)))) >>… in capidtmf_goertzel_loop() 228 q1 = q0; in capidtmf_goertzel_loop() 237 …q0 = sample[j] - q2 - ((c * (q1 >> 16)) + (((dword)(((dword)(c >> 1)) * ((dword)(q1 & 0xffff)))) >… in capidtmf_goertzel_loop() 239 q1 = q0; in capidtmf_goertzel_loop()
|
/linux-4.4.14/drivers/net/ethernet/brocade/bna/ |
D | bna_tx_rx.c | 1625 struct bna_rxq *q0 = NULL, *q1 = NULL; in bna_bfi_rx_enet_start() local 1638 GET_RXQS(rxp, q0, q1); in bna_bfi_rx_enet_start() 1652 &q0->qpt); in bna_bfi_rx_enet_start() 1653 if (q0->multi_buffer) in bna_bfi_rx_enet_start() 1662 q0->buffer_size = in bna_bfi_rx_enet_start() 1665 htons((u16)q0->buffer_size); in bna_bfi_rx_enet_start() 1839 bna_rxp_add_rxqs(struct bna_rxp *rxp, struct bna_rxq *q0, in bna_rxp_add_rxqs() argument 1844 rxp->rxq.single.only = q0; in bna_rxp_add_rxqs() 1848 rxp->rxq.slr.large = q0; in bna_rxp_add_rxqs() 1852 rxp->rxq.hds.data = q0; in bna_rxp_add_rxqs() [all …]
|
D | bna.h | 189 #define GET_RXQS(rxp, q0, q1) do { \ argument 192 (q0) = rxp->rxq.single.only; \ 196 (q0) = rxp->rxq.slr.large; \ 200 (q0) = rxp->rxq.hds.data; \
|
/linux-4.4.14/arch/arm64/include/asm/ |
D | fpsimdmacros.h | 21 stp q0, q1, [\state, #16 * 0] 57 ldp q0, q1, [\state, #16 * 0] 103 stp q0, q1, [\state, #-16 * 0 - 16] 131 ldp q0, q1, [\state, #-16 * 0 - 16]
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb3/ |
D | sge.c | 2670 struct sge_rspq *q0 = &adap->sge.qs[0].rspq; in t3_intr() local 2673 spin_lock(&q0->lock); in t3_intr() 2675 w0 = is_new_response(&q0->desc[q0->cidx], q0); in t3_intr() 2684 process_responses_gts(adap, q0); in t3_intr() 2693 spin_unlock(&q0->lock); in t3_intr() 2708 struct sge_rspq *q0 = &adap->sge.qs[0].rspq; in t3b_intr() local 2716 spin_lock(&q0->lock); in t3b_intr() 2722 process_responses_gts(adap, q0); in t3b_intr() 2727 spin_unlock(&q0->lock); in t3b_intr() 2743 struct sge_rspq *q0 = &qs0->rspq; in t3b_intr_napi() local [all …]
|
/linux-4.4.14/Documentation/ |
D | workqueue.txt | 261 Work items w0, w1, w2 are queued to a bound wq q0 on the same CPU.
|