| /f-stack/freebsd/mips/mips/ |
| H A D | support.S | 122 PTR_L v1, PC_CURPCB(v1) 166 PTR_L v1, PC_CURPCB(v1) 192 PTR_L v1, PC_CURPCB(v1) 222 PTR_L v1, PC_CURPCB(v1) 240 PTR_L v1, PC_CURPCB(v1) 254 PTR_L v1, PC_CURPCB(v1) 268 PTR_L v1, PC_CURPCB(v1) 283 PTR_L v1, PC_CURPCB(v1) 298 PTR_L v1, PC_CURPCB(v1) 325 PTR_L v1, PC_CURPCB(v1) [all …]
|
| H A D | fp.S | 111 or v1, v1, v0 841 subu v1, v1, t9 859 subu v1, v1, t9 1037 sltu v1, v1, t2 1497 subu v1, v1, v0 1713 subu v1, v1, t9 1721 subu v1, v1, t9 1856 subu v1, v1, t9 1944 subu v1, v1, t9 1952 subu v1, v1, t9 [all …]
|
| /f-stack/dpdk/lib/librte_eal/arm/include/ |
| H A D | rte_vect.h | 132 case 0: return vextq_u8(v0, v1, 0); in vextract() 133 case 1: return vextq_u8(v0, v1, 1); in vextract() 134 case 2: return vextq_u8(v0, v1, 2); in vextract() 135 case 3: return vextq_u8(v0, v1, 3); in vextract() 136 case 4: return vextq_u8(v0, v1, 4); in vextract() 137 case 5: return vextq_u8(v0, v1, 5); in vextract() 138 case 6: return vextq_u8(v0, v1, 6); in vextract() 139 case 7: return vextq_u8(v0, v1, 7); in vextract() 140 case 8: return vextq_u8(v0, v1, 8); in vextract() 141 case 9: return vextq_u8(v0, v1, 9); in vextract() [all …]
|
| /f-stack/freebsd/crypto/openssl/aarch64/ |
| H A D | ghashv8-armx.S | 37 eor v1.16b,v1.16b,v17.16b 38 eor v1.16b,v1.16b,v18.16b 65 eor v1.16b,v1.16b,v16.16b 68 eor v1.16b,v1.16b,v18.16b 117 eor v1.16b,v1.16b,v17.16b 118 eor v1.16b,v1.16b,v18.16b 200 eor v1.16b,v1.16b,v5.16b 204 eor v1.16b,v1.16b,v17.16b 209 eor v1.16b,v1.16b,v18.16b 248 eor v1.16b,v1.16b,v17.16b [all …]
|
| H A D | aesv8-armx.S | 59 shl v1.16b,v1.16b,#1 76 shl v1.16b,v1.16b,#1 126 shl v1.16b,v1.16b,#1 157 shl v1.16b,v1.16b,#1 210 aesimc v1.16b,v1.16b 438 aesimc v1.16b,v1.16b 446 aesimc v1.16b,v1.16b 455 aesimc v1.16b,v1.16b 465 aesimc v1.16b,v1.16b 621 aesmc v1.16b,v1.16b [all …]
|
| H A D | vpaes-armv8.S | 137 tbl v1.16b, {v20.16b}, v1.16b // vpshufb %xmm1, %xmm2, %xmm1 171 eor v1.16b, v1.16b, v0.16b // vpxor %xmm0, %xmm1, %xmm1 # 0 = j 226 tbl v1.16b, {v20.16b}, v1.16b // vpshufb %xmm1, %xmm2, %xmm1 280 eor v1.16b, v1.16b, v0.16b // vpxor %xmm0, %xmm1, %xmm1 # 0 = j 315 tbl v1.16b, {v8.16b},v1.16b 405 eor v1.16b, v1.16b, v0.16b // vpxor %xmm0, %xmm1, %xmm1 # 0 = j 544 eor v1.16b, v1.16b, v0.16b // vpxor %xmm0, %xmm1, %xmm1 # 0 = j 764 eor v1.16b, v1.16b, v1.16b // vpxor %xmm1, %xmm1, %xmm1 793 movi v1.16b, #0 798 eor v1.16b, v1.16b, v1.16b // vpxor %xmm1, %xmm1, %xmm1 [all …]
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_shorthash/siphash24/ref/ |
| H A D | shorthash_siphash_ref.h | 8 v0 += v1; \ 9 v1 = ROTL64(v1, 13); \ 10 v1 ^= v0; \ 18 v2 += v1; \ 19 v1 = ROTL64(v1, 17); \ 20 v1 ^= v2; \
|
| H A D | shorthash_siphashx24_ref.c | 10 uint64_t v1 = 0x646f72616e646f83ULL; in crypto_shorthash_siphashx24() local 23 v1 ^= k1; in crypto_shorthash_siphashx24() 66 b = v0 ^ v1 ^ v2 ^ v3; in crypto_shorthash_siphashx24() 68 v1 ^= 0xdd; in crypto_shorthash_siphashx24() 73 b = v0 ^ v1 ^ v2 ^ v3; in crypto_shorthash_siphashx24()
|
| /f-stack/freebsd/sys/ |
| H A D | ktr.h | 141 ident, edat, (v0), (v1)) 144 ident, edat, (v0), (v1), (v2)) 146 a0, v0, a1, v1, a2, v2, a3, v3) \ argument 148 ident, edat, (v0), (v1), (v2), (v3)) 161 state, a0, (v0), a1, (v1), a2, (v2)) 194 a0, (v0), a1, (v1), a2, (v2)) 214 a0, (v0), a1, (v1)) 217 a0, (v0), a1, (v1), a2, (v2)) 219 a0, v0, a1, v1, a2, v2, a3, v3) \ argument 234 a0, (v0), a1, (v1)) [all …]
|
| /f-stack/freebsd/contrib/device-tree/src/powerpc/fsl/ |
| H A D | interlaken-lac-portals.dtsi | 39 compatible = "fsl,interlaken-lac-portal-v1.0"; 44 compatible = "fsl,interlaken-lac-portal-v1.0"; 49 compatible = "fsl,interlaken-lac-portal-v1.0"; 54 compatible = "fsl,interlaken-lac-portal-v1.0"; 59 compatible = "fsl,interlaken-lac-portal-v1.0"; 64 compatible = "fsl,interlaken-lac-portal-v1.0"; 69 compatible = "fsl,interlaken-lac-portal-v1.0"; 74 compatible = "fsl,interlaken-lac-portal-v1.0"; 79 compatible = "fsl,interlaken-lac-portal-v1.0"; 84 compatible = "fsl,interlaken-lac-portal-v1.0"; [all …]
|
| H A D | qoriq-raid1.0-0.dtsi | 36 compatible = "fsl,raideng-v1.0"; 43 compatible = "fsl,raideng-v1.0-job-queue"; 50 compatible = "fsl,raideng-v1.0-job-ring", "fsl,raideng-v1.0-hp-ring"; 57 compatible = "fsl,raideng-v1.0-job-ring", "fsl,raideng-v1.0-lp-ring"; 65 compatible = "fsl,raideng-v1.0-job-queue"; 72 compatible = "fsl,raideng-v1.0-job-ring", "fsl,raideng-v1.0-hp-ring"; 79 compatible = "fsl,raideng-v1.0-job-ring", "fsl,raideng-v1.0-lp-ring";
|
| /f-stack/freebsd/libkern/arm/ |
| H A D | muldi3.c | 117 #define v1 v.ul[H] in __muldi3() macro 134 if (u1 == 0 && v1 == 0) { in __muldi3() 154 if (v0 >= v1) in __muldi3() 155 vdiff = v0 - v1; in __muldi3() 160 high = u1 * v1; in __muldi3() 172 #undef v1 in __muldi3() 203 v1 = HHALF(v); in __lmulq() 209 if (u1 == 0 && v1 == 0) in __lmulq() 216 if (v0 >= v1) in __lmulq() 217 vdiff = v0 - v1; in __lmulq() [all …]
|
| /f-stack/freebsd/contrib/device-tree/Bindings/arm/bcm/ |
| H A D | brcm,bcm4708.yaml | 29 - linksys,ea6300-v1 31 - luxul,xap-1510v1 45 - luxul,xap-1410v1 46 - luxul,xwr-1200v1 59 - tplink,archer-c9-v1 69 - luxul,abr-4500-v1 70 - luxul,xap-1610-v1 71 - luxul,xbr-4500-v1 72 - luxul,xwc-2000-v1 73 - luxul,xwr-3100v1 [all …]
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | siphash.c | 99 v0 += v1; \ 100 v1 = ROTL(v1, 13); \ 101 v1 ^= v0; \ 109 v2 += v1; \ 110 v1 = ROTL(v1, 17); \ 121 uint64_t v1 = 0x646f72616e646f6dULL; in siphash() local 132 v1 ^= k1; in siphash() 165 b = v0 ^ v1 ^ v2 ^ v3; in siphash() 181 uint64_t v1 = 0x646f72616e646f6dULL; in siphash_nocase() local 192 v1 ^= k1; in siphash_nocase() [all …]
|
| /f-stack/freebsd/contrib/zstd/lib/common/ |
| H A D | xxhash.c | 315 v1 = XXH32_round(v1, XXH_get32bits(p)); p+=4; in XXH32_endian_align() 415 v1 = XXH64_round(v1, XXH_get64bits(p)); p+=8; in XXH64_endian_align() 563 state->v1 = XXH32_round(state->v1, XXH_readLE32(p32, endian)); p32++; in XXH32_update_endian() 574 U32 v1 = state->v1; in XXH32_update_endian() local 580 v1 = XXH32_round(v1, XXH_readLE32(p, endian)); p+=4; in XXH32_update_endian() 586 state->v1 = v1; in XXH32_update_endian() 683 state->v1 = XXH64_round(state->v1, XXH_readLE64(state->mem64+0, endian)); in XXH64_update_endian() 693 U64 v1 = state->v1; in XXH64_update_endian() local 699 v1 = XXH64_round(v1, XXH_readLE64(p, endian)); p+=8; in XXH64_update_endian() 705 state->v1 = v1; in XXH64_update_endian() [all …]
|
| /f-stack/freebsd/contrib/device-tree/Bindings/serial/ |
| H A D | qcom,msm-uartdm.txt | 12 "qcom,msm-uartdm-v1.1" 13 "qcom,msm-uartdm-v1.2" 14 "qcom,msm-uartdm-v1.3" 15 "qcom,msm-uartdm-v1.4" 19 "qcom,msm-uartdm-v1.3" is the only compatible value that might 31 with UARTDM v1.3 and below. 34 with UARTDM v1.3 and below. 43 - A uartdm v1.4 device with dma capabilities. 46 compatible = "qcom,msm-uartdm-v1.4", "qcom,msm-uartdm"; 55 - A uartdm v1.3 device without dma capabilities and part of a GSBI complex. [all …]
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_verify/sodium/ |
| H A D | verify.c | 39 volatile __m128i v1, v2, z; in crypto_verify_n() local 47 v1 = _mm_loadu_si128((const __m128i *) &x[0]); in crypto_verify_n() 49 z = _mm_xor_si128(v1, v2); in crypto_verify_n() 51 v1 = _mm_loadu_si128((const __m128i *) &x[i]); in crypto_verify_n() 53 z = _mm_or_si128(z, _mm_xor_si128(v1, v2)); in crypto_verify_n() 56 v1 = zero; v2 = zero; z = zero; in crypto_verify_n()
|
| /f-stack/freebsd/contrib/device-tree/Bindings/powerpc/fsl/ |
| H A D | interlaken-lac.txt | 167 compatible = "fsl,interlaken-lac-portal-v1.0"; 173 compatible = "fsl,interlaken-lac-portal-v1.0"; 179 compatible = "fsl,interlaken-lac-portal-v1.0"; 185 compatible = "fsl,interlaken-lac-portal-v1.0"; 191 compatible = "fsl,interlaken-lac-portal-v1.0"; 197 compatible = "fsl,interlaken-lac-portal-v1.0"; 203 compatible = "fsl,interlaken-lac-portal-v1.0"; 209 compatible = "fsl,interlaken-lac-portal-v1.0"; 215 compatible = "fsl,interlaken-lac-portal-v1.0"; 221 compatible = "fsl,interlaken-lac-portal-v1.0"; [all …]
|
| H A D | raideng.txt | 11 - compatible: Should contain "fsl,raideng-v1.0" as the value 22 compatible = "fsl,raideng-v1.0"; 33 - compatible: Should contain "fsl,raideng-v1.0-job-queue" as the value 42 compatible = "fsl,raideng-v1.0-job-queue"; 51 - compatible: Must contain "fsl,raideng-v1.0-job-ring" as the value 53 "fsl,raideng-v1.0-hp-ring" or "fsl,raideng-v1.0-lp-ring" 70 compatible = "fsl,raideng-v1.0-job-queue"; 75 compatible = "fsl,raideng-v1.0-job-ring", "fsl,raideng-v1.0-hp-ring";
|
| /f-stack/freebsd/contrib/device-tree/Bindings/iommu/ |
| H A D | qcom,iommu.txt | 1 * QCOM IOMMU v1 Implementation 14 Followed by "qcom,msm-iommu-v1". 37 - "qcom,msm-iommu-v1-ns" : non-secure context bank 38 - "qcom,msm-iommu-v1-sec" : secure context bank 57 compatible = "qcom,msm8916-iommu", "qcom,msm-iommu-v1"; 67 compatible = "qcom,msm-iommu-v1-ns"; 74 compatible = "qcom,msm-iommu-v1-sec"; 84 compatible = "qcom,msm8916-iommu", "qcom,msm-iommu-v1"; 93 compatible = "qcom,msm-iommu-v1-ns"; 100 compatible = "qcom,msm-iommu-v1-ns";
|
| /f-stack/freebsd/netgraph/ |
| H A D | ng_patch.c | 243 conf->ops[i].val.v8 = conf->ops[i].val.v1; in ng_patch_rcvmsg() 375 val.v1 = privp->conf->ops[i].val.v1; in do_patch() 378 val.v1 += privp->conf->ops[i].val.v1; in do_patch() 381 val.v1 -= privp->conf->ops[i].val.v1; in do_patch() 384 val.v1 *= privp->conf->ops[i].val.v1; in do_patch() 387 val.v1 /= privp->conf->ops[i].val.v1; in do_patch() 393 val.v1 &= privp->conf->ops[i].val.v1; in do_patch() 396 val.v1 |= privp->conf->ops[i].val.v1; in do_patch() 399 val.v1 ^= privp->conf->ops[i].val.v1; in do_patch() 402 val.v1 <<= privp->conf->ops[i].val.v1; in do_patch() [all …]
|
| /f-stack/freebsd/contrib/device-tree/src/arm/ |
| H A D | sun8i-h3-bananapi-m2-plus-v1.2.dts | 6 /dts-v1/; 8 #include "sunxi-bananapi-m2-plus-v1.2.dtsi" 11 model = "Banana Pi BPI-M2-Plus v1.2 H3"; 12 compatible = "bananapi,bpi-m2-plus-v1.2", "allwinner,sun8i-h3";
|
| /f-stack/freebsd/contrib/device-tree/src/arm64/allwinner/ |
| H A D | sun50i-h5-bananapi-m2-plus-v1.2.dts | 4 /dts-v1/; 7 #include <arm/sunxi-bananapi-m2-plus-v1.2.dtsi> 10 model = "Banana Pi BPI-M2-Plus v1.2 H5"; 11 compatible = "bananapi,bpi-m2-plus-v1.2", "allwinner,sun50i-h5";
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_user/misc/ |
| H A D | cleanup.ksh | 39 if poolexists v1-pool; then 40 log_must zpool destroy v1-pool 48 log_must rm -f $TEST_BASE_DIR/zfs-pool-v1.dat \ 49 $TEST_BASE_DIR/zfs-pool-v1.dat.bz2
|
| /f-stack/dpdk/app/test-pmd/ |
| H A D | macswap_neon.h | 24 uint8x16_t v0, v1, v2, v3; in do_macswap() local 61 v1 = vld1q_u8((uint8_t const *)eth_hdr[1]); in do_macswap() 66 v1 = vqtbl1q_u8(v1, idx_map); in do_macswap() 71 vst1q_u8((uint8_t *)eth_hdr[1], v1); in do_macswap()
|