Searched full:zbkc (Results 1 – 11 of 11) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | BuiltinsRISCV.td | 33 // Zbc or Zbkc extension. 35 def clmul_32 : RISCVBuiltin<"unsigned int(unsigned int, unsigned int)", "zbc|zbkc">; 36 def clmul_64 : RISCVBuiltin<"uint64_t(uint64_t, uint64_t)", "zbc|zbkc,64bit">; 37 def clmulh_32 : RISCVBuiltin<"unsigned int(unsigned int, unsigned int)", "zbc|zbkc,32bit">; 38 def clmulh_64 : RISCVBuiltin<"uint64_t(uint64_t, uint64_t)", "zbc|zbkc,64bit">;
|
| /freebsd/secure/lib/libcrypto/man/man3/ |
| H A D | OPENSSL_riscvcap.3 | 122 .IP ZBKC 4 123 .IX Item "ZBKC"
|
| /freebsd/crypto/openssl/include/crypto/ |
| H A D | riscv_arch.def | 34 RISCV_DEFINE_CAP(ZBKC, 0, 5, 4, (1 << 9))
|
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | OPENSSL_riscvcap.pod | 69 =item ZBKC
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVSchedXiangShanNanHu.td | 113 // Zbkc 294 // Zbkc
|
| H A D | RISCVFeatures.td | 541 : RISCVExtension<"zbkc", 1, 0, 542 "'Zbkc' (Carry-less multiply instructions for " 548 "'Zbkc' (Carry-less multiply instructions for Cryptography)">; 554 "'Zbkc' (Carry-less multiply instructions "
|
| H A D | RISCVInstrInfoZb.td | 20 // Zbkc - 1.0
|
| /freebsd/sys/contrib/device-tree/Bindings/riscv/ |
| H A D | extensions.yaml | 219 - const: zbkc 221 The standard Zbkc carry-less multiply instructions as ratified
|
| /freebsd/crypto/openssl/crypto/modes/ |
| H A D | gcm128.c | 406 /* Zbc/Zbkc (scalar crypto with clmul) based routines. */
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | IntrinsicsRISCV.td | 94 // Zbc or Zbkc
|
| /freebsd/contrib/llvm-project/llvm/lib/TargetParser/ |
| H A D | Host.cpp | 2073 Features["zbkc"] = ExtMask & (1 << 9); // RISCV_HWPROBE_EXT_ZBKC in getHostCPUFeatures()
|