Home
last modified time | relevance | path

Searched refs:ZERO (Results 1 – 23 of 23) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/zcommon/
H A Dzfs_fletcher_aarch64_neon.c78 : [ZERO] "=w" (ZERO), \
107 : [ZERO] "w" (ZERO), [IP] "Q" (*ip))
128 register unsigned char ZERO asm("v0") __attribute__((vector_size(16))); in fletcher_4_aarch64_neon_native()
137 unsigned char ZERO __attribute__((vector_size(16))); in fletcher_4_aarch64_neon_native() local
167 register unsigned char ZERO asm("v0") __attribute__((vector_size(16))); in fletcher_4_aarch64_neon_byteswap()
176 unsigned char ZERO __attribute__((vector_size(16))); in fletcher_4_aarch64_neon_byteswap() local
/f-stack/dpdk/app/test-pmd/
H A Dcmdline_flow.c37 ZERO = 0, enumerator
792 ZERO, enumerator
800 ZERO, enumerator
812 ZERO, enumerator
818 ZERO, enumerator
824 ZERO, enumerator
830 ZERO, enumerator
836 ZERO, enumerator
842 ZERO, enumerator
851 ZERO, enumerator
[all …]
/f-stack/dpdk/drivers/common/dpaax/caamflib/desc/
H A Dpdcp.h337 MATHB(p, SEQINSZ, ADD, ZERO, VSEQINSZ, 4, 0); in pdcp_insert_cplane_null_op()
384 MATHB(p, VSEQINSZ, ADD, ZERO, MATH0, 4, 0); in pdcp_insert_cplane_null_op()
458 MATHB(p, VSEQINSZ, ADD, ZERO, MATH0, 4, 0); in insert_copy_frame_op()
581 MATHB(p, SEQINSZ, SUB, ZERO, MATH1, 4, in pdcp_insert_cplane_int_only_op()
592 MATHB(p, MATH1, SUB, ZERO, VSEQINSZ, 4, 0); in pdcp_insert_cplane_int_only_op()
595 MATHB(p, ZERO, ADD, MATH1, VSEQINSZ, 4, 0); in pdcp_insert_cplane_int_only_op()
687 MATHB(p, SEQINSZ, SUB, ZERO, MATH1, 4, in pdcp_insert_cplane_int_only_op()
698 MATHB(p, MATH1, SUB, ZERO, VSEQINSZ, 4, 0); in pdcp_insert_cplane_int_only_op()
701 MATHB(p, ZERO, ADD, MATH1, VSEQINSZ, 4, 0); in pdcp_insert_cplane_int_only_op()
790 MATHB(p, SEQINSZ, SUB, ZERO, MATH1, 4, 0); in pdcp_insert_cplane_int_only_op()
[all …]
H A Dalgo.h100 MATHB(p, SEQINSZ, SUB, ZERO, VSEQINSZ, 4, 0); in cnstr_shdsc_zuca()
256 MATHB(p, SEQINSZ, SUB, ZERO, VSEQINSZ, 4, 0); in cnstr_shdsc_snow_f9()
632 MATHB(p, SEQINSZ, SUB, ZERO, VSEQINSZ, 4, 0); in cnstr_shdsc_kasumi_f9()
738 MATHB(p, ZERO, ADD, MATH3, VSEQINSZ, 4, 0); in cnstr_shdsc_gcm_encap()
840 MATHB(p, ZERO, ADD, MATH3, VSEQINSZ, 4, 0); in cnstr_shdsc_gcm_decap()
H A Dipsec.h1085 MATHB(p, MATH0, SUB, ZERO, VSEQINSZ, 4, 0); in cnstr_shdsc_ipsec_decap_des_aes_xcbc()
1116 MATHB(p, MATH0, SUB, ZERO, VSEQINSZ, 4, 0); in cnstr_shdsc_ipsec_decap_des_aes_xcbc()
1597 MATHB(p, MATH0, ADD, ZERO, VSEQINSZ, 4, 0); in cnstr_shdsc_authenc()
1612 MATHB(p, VSEQINSZ, ADD, ZERO, VSEQOUTSZ, 4, 0); in cnstr_shdsc_authenc()
1619 MATHB(p, MATH2, ADD, ZERO, MATH2, 4, 0); in cnstr_shdsc_authenc()
1629 MATHB(p, MATH2, ADD, ZERO, VSEQINSZ, 4, 0); in cnstr_shdsc_authenc()
H A Dsdap.h228 MATHB(p, SEQINSZ, SUB, ZERO, VSEQINSZ, 4, 0); in pdcp_sdap_insert_enc_only_op()
612 MATHB(p, SEQINSZ, SUB, ZERO, VSEQINSZ, 4, 0); in pdcp_sdap_insert_no_snoop_op()
693 MATHB(p, SEQINSZ, SUB, ZERO, VSEQINSZ, 4, 0); in pdcp_sdap_insert_no_snoop_op()
736 MATHB(p, SEQINSZ, SUB, ZERO, VSEQINSZ, 4, 0); in pdcp_sdap_insert_no_snoop_op()
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dvhost_crypto.rst48 * zero-copy: the presence of this item means the ZERO-COPY feature will be
49 enabled. Otherwise it is disabled. PLEASE NOTE the ZERO-COPY feature is still
/f-stack/dpdk/drivers/common/dpaax/caamflib/rta/
H A Dmath_cmd.h21 { ZERO, MATH_SRC0_ZERO },
47 /*13*/ { ZERO, MATH_SRC1_ZERO }
H A Dsec_run_time_asm.h218 ZERO, enumerator
/f-stack/freebsd/mips/include/
H A Dregnum.h56 #define ZERO 0 macro
/f-stack/freebsd/crypto/aesni/
H A Daesni_wrap.c195 const __m128i ZERO = _mm_setzero_si128(); in nextc() local
198 __m128i t = _mm_cmpeq_epi64(x, ZERO); in nextc()
199 t = _mm_unpackhi_epi64(t, ZERO); in nextc()
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dvdev_raidz_math_scalar.c94 #define ZERO(acc) acc.e = 0 macro
H A Dvdev_raidz_math_avx512f.c121 #define ZERO(r...) XOR(r, r) macro
232 if (x & 0x01) { COPY(in, acc); } else { ZERO(acc); } \
H A Dvdev_raidz_math_ssse3.c114 #define ZERO(r...) XOR(r, r) macro
H A Dvdev_raidz_math_avx512bw.c116 #define ZERO(r...) XOR(r, r) macro
H A Dvdev_raidz_math_avx2.c113 #define ZERO(r...) XOR(r, r) macro
H A Dvdev_raidz_math_sse2.c110 #define ZERO(r...) XOR(r, r) macro
247 if (x & 0x01) { COPY(in, acc); } else { ZERO(acc); } \
H A Dvdev_raidz_math_powerpc_altivec_common.h231 #define ZERO(r...) \ macro
H A Dvdev_raidz_math_aarch64_neon_common.h230 #define ZERO(r...) \ macro
H A Dvdev_raidz_math_impl.h169 ZERO(ZERO_D); in raidz_zero_abd_cb()
/f-stack/freebsd/contrib/dev/acpica/compiler/
H A Dasloperands.c1014 Next->Asl.ParseOpcode = ZERO; in OpnDoLoadTable()
1023 Next->Asl.ParseOpcode = ZERO; in OpnDoLoadTable()
/f-stack/dpdk/examples/l3fwd-power/
H A Dmain.c177 ZERO = 0, enumerator
1176 br = ZERO; in main_telemetry_loop()
/f-stack/freebsd/contrib/dev/acpica/
H A Dchanges.txt5073 4)Add support for the ZERO/ONE/ONES AML opcodes for integer objects