/Linux-v4.19/arch/arm/crypto/ |
D | chacha20-neon-core.S | 42 vld1.32 {q2-q3}, [ip] 46 vmov q10, q2 58 vadd.i32 q2, q2, q3 59 veor q4, q1, q2 70 vadd.i32 q2, q2, q3 71 veor q4, q1, q2 78 vext.8 q2, q2, q2, #8 88 vadd.i32 q2, q2, q3 89 veor q4, q1, q2 100 vadd.i32 q2, q2, q3 [all …]
|
D | crc32-ce-core.S | 134 vld1.8 {q1-q2}, [BUF, :128]! 155 vmull.p64 q2, d4, dCONSTANTl 161 veor.8 q2, q2, q6 169 veor.8 q2, q2, q6 183 veor.8 q1, q1, q2 201 vld1.8 {q2}, [BUF, :128]! 205 veor.8 q1, q1, q2 212 vmull.p64 q2, d2, dCONSTANTh 214 veor.8 q1, q1, q2 221 vext.8 q2, q1, qzr, #4 [all …]
|
D | aes-ce-core.S | 53 enc_round q2, \key1 56 enc_round q2, \key2 62 dec_round q2, \key1 65 dec_round q2, \key2 71 enc_round q2, \key1 74 aese.8 q2, \key2 77 veor q2, q2, \key3 83 dec_round q2, \key1 86 aesd.8 q2, \key2 89 veor q2, q2, \key3 [all …]
|
D | aes-neonbs-core.S | 464 vtst.8 q2, q7, q10 478 vst1.8 {q2-q3}, [r0, :256]! 499 veor q12, q2, q9 502 __tbl q2, q12, q8 513 bitslice q0, q1, q2, q3, q4, q5, q6, q7, q8, q9, q10, q11 525 shift_rows q0, q1, q2, q3, q4, q5, q6, q7, q8, q9, q10, q11, q12 527 sbox q0, q1, q2, q3, q4, q5, q6, q7, q8, q9, q10, q11, q12, \ 532 mix_cols q0, q1, q4, q6, q3, q7, q2, q5, q8, q9, q10, q11, q12, \ 542 bitslice q0, q1, q4, q6, q3, q7, q2, q5, q8, q9, q10, q11 550 veor q2, q2, q12 [all …]
|
D | crct10dif-ce-core.S | 128 vld1.64 {q2-q3}, [arg2, :128]! 133 CPU_LE( vrev64.8 q2, q2 ) 189 fold64 q2, q3 220 fold16 q2, rk15 290 vbsl.8 q0, q2, q1
|
D | sha2-ce-core.S | 81 vld1.32 {q2-q3}, [r1]! 87 vrev32.8 q2, q2
|
D | sha256-core.S_shipped | 1895 vld1.8 {q2},[r1]! 1906 vrev32.8 q2,q2 1913 vadd.i32 q10,q10,q2 1932 vext.8 q9,q2,q3,#4 2026 vext.8 q8,q1,q2,#4 2124 vext.8 q8,q2,q3,#4 2135 vadd.i32 q2,q2,q9 2165 vadd.i32 q2,q2,q9 2210 vadd.i32 q8,q8,q2 2226 vext.8 q9,q1,q2,#4 [all …]
|
D | sha1-ce-core.S | 20 k2 .req q2
|
D | sha512-core.S_shipped | 1236 vext.8 q14,q1,q2,#8 @ X[i+1] 1324 vext.8 q14,q2,q3,#8 @ X[i+1] 1330 vadd.i64 q2,q15 1337 vadd.i64 q2,q14 1341 vadd.i64 q2,q15 1407 vshr.u64 q12,q2,#19 1408 vshr.u64 q13,q2,#61 1410 vshr.u64 q15,q2,#6 1411 vsli.64 q12,q2,#45 1413 vsli.64 q13,q2,#3 [all …]
|
D | ghash-ce-core.S | 16 XL .req q2
|
D | speck-neon-core.S | 29 X1 .req q2
|
D | sha1-armv7-neon.S | 64 #define W2 q2
|
/Linux-v4.19/drivers/isdn/hardware/eicon/ |
D | capidtmf.c | 188 long c, d, q0, q1, q2; in capidtmf_goertzel_loop() local 193 q2 = buffer[i + CAPIDTMF_RECV_TOTAL_FREQUENCY_COUNT]; in capidtmf_goertzel_loop() 200 … q0 = sample[j] - q2 + (c * (q1 >> 16)) + (((dword)(((dword) d) * ((dword)(q1 & 0xffff)))) >> 15); in capidtmf_goertzel_loop() 201 q2 = q1; in capidtmf_goertzel_loop() 211 …q0 = sample[j] - q2 - ((c * (q1 >> 16)) + (((dword)(((dword) d) * ((dword)(q1 & 0xffff)))) >> 15)); in capidtmf_goertzel_loop() 212 q2 = q1; in capidtmf_goertzel_loop() 217 buffer[i + CAPIDTMF_RECV_TOTAL_FREQUENCY_COUNT] = q2; in capidtmf_goertzel_loop() 220 q2 = buffer[i + CAPIDTMF_RECV_TOTAL_FREQUENCY_COUNT]; in capidtmf_goertzel_loop() 226 …q0 = sample[j] - q2 + (c * (q1 >> 16)) + (((dword)(((dword)(c >> 1)) * ((dword)(q1 & 0xffff)))) >>… in capidtmf_goertzel_loop() 227 q2 = q1; in capidtmf_goertzel_loop() [all …]
|
/Linux-v4.19/arch/arm64/crypto/ |
D | crct10dif-ce-core.S | 111 ldp q2, q3, [arg2, #0x20] 188 stp q2, q3, [sp, #.Lframe_local_offset + 32] 193 ldp q2, q3, [sp, #.Lframe_local_offset + 32]
|
D | crc32-ce-core.S | 176 stp q1, q2, [sp, #.Lframe_local_offset] 179 ldp q1, q2, [sp, #.Lframe_local_offset]
|
D | aes-neonbs-core.S | 422 stp q2, q3, [x0, #-96]
|
/Linux-v4.19/arch/arm64/include/asm/ |
D | fpsimdmacros.h | 22 stp q2, q3, [\state, #16 * 2] 58 ldp q2, q3, [\state, #16 * 2]
|
/Linux-v4.19/drivers/spi/ |
D | spi-pxa2xx.c | 792 unsigned long q, q1, q2; in quark_x1000_get_clk_div() local 827 q2 = DIV_ROUND_UP(fref2, rate); in quark_x1000_get_clk_div() 828 r2 = abs(fref2 / q2 - rate); in quark_x1000_get_clk_div() 835 if (r2 >= r1 || q2 > 256) { in quark_x1000_get_clk_div() 842 q = q2; in quark_x1000_get_clk_div()
|
/Linux-v4.19/drivers/scsi/ |
D | advansys.c | 328 ASC_SCSIQ_2 q2; member 2509 q->q2.target_ix, q->q1.target_lun, q->q2.srb_tag, in asc_prt_asc_scsi_q() 2510 q->q2.tag_code); in asc_prt_asc_scsi_q() 2519 (ulong)q->cdbptr, q->q2.cdb_len, in asc_prt_asc_scsi_q() 7528 asc_scsi_q->q2.srb_tag = srb_tag; in asc_build_req() 7534 asc_scsi_q->q2.cdb_len = scp->cmd_len; in asc_build_req() 7537 asc_scsi_q->q2.target_ix = in asc_build_req() 7557 asc_scsi_q->q2.tag_code = ORDERED_QUEUE_TAG; in asc_build_req() 7559 asc_scsi_q->q2.tag_code = SIMPLE_QUEUE_TAG; in asc_build_req() 7975 tid_no = ASC_TIX_TO_TID(scsiq->q2.target_ix); in AscPutReadyQueue() [all …]
|
/Linux-v4.19/drivers/media/dvb-core/ |
D | dvb_frontend.c | 362 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-v4.19/drivers/infiniband/hw/i40iw/ |
D | i40iw_type.h | 847 u8 *q2; member
|
D | i40iw_verbs.c | 635 init_info.q2 = iwqp->q2_ctx_mem.va; in i40iw_create_qp() 638 init_info.host_ctx = (void *)init_info.q2 + I40IW_Q2_BUFFER_SIZE; in i40iw_create_qp()
|
D | i40iw_ctrl.c | 2372 qp->q2_buf = info->q2; in i40iw_sc_qp_init()
|