| /f-stack/freebsd/contrib/openzfs/module/zcommon/ |
| H A D | zfs_fletcher_aarch64_neon.c | 78 : [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 D | cmdline_flow.c | 37 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 D | pdcp.h | 337 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 D | algo.h | 100 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 D | ipsec.h | 1085 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 D | sdap.h | 228 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 D | vhost_crypto.rst | 48 * 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 D | math_cmd.h | 21 { ZERO, MATH_SRC0_ZERO }, 47 /*13*/ { ZERO, MATH_SRC1_ZERO }
|
| H A D | sec_run_time_asm.h | 218 ZERO, enumerator
|
| /f-stack/freebsd/mips/include/ |
| H A D | regnum.h | 56 #define ZERO 0 macro
|
| /f-stack/freebsd/crypto/aesni/ |
| H A D | aesni_wrap.c | 195 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 D | vdev_raidz_math_scalar.c | 94 #define ZERO(acc) acc.e = 0 macro
|
| H A D | vdev_raidz_math_avx512f.c | 121 #define ZERO(r...) XOR(r, r) macro 232 if (x & 0x01) { COPY(in, acc); } else { ZERO(acc); } \
|
| H A D | vdev_raidz_math_ssse3.c | 114 #define ZERO(r...) XOR(r, r) macro
|
| H A D | vdev_raidz_math_avx512bw.c | 116 #define ZERO(r...) XOR(r, r) macro
|
| H A D | vdev_raidz_math_avx2.c | 113 #define ZERO(r...) XOR(r, r) macro
|
| H A D | vdev_raidz_math_sse2.c | 110 #define ZERO(r...) XOR(r, r) macro 247 if (x & 0x01) { COPY(in, acc); } else { ZERO(acc); } \
|
| H A D | vdev_raidz_math_powerpc_altivec_common.h | 231 #define ZERO(r...) \ macro
|
| H A D | vdev_raidz_math_aarch64_neon_common.h | 230 #define ZERO(r...) \ macro
|
| H A D | vdev_raidz_math_impl.h | 169 ZERO(ZERO_D); in raidz_zero_abd_cb()
|
| /f-stack/freebsd/contrib/dev/acpica/compiler/ |
| H A D | asloperands.c | 1014 Next->Asl.ParseOpcode = ZERO; in OpnDoLoadTable() 1023 Next->Asl.ParseOpcode = ZERO; in OpnDoLoadTable()
|
| /f-stack/dpdk/examples/l3fwd-power/ |
| H A D | main.c | 177 ZERO = 0, enumerator 1176 br = ZERO; in main_telemetry_loop()
|
| /f-stack/freebsd/contrib/dev/acpica/ |
| H A D | changes.txt | 5073 4)Add support for the ZERO/ONE/ONES AML opcodes for integer objects
|