/freebsd/contrib/llvm-project/llvm/lib/TargetParser/ |
H A D | ARMTargetParserCommon.cpp | 42 .Cases("v9", "v9a", "v9-a") in getArchSynonym() 43 .Case("v9.1a", "v9.1-a") in getArchSynonym() 44 .Case("v9.2a", "v9.2-a") in getArchSynonym() 45 .Case("v9.3a", "v9.3-a") in getArchSynonym() 46 .Case("v9.4a", "v9.4-a") in getArchSynonym() 47 .Case("v9.5a", "v9.5-a") in getArchSynonym()
|
/freebsd/sys/crypto/openssl/aarch64/ |
H A D | aes-gcm-armv8_64.S | 115 trn1 v9.2d, v14.2d, v15.2d //h4h | h3h 133 eor v17.16b, v17.16b, v9.16b //h4k | h3k 359 pmull2 v9.1q, v4.2d, v15.2d //GHASH block 4k - high 374 eor v9.16b, v9.16b, v28.16b //GHASH block 4k+1 - high 408 eor v9.16b, v9.16b, v8.16b //GHASH block 4k+2 - high 427 eor v9.16b, v9.16b, v4.16b //GHASH block 4k+3 - high 447 pmull v31.1q, v9.1d, v8.1d //MODULO - top 64b align with mid 464 eor v30.16b, v11.16b, v9.16b //MODULO - karatsuba tidy up 473 ext v9.16b, v9.16b, v9.16b, #8 //MODULO - other top alignment 524 eor v10.16b, v10.16b, v9.16b //MODULO - fold into mid [all …]
|
H A D | chacha-armv8.S | 339 ld1 {v8.4s,v9.4s},[x5] 461 tbl v19.16b,{v4.16b},v9.16b 463 tbl v23.16b,{v5.16b},v9.16b 465 tbl v27.16b,{v6.16b},v9.16b 467 tbl v31.16b,{v7.16b},v9.16b 565 tbl v31.16b,{v4.16b},v9.16b 567 tbl v19.16b,{v5.16b},v9.16b 569 tbl v23.16b,{v6.16b},v9.16b 571 tbl v27.16b,{v7.16b},v9.16b 945 mov v9.16b,v1.16b [all …]
|
H A D | armv8-mont.S | 249 eor v9.16b,v9.16b,v9.16b 261 st1 {v8.2d,v9.2d},[x7],#32 285 umlal v9.2d,v28.2s,v0.s[3] 300 umlal v9.2d,v29.2s,v2.s[3] 314 umlal v9.2d,v28.2s,v0.s[2] 330 umlal v9.2d,v29.2s,v2.s[2] 345 umlal v9.2d,v28.2s,v0.s[1] 360 umlal v9.2d,v29.2s,v2.s[1] 372 add v16.2d,v9.2d,v8.2d 373 ins v9.d[0],v16.d[0] [all …]
|
H A D | vpaes-armv8.S | 225 and v9.16b, v15.16b, v17.16b 228 tbl v9.16b, {v20.16b}, v9.16b 233 eor v8.16b, v9.16b, v16.16b 277 and v9.16b, v8.16b, v17.16b 280 tbl v13.16b, {v19.16b},v9.16b 282 eor v9.16b, v9.16b, v8.16b 286 tbl v12.16b, {v18.16b},v9.16b 296 eor v10.16b, v10.16b, v9.16b 466 and v9.16b, v15.16b, v17.16b 469 tbl v10.16b, {v20.16b},v9.16b [all …]
|
H A D | poly1305-armv8.S | 564 add v9.2s,v9.2s,v24.2s 581 umlal v22.2d,v9.2s,v5.s[0] 582 umlal v23.2d,v9.2s,v7.s[0] 584 umlal v21.2d,v9.2s,v3.s[0] 586 umlal v19.2d,v9.2s,v0.s[0] 588 umlal v20.2d,v9.2s,v1.s[0] 680 add v14.2s,v9.2s,v24.2s 725 add v9.2s,v9.2s,v24.2s 733 umlal v22.2d,v9.2s,v5.2s 734 umlal v19.2d,v9.2s,v0.2s [all …]
|
/freebsd/share/man/man4/ |
H A D | ng_netflow.4 | 60 Node supports IPv6 accounting (NetFlow v9 only) and is aware of multiple fibs. 61 Different fibs are mapped to different domain_id in NetFlow V9 and different engine_id in NetFlow V… 226 (NetFlow v9-specific). This message requires 240 Sets export interface MTU to build packets of specified size (NetFlow v9-specific). 258 Returns some NetFlow v9 related values in a 261 uint16_t templ_packets; /* v9 template packets */ 262 uint16_t templ_time; /* v9 template time */ 263 uint16_t mtu; /* v9 MTU */
|
/freebsd/sys/netgraph/netflow/ |
H A D | ng_netflow.h | 61 NGM_NETFLOW_SETTEMPLATE = 8, /* set v9 flow template periodic */ 63 NGM_NETFLOW_V9INFO = 10|NGM_READONLY|NGM_HASREPLY, /* get v9 info */ 105 { "V9 failed exports", &ng_parse_uint32_type },\ 178 uint16_t templ_packets; /* v9 template packets */ 179 uint16_t templ_time; /* v9 template time */ 180 uint16_t mtu; /* v9 MTU */ 361 { "v9 template packets", &ng_parse_uint16_type },\ 362 { "v9 template time", &ng_parse_uint16_type },\ 363 { "v9 MTU", &ng_parse_uint16_type },\ 393 uint32_t flow9_seq; /* current V9 flow sequence */ [all …]
|
H A D | netflow_v9.c | 62 MALLOC_DEFINE(M_NETFLOW_GENERAL, "netflow_general", "plog, V9 templates data"); 65 * Base V9 templates for L4+ IPv4/IPv6 protocols 207 CTR0(KTR_NET, "export9_send(): V9 export packet without tag"); in export9_send() 235 /* Add V9 record to dgram. */ 249 CTR0(KTR_NET, "ng_netflow: V9 export packet without tag!"); in export9_add() 478 /* Get a snapshot of NetFlow v9 settings */
|
/freebsd/crypto/openssl/crypto/sha/asm/ |
H A D | keccak1600p8-ppc.pl | 76 # v9 A[2][4] A[3][4] 104 vxor v30,v4, v9 ; A[0..1][4]^A[2..3][4] 146 vxor v9, v9, v29 ; A[2..3][4] ^= C[3..3] 159 vrld v9, v9, v22 167 vpermdi v11,v9, v5, 0b01 ; [4][2] [4][3] < [2][4] [3][0] 174 vpermdi v8, v9, v29,0b11 ; [2][3] [3][3] < [3][4] [3][2] 176 vpermdi v9, v10,v30,0b01 ; [2][4] [3][4] < [4][0] [4][3] 196 vandc v28,v9, v8 ; (~A[2..3][3] & A[2..3][4]) 197 vandc v29,v5, v9 ; (~A[2..3][4] & A[2..3][0]) 203 vxor v9, v9, v30 ; A[2..3][4] ^= (~A[2..3][0] & A[2..3][1]) [all …]
|
/freebsd/crypto/openssl/crypto/aes/asm/ |
H A D | vpaes-ppc.pl | 201 vspltisb v9,0x0f # 0x0f..0f 283 vand v0, v0, v9 418 vspltisb v9,0x0f # 0x0f..0f 515 vand v0, v0, v9 889 vxor v9,v9,v9 # 0x00..00 955 vnor $outmask, v9, v9 # 0xff..ff 956 ?vperm $outmask, v9, $outmask, $outperm 981 vnor $outmask, v9, v9 # 0xff..ff 982 ?vperm $outmask, $outmask, v9, $outperm 1040 ?vsldoi v6, v0, v9, 8 [all …]
|
H A D | vpaes-armv8.pl | 288 and v9.16b, v15.16b, v17.16b 291 tbl v9.16b, {$iptlo}, v9.16b 296 eor v8.16b, v9.16b, v16.16b 340 and v9.16b, v8.16b, v17.16b 343 tbl v13.16b, {$invhi},v9.16b 345 eor v9.16b, v9.16b, v8.16b 349 tbl v12.16b, {$invlo},v9.16b 359 eor v10.16b, v10.16b, v9.16b 529 and v9.16b, v15.16b, v17.16b 532 tbl v10.16b, {$iptlo},v9.16b [all …]
|
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_pwhash/argon2/ |
H A D | blamka-round-ref.h | 27 #define BLAKE2_ROUND_NOMSG(v0, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, \ argument 31 G(v1, v5, v9, v13); \ 37 G(v3, v4, v9, v14); \
|
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/ |
H A D | isa_defs.h | 60 * implementation for 64-bit ABIs such as SPARC V9. 203 * architectures. This includes SPARC V7, SPARC V8 and SPARC V9. 209 * The symbol __sparcv9 indicates the 64-bit SPARC V9 architecture as defined 235 * if you haven't asked for SPARC V9, then you must've meant SPARC V8. 259 * 64-bit Solaris on SPARC V9 systems.
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCCallingConv.td | 96 CCAssignToReg<[V2, V3, V4, V5, V6, V7, V8, V9]>>>, 98 // Vector types returned as "direct" go into V2 .. V9; note that only the 102 CCAssignToReg<[V2, V3, V4, V5, V6, V7, V8, V9]>>> 143 CCIfNotVarArg<CCAssignToReg<[V2, V3, V4, V5, V6, V7, V8, V9, V10, 152 CCIfNotVarArg<CCAssignToReg<[V2, V3, V4, V5, V6, V7, V8, V9, V10, 189 CCAssignToReg<[V2, V3, V4, V5, V6, V7, V8, V9]>>>, 192 CCAssignToReg<[V2, V3, V4, V5, V6, V7, V8, V9]>>> 268 V8, V9, V10, V11, V12, V13]>>>, 273 V8, V9, V10, V11, V12, V13]>>>,
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMFeatures.td | 684 def HasV9_1aOps : SubtargetFeature<"v9.1a", "HasV9_1aOps", "true", 685 "Support ARM v9.1a instructions", 688 def HasV9_2aOps : SubtargetFeature<"v9.2a", "HasV9_2aOps", "true", 689 "Support ARM v9.2a instructions", 692 def HasV9_3aOps : SubtargetFeature<"v9.3a", "HasV9_3aOps", "true", 693 "Support ARM v9.3a instructions", 696 def HasV9_4aOps : SubtargetFeature<"v9.4a", "HasV9_4aOps", "true", 697 "Support ARM v9.4a instructions", 700 // Armv9.5-A is a v9-only architecture. From v9.5-A onwards there's no mapping 702 def HasV9_5aOps : SubtargetFeature<"v9.5a", "HasV9_5aOps", "true", [all …]
|
/freebsd/sys/contrib/device-tree/src/arm64/realtek/ |
H A D | rtd1295-mele-v9.dts | 12 compatible = "mele,v9", "realtek,rtd1295"; 13 model = "MeLE V9";
|
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/ |
H A D | AArch64TargetParser.h | 121 // v9.5a > v9.4a > v9.3a > v9.2a > v9.1a > v9a;
|
/freebsd/sys/contrib/device-tree/Bindings/arm/ |
H A D | realtek.yaml | 33 - mele,v9 # MeLE V9
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_upgrade/ |
H A D | zpool_upgrade.cfg | 114 # v9 pool 115 ZPOOL_VERSION_9_FILES="zfs-pool-v9.dat" 116 ZPOOL_VERSION_9_NAME="v9-pool"
|
/freebsd/contrib/bearssl/src/hash/ |
H A D | ghash_pwr8.c | 166 * Load current h (denoted hereafter h1) in v9. in br_ghash_pwr8() 267 * Repack the blocks into v9, v10, v11 and v12. in br_ghash_pwr8() 268 * v9 = b0_0:b1_0 in br_ghash_pwr8() 343 * v9 = y_0:y_1 in br_ghash_pwr8() 388 : "v0", "v1", "v2", "v3", "v4", "v5", "v6", "v7", "v8", "v9", in br_ghash_pwr8()
|
/freebsd/crypto/openssl/crypto/ |
H A D | sparccpuid.S | 9 # define ABI64 /* They've said -xarch=v9 at command line */ 48 ! Following is V9 "rd %ccr,%o0" instruction. However! V8 52 ! V9-compliant, as V9 returns a distinct value of 0x99, 183 be .v9 212 .v9: label
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVTargetTransformInfo.cpp | 382 // vwaddu.vv v10, v8, v9 in getShuffleCost() 384 // vwmaccu.vx v10, a0, v9 in getShuffleCost() 501 // vslidedown.vi v8, v9, 2 in getShuffleCost() 507 // vslideup.vi v8, v9, 2 in getShuffleCost() 515 // vmerge.vvm v8, v9, v8, v0 in getShuffleCost() 562 // vrgather.vi v9, v8, 0 in getShuffleCost() 589 // vid.v v9 in getShuffleCost() 590 // vrsub.vx v10, v9, a0 in getShuffleCost() 591 // vrgather.vv v9, v8, v10 in getShuffleCost() 1114 // vfncvt.rtz.x.f.w v9, v8 in getCastInstrCost() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/MCTargetDesc/ |
H A D | SparcMCTargetDesc.h | 40 // Defines symbolic names for Sparc v9 ASI tag names. 52 // Defines symbolic names for Sparc v9 prefetch tag names.
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/ |
H A D | Sparc.td | 35 : SubtargetFeature<"v9", "IsV9", "true", 36 "Enable SPARC-V9 instructions">; 39 "Enable deprecated V8 instructions in V9 mode">; 145 def : Proc<"v9", [FeatureV9]>;
|