| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVProcessors.td | 62 def GENERIC_RV64 : RISCVProcessorModel<"generic-rv64", 68 // to change to the appropriate rv32/rv64 version. 77 def ROCKET_RV64 : RISCVProcessorModel<"rocket-rv64", 340 def SYNTACORE_SCR3_RV64 : RISCVProcessorModel<"syntacore-scr3-rv64",
|
| H A D | RISCVRegisterInfo.td | 68 let SubRegRanges = SubRegRangeByHwMode<[RV32, RV64], 72 let SubRegRanges = SubRegRangeByHwMode<[RV32, RV64], 124 def XLenVT : ValueTypeByHwMode<[RV32, RV64], 126 // Allow f64 in GPR for ZDINX on RV64. 127 def XLenFVT : ValueTypeByHwMode<[RV64], 132 [RV32, RV64], 595 let RegInfos = RegInfoByHwMode<[RV32, RV64],
|
| H A D | RISCVTargetTransformInfo.h | 270 // Scalarize masked gather for RV64 if EEW=64 indices aren't supported. in forceScalarizeMaskedGather() 275 // Scalarize masked scatter for RV64 if EEW=64 indices aren't supported. in forceScalarizeMaskedScatter()
|
| H A D | RISCVSubtarget.cpp | 73 CPU = Is64Bit ? "generic-rv64" : "generic-rv32"; in initializeSubtargetDependencies()
|
| H A D | RISCVISelLowering.h | 107 // FP to XLen int conversions. Corresponds to fcvt.l(u).s/d/h on RV64 and 113 // FP to 32 bit int conversions for RV64. These are used to keep track of the 415 // FP to 32 bit int conversions for RV64. These are used to keep track of the
|
| H A D | RISCVInstrInfoM.td | 119 // Experimental RV64 i32 legalization patterns.
|
| H A D | RISCVInstrInfoXTHead.td | 626 // mulaw, mulsw are available only in RV64. 850 // Experimental RV64 i32 legalization patterns. 890 // mulaw, mulsw are available only in RV64.
|
| /freebsd/crypto/openssl/crypto/perlasm/ |
| H A D | riscv.pm | 282 # Encoding for aes64ds rd, rs1, rs2 instruction on RV64 292 # Encoding for aes64dsm rd, rs1, rs2 instruction on RV64 302 # Encoding for aes64es rd, rs1, rs2 instruction on RV64 312 # Encoding for aes64esm rd, rs1, rs2 instruction on RV64 322 # Encoding for aes64im rd, rs1 instruction on RV64 331 # Encoding for aes64ks1i rd, rs1, rnum instruction on RV64 341 # Encoding for aes64ks2 rd, rs1, rs2 instruction on RV64 359 # Encoding for clmul rd, rs1, rs2 instruction on RV64 369 # Encoding for clmulh rd, rs1, rs2 instruction on RV64 379 # Encoding for rev8 rd, rs instruction on RV64 [all …]
|
| /freebsd/crypto/openssl/providers/implementations/ciphers/ |
| H A D | cipher_aes_gcm_hw_rv64i.inc | 38 * RISC-V RV64 ZVKNED support for AES GCM. 71 * RISC-V RV64 ZVKB, ZVKG and ZVKNED support for AES GCM.
|
| H A D | cipher_sm4_hw_rv64i.inc | 11 * RV64 ZVKSED support for AES modes ecb, cbc, ofb, cfb, ctr.
|
| H A D | cipher_aes_ccm_hw_rv64i.inc | 35 * RISC-V RV64 ZVKNED support for AES CCM.
|
| H A D | cipher_aes_hw_rv64i.inc | 52 * RISC-V RV64 ZVKNED support for AES modes ecb, cbc, ofb, cfb, ctr.
|
| /freebsd/crypto/openssl/include/crypto/ |
| H A D | sm4_platform.h | 42 /* RV64 support */ 53 # endif /* RV64 */
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/ |
| H A D | RISCVBaseInfo.cpp | 113 report_fatal_error("RV64 target requires an RV64 CPU"); in validate() 118 report_fatal_error("RV32 and RV64 can't be combined"); in validate()
|
| H A D | RISCVMatInt.cpp | 81 assert(IsRV64 && "Can't emit >32-bit imm for non-RV64 target"); in generateInstSeqImpl() 254 // will always be true for RV32 and will often be true for RV64. in generateInstSeq()
|
| H A D | RISCVMCTargetDesc.cpp | 92 CPU = TT.isArch64Bit() ? "generic-rv64" : "generic-rv32"; in createRISCVMCSubtargetInfo()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/RISCV/ |
| H A D | EmulateInstructionRISCV.cpp | 510 {"C_LDSP", 0xE003, 0x6002, DecodeC_LDSP, RV64 | RV128}, 512 {"C_SDSP", 0xE003, 0xE002, DecodeC_SDSP, RV64 | RV128}, 514 {"C_LD", 0xE003, 0x6000, DecodeC_LD, RV64 | RV128}, 516 {"C_SD", 0xE003, 0xE000, DecodeC_SD, RV64 | RV128}, 525 {"C_ADDIW", 0xE003, 0x2001, DecodeC_ADDIW, RV64 | RV128}, 527 {"C_SLLI", 0xE003, 0x2, DecodeC_SLLI, RV64 | RV128}, 528 {"C_SRLI", 0xEC03, 0x8001, DecodeC_SRLI, RV64 | RV128}, 529 {"C_SRAI", 0xEC03, 0x8401, DecodeC_SRAI, RV64 | RV128}, 537 {"C_SUBW", 0xFC63, 0x9C01, DecodeC_SUBW, RV64 | RV128}, 538 {"C_ADDW", 0xFC63, 0x9C21, DecodeC_ADDW, RV64 | RV128}, [all …]
|
| H A D | RISCVInstructions.h | 294 constexpr uint8_t RV64 = 2; variable 305 uint8_t inst_type = RV32 | RV64 | RV128;
|
| /freebsd/sys/contrib/device-tree/Bindings/riscv/ |
| H A D | extensions.yaml | 305 RV64 as it contains no instructions") of riscv-code-size-reduction, 313 RV64 as it contains no instructions") of riscv-code-size-reduction, 321 RV64 as it contains no instructions") of riscv-code-size-reduction, 329 RV64 as it contains no instructions") of riscv-code-size-reduction, 852 # Zcf extension does not exist on rv64
|
| /freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/ |
| H A D | RISCV.cpp | 248 // rv64g | rv64*d -> lp64d in getRISCVABI() 250 // rv64* -> lp64 in getRISCVABI() 395 return Triple.isRISCV64() ? "generic-rv64" : "generic-rv32"; in getRISCVTargetCPU()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/builtins/riscv/ |
| H A D | save.S | 13 // The entry points are grouped up into 2s for rv64 and 4s for rv32 since this
|
| H A D | restore.S | 17 // The entry points are grouped up into 2s for rv64 and 4s for rv32 since this
|
| /freebsd/contrib/llvm-project/llvm/lib/TargetParser/ |
| H A D | RISCVISAInfo.cpp | 491 else if (Arch.consume_front("rv64")) in parseNormalizedArchString() 564 // ISA string must begin with rv32, rv64, or a profile. in parseArchString() 568 } else if (Arch.consume_front("rv64")) { in parseArchString() 604 "string must begin with rv32{i,e,g}, rv64{i,e,g}, or a supported " in parseArchString()
|
| H A D | RISCVTargetParser.cpp | 36 bool is64Bit() const { return DefaultMarch.starts_with("rv64"); } in is64Bit()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | riscv_sifive_vector.td | 53 ["Xsfvcp", "RV64"], ["Xsfvcp"]) in
|