Home
last modified time | relevance | path

Searched full:zvbb (Results 1 – 21 of 21) sorted by relevance

/freebsd/crypto/openssl/crypto/aes/
H A Dbuild.info55 …4.s aes-riscv64-zkn.s aes-riscv64-zvkb-zvkned.s aes-riscv64-zvkned.s aes-riscv64-zvbb-zvkg-zvkned.s
134 GENERATE[aes-riscv64-zvbb-zvkg-zvkned.s]=asm/aes-riscv64-zvbb-zvkg-zvkned.pl
/freebsd/secure/lib/libcrypto/man/man3/
H A DOPENSSL_riscvcap.3170 .IP ZVBB 4
171 .IX Item "ZVBB"
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVScheduleZvk.td11 /// Zvbb extension
56 /// Zvbb extension
H A DRISCVFeatures.td741 : RISCVExtension<"zvbb", 1, 0,
742 "'Zvbb' (Vector basic bit-manipulation instructions)",
747 "'Zvbb' (Vector basic bit-manipulation instructions)">;
H A DRISCVSchedSiFiveP600.td758 // Zvbb
1097 // Zvbb
H A DRISCVInstrInfo.cpp3887 // TODO: Handle Zvbb instructions in getVectorLowDemandedScalarBits()
H A DRISCVISelLowering.cpp4914 // If we don't have zvbb or the larger element type > ELEN, the operation will in lowerBitreverseShuffle()
/freebsd/crypto/openssl/include/crypto/
H A Driscv_arch.h110 * The ZVBB is the superset of ZVKB extension. We use macro here to replace the
H A Driscv_arch.def44 RISCV_DEFINE_CAP(ZVBB, 0, 15, 4, (1 << 17))
/freebsd/crypto/openssl/doc/man3/
H A DOPENSSL_riscvcap.pod127 =item ZVBB
/freebsd/sys/contrib/device-tree/Bindings/riscv/
H A Dextensions.yaml504 - const: zvbb
506 The standard Zvbb extension for vectored basic bit-manipulation
836 - const: zvbb
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DRISCVISAInfo.cpp745 if (Exts.count("zvbb") && !HasVector) in checkDependency()
747 "'zvbb' requires 'v' or 'zve*' extension to also be specified"); in checkDependency()
H A DHost.cpp2081 Features["zvbb"] = ExtMask & (1 << 17); // RISCV_HWPROBE_EXT_ZVBB in getHostCPUFeatures()
/freebsd/crypto/openssl/crypto/aes/asm/
H A Daes-riscv64-zvbb-zvkg-zvkned.pl39 # - RISC-V Vector Bit-manipulation extension ('Zvbb')
/freebsd/crypto/openssl/providers/
H A Dfips.module.sources15 crypto/aes/asm/aes-riscv64-zvbb-zvkg-zvkned.pl
H A Dfips-sources.checksums15 e1f3805332eb811d9d0c9377b67fe0681063364f1af84d8598f7daa30da65b4d crypto/aes/asm/aes-riscv64-zvbb-z…
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DRISCVVEmitter.cpp662 .Case("Zvbb", RVV_REQ_Zvbb) in createRVVIntrinsics()
/freebsd/crypto/openssl/crypto/perlasm/
H A Driscv.pm824 ## Zvbb and Zvkb instructions
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaRISCV.cpp214 {"zvbb", RVV_REQ_Zvbb}, in ConstructRVVIntrinsics()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A Driscv_vector.td2635 // zvbb
2636 let RequiredFeatures = ["Zvbb", "Experimental"] in {
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicsRISCV.td1864 // Zvbb