Home
last modified time | relevance | path

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

12

/f-stack/freebsd/libkern/arm64/
H A Dcrc32c_armv8.S42 crc32cb w0, w0, w10
49 crc32ch w0, w0, w10
56 crc32cw w0, w0, w10
62 crc32cx w0, w0, x10
68 crc32cw w0, w0, w10
72 crc32ch w0, w0, w10
76 crc32cb w0, w0, w10
/f-stack/freebsd/tools/sound/
H A Dfeeder_eq_mkfilter.awk99 function feedeq_alpha(w0, A, QS)
102 alpha = sin(w0) / (2.0 * QS);
104 alpha = sin(w0) * 0.5 * sqrt(A + ((1.0 / A) * \
129 w0, A, alpha, a0, a1, a2, b0, b1, b2)
133 alpha = feedeq_alpha(w0, A, FEEDEQ_TREBLE_SLOPE);
137 b1 = -2.0 * cos(w0);
140 a1 = -2.0 * cos(w0);
165 w0 = feedeq_w0(FEEDEQ_BASS_SFREQ, 1.0 * rate);
167 alpha = feedeq_alpha(w0, A, FEEDEQ_BASS_SLOPE);
171 b1 = -2.0 * cos(w0);
[all …]
/f-stack/freebsd/contrib/cloudabi/
H A Dcloudabi_vdso_aarch64.S44 mov w0, wzr
56 mov w0, wzr
79 str w0, [x2]
80 mov w0, wzr
93 mov w0, wzr
111 mov w0, wzr
123 mov w0, wzr
135 mov w0, wzr
147 mov w0, wzr
165 mov w0, wzr
[all …]
/f-stack/dpdk/drivers/net/octeontx/
H A Docteontx_rxtx.h72 union octeontx_send_hdr_w0_u w0; member
264 send_hdr->w0.l3ptr = outer_l2_len; in octeontx_tx_checksum_offload()
270 send_hdr->w0.ckl4 = csum_outer; in octeontx_tx_checksum_offload()
281 send_hdr->w0.cklf = csum; in octeontx_tx_checksum_offload()
284 send_hdr->w0.l3ptr = l2_len; in octeontx_tx_checksum_offload()
290 send_hdr->w0.ckl4 = csum; in octeontx_tx_checksum_offload()
294 send_hdr->w0.l3ptr = outer_l2_len; in octeontx_tx_checksum_offload()
300 send_hdr->w0.ckl4 = csum_outer; in octeontx_tx_checksum_offload()
303 send_hdr->w0.l3ptr = l2_len; in octeontx_tx_checksum_offload()
304 send_hdr->w0.l4ptr = l2_len + m->l3_len; in octeontx_tx_checksum_offload()
[all …]
/f-stack/freebsd/contrib/openzfs/module/icp/asm-x86_64/aes/
H A Daestab.h96 static const uint32_t t_dec(r, c)[RC_LENGTH] = rc_data(w0);
118 d_1(uint32_t, t_dec(f, l), sb_data, w0);
121 d_4(uint32_t, t_dec(f, l), sb_data, w0, w1, w2, w3);
132 d_1(uint32_t, t_dec(i, l), isb_data, w0);
135 d_4(uint32_t, t_dec(i, l), isb_data, w0, w1, w2, w3);
142 d_1(uint32_t, t_dec(l, s), sb_data, w0);
150 d_4(uint32_t, t_dec(l, s), sb_data, w0, w1, w2, w3);
/f-stack/freebsd/arm64/arm64/
H A Dsupport.S52 EXIT_USER_ACCESS_CHECK(w0, x1)
74 mov w0, w5 /* Result same as store status */
94 mov w0, w5 /* Result same as store status */
110 fsudata ldtrb, w0, 0
119 fsudata ldtrh, w0, 0
128 fsudata ldtr, w0, 0
129 str w0, [x1] /* Save the data in kernel space */
130 mov w0, #0 /* Success */
H A Dbus_space_asm.S32 ldrb w0, [x1, x2]
37 ldrh w0, [x1, x2]
42 ldr w0, [x1, x2]
408 ldrb w0, [x1, x2] /* Checked instruction */
410 strb w0,[x3]
418 ldrh w0, [x1, x2] /* Checked instruction */
420 strh w0,[x3]
428 ldr w0, [x1, x2] /* Checked instruction */
430 str w0,[x3]
H A Dcopyinout.S53 EXIT_USER_ACCESS_CHECK(w0, x1)
123 csel w0, wzr, w1, eq /* If so return success, else failure */
H A Dexception.S73 mov w0, #1
100 mov w0, #0
/f-stack/freebsd/crypto/camellia/
H A Dcamellia.c86 w0 = ll; \
95 w0 = ll; \
482 w0, w1, il, ir, t0, t1); in camellia_setup128()
483 krl ^= w0; krr ^= w1; in camellia_setup128()
488 krl ^= w0; krr ^= w1; in camellia_setup128()
490 w0, w1, il, ir, t0, t1); in camellia_setup128()
491 kll ^= w0; klr ^= w1; in camellia_setup128()
705 krl ^= w0; krr ^= w1; in camellia_setup256()
714 kll ^= w0; klr ^= w1; in camellia_setup256()
721 krrl ^= w0; krrr ^= w1; in camellia_setup256()
[all …]
/f-stack/freebsd/contrib/openzfs/module/icp/algs/sha2/
H A Dsha2.c161 uint32_t w0, w1, w2, w3, w4, w5, w6, w7; in SHA256Transform() local
198 w0 = LOAD_BIG_32(blk + 4 * 0); in SHA256Transform()
246 w0 = SIGMA1_256(w14) + w9 + SIGMA0_256(w1) + w0; in SHA256Transform()
279 w0 = SIGMA1_256(w14) + w9 + SIGMA0_256(w1) + w0; in SHA256Transform()
312 w0 = SIGMA1_256(w14) + w9 + SIGMA0_256(w1) + w0; in SHA256Transform()
414 w0 = LOAD_BIG_64(blk + 8 * 0); in SHA512Transform()
462 w0 = SIGMA1(w14) + w9 + SIGMA0(w1) + w0; in SHA512Transform()
476 w7 = SIGMA1(w5) + w0 + SIGMA0(w8) + w7; in SHA512Transform()
495 w0 = SIGMA1(w14) + w9 + SIGMA0(w1) + w0; in SHA512Transform()
528 w0 = SIGMA1(w14) + w9 + SIGMA0(w1) + w0; in SHA512Transform()
[all …]
/f-stack/dpdk/drivers/net/octeontx2/
H A Dotx2_ethdev_sec_tx.h133 sd->nix_hdr.w0.u = 0; in otx2_sec_event_tx()
135 sd->nix_hdr.w0.sq = txq->sq; in otx2_sec_event_tx()
136 sd->nix_hdr.w0.sizem1 = 1; in otx2_sec_event_tx()
137 sd->nix_hdr.w0.total = rte_pktmbuf_data_len(m); in otx2_sec_event_tx()
138 sd->nix_hdr.w0.aura = npa_lf_aura_handle_to_aura(m->pool->pool_id); in otx2_sec_event_tx()
H A Dotx2_tx.h213 send_hdr_ext->w0.lso = 0; in otx2_nix_xmit_prepare()
225 send_hdr->w0.total = m->data_len; in otx2_nix_xmit_prepare()
226 send_hdr->w0.aura = in otx2_nix_xmit_prepare()
330 send_hdr_ext->w0.lso_sb = lso_sb; in otx2_nix_xmit_prepare()
331 send_hdr_ext->w0.lso = 1; in otx2_nix_xmit_prepare()
332 send_hdr_ext->w0.lso_mps = m->tso_segsz; in otx2_nix_xmit_prepare()
333 send_hdr_ext->w0.lso_format = in otx2_nix_xmit_prepare()
348 send_hdr_ext->w0.lso_format += in otx2_nix_xmit_prepare()
372 if (!send_hdr->w0.df) in otx2_nix_xmit_prepare()
420 send_hdr->w0.total = m->pkt_len; in otx2_nix_prepare_mseg()
[all …]
/f-stack/dpdk/drivers/crypto/nitrox/
H A Dnitrox_sym.c398 fctx->w0.cipher_type = type; in configure_cipher_ctx()
399 fctx->w0.aes_keylen = aes_keylen; in configure_cipher_ctx()
400 fctx->w0.iv_source = IV_FROM_DPTR; in configure_cipher_ctx()
473 fctx->w0.hash_type = type; in configure_auth_ctx()
474 fctx->w0.auth_input_type = 1; in configure_auth_ctx()
475 fctx->w0.mac_len = xform->digest_length; in configure_auth_ctx()
510 fctx->w0.cipher_type = CIPHER_AES_GCM; in configure_aead_ctx()
511 fctx->w0.aes_keylen = aes_keylen; in configure_aead_ctx()
512 fctx->w0.iv_source = IV_FROM_DPTR; in configure_aead_ctx()
513 fctx->w0.hash_type = AUTH_NULL; in configure_aead_ctx()
[all …]
H A Dnitrox_sym_ctx.h64 } w0; member
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dspa_checksum.h42 #define ZIO_SET_CHECKSUM(zcp, w0, w1, w2, w3) \ argument
44 (zcp)->zc_word[0] = w0; \
/f-stack/dpdk/drivers/event/octeontx/
H A Dssovf_worker.h67 nb_segs = wqe->s.w0.bufs; in ssovf_octeontx_wqe_xtract_mseg()
84 mbuf->data_len = buflink->w0.s.size; in ssovf_octeontx_wqe_xtract_mseg()
86 bytes_left = bytes_left - buflink->w0.s.size; in ssovf_octeontx_wqe_xtract_mseg()
113 mbuf->nb_segs = wqe->s.w0.bufs; in ssovf_octeontx_wqe_to_pkt()
140 uint8_t nb_segs = wqe->s.w0.bufs; in ssovf_octeontx_wqe_free()
H A Dtimvf_worker.h145 chunk = (struct tim_mem_entry *)(uintptr_t)(chunk + nb_chunk_slots)->w0; in timr_clr_bkt()
149 ((chunk + nb_chunk_slots)->w0); in timr_clr_bkt()
180 entry->w0 = entry->wqe = 0; in timvf_rem_entry()
H A Dtimvf_evdev.h145 uint64_t w0; member
/f-stack/freebsd/crypto/openssl/aarch64/
H A Darm64cpuid.S121 neg w0,w3
122 lsr w0,w0,#31
H A Dsha256-armv8.S364 ror w0,w26,#2
427 rev w0,w0 // 13
631 add w7,w7,w0
684 eor w0,w0,w23,ror#13
711 eor w0,w0,w11,ror#18
719 eor w0,w0,w11,lsr#3 // sigma0(X[i+1])
749 eor w0,w0,w9,ror#19
754 eor w0,w0,w9,lsr#10 // sigma1(X[i+14])
910 add w0,w0,w9
914 add w0,w0,w6
[all …]
/f-stack/dpdk/drivers/net/octeontx/base/
H A Docteontx_pki_var.h39 } w0; member
108 } w0;
246 octtx_pki_buflink_w0_t w0; /* Word 0 of the buflink */ member
/f-stack/freebsd/sys/
H A Dassym.h41 char name ## w0[(ASSYM_ABS(value) & 0xFFFFU) + ASSYM_BIAS]; \
/f-stack/dpdk/drivers/event/octeontx2/
H A Dotx2_tim_worker.h156 tim_ring->nb_chunk_slots)->w0; in tim_clr_bkt()
159 ((chunk + tim_ring->nb_chunk_slots)->w0); in tim_clr_bkt()
572 entry->w0 = 0; in tim_rm_entry()
H A Dotx2_tim_worker.c36 entry->w0 = (tim->ev.event & 0xFFC000000000) >> 6 | in tim_format_event()

12