Searched full:zbkb (Results 1 – 17 of 17) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | BuiltinsRISCV.td | 56 // Zbkb extension. 58 def brev8_32 : RISCVBuiltin<"unsigned int(unsigned int)", "zbkb">; 59 def brev8_64 : RISCVBuiltin<"uint64_t(uint64_t)", "zbkb,64bit">; 60 def zip_32 : RISCVBuiltin<"unsigned int(unsigned int)", "zbkb,32bit">; 61 def unzip_32 : RISCVBuiltin<"unsigned int(unsigned int)", "zbkb,32bit">;
|
| /freebsd/crypto/openssl/crypto/aes/asm/ |
| H A D | aes-riscv32-zkn.pl | 501 my $zbkb = shift; 526 if ($zbkb) { 558 my $zbkb = shift; 583 if ($zbkb) { 627 my $zbkb = shift; 656 if ($zbkb) { 796 my $zbkb = shift; 817 if ($zbkb) { 867 my $zbkb = shift; 896 if ($zbkb) { [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVScheduleZb.td | 39 // Zbkb extension 76 // Zbkb extension
|
| H A D | RISCVSchedXiangShanNanHu.td | 91 // Zbkb 299 // Zbkb
|
| H A D | RISCVFeatures.td | 516 : RISCVExtension<"zbkb", 1, 0, 517 "'Zbkb' (Bitmanip instructions for Cryptography)">, 521 "'Zbkb' (Bitmanip instructions for Cryptography)">; 535 "'Zbkb' (Bitmanip instructions for Cryptography)">;
|
| H A D | RISCVInstrInfoSFB.td | 178 // Zbb/Zbkb instructions
|
| H A D | RISCVISelLowering.h | 140 // brev8, orc.b, zip, and unzip from Zbb and Zbkb. All operands are i32 or
|
| H A D | RISCVInstrInfoZb.td | 19 // Zbkb - 1.0
|
| H A D | RISCVISelLowering.cpp | 372 // Zbkb can use rev8+brev8 to implement bitreverse. in RISCVTargetLowering()
|
| /freebsd/secure/lib/libcrypto/man/man3/ |
| H A D | OPENSSL_riscvcap.3 | 117 .IP ZBKB 4 118 .IX Item "ZBKB"
|
| /freebsd/crypto/openssl/include/crypto/ |
| H A D | riscv_arch.def | 33 RISCV_DEFINE_CAP(ZBKB, 0, 4, 4, (1 << 8))
|
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | OPENSSL_riscvcap.pod | 63 =item ZBKB
|
| /freebsd/sys/contrib/device-tree/Bindings/riscv/ |
| H A D | extensions.yaml | 213 - const: zbkb 215 The standard Zbkb bitmanip instructions for cryptography as ratified
|
| /freebsd/crypto/openssl/crypto/perlasm/ |
| H A D | riscv.pm | 211 # brev8 without `brev8` instruction (only in Zbkb) 245 # rev8 without `rev8` instruction (only in Zbb or Zbkb)
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | IntrinsicsRISCV.td | 101 // Zbkb
|
| /freebsd/contrib/llvm-project/llvm/lib/TargetParser/ |
| H A D | Host.cpp | 2072 Features["zbkb"] = ExtMask & (1 << 8); // RISCV_HWPROBE_EXT_ZBKB in getHostCPUFeatures()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGBuiltin.cpp | 21970 // Zbkb in EmitRISCVBuiltinExpr()
|