Searched +full:fp32 +full:- +full:to +full:- +full:int8 +full:- +full:ranged +full:- +full:clip +full:- +full:instructions (Results 1 – 3 of 3) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0 OR MIT)3 ---5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: RISC-V ISA extensions10 - Paul Walmsley <paul.walmsley@sifive.com>11 - Palmer Dabbelt <palmer@sifive.com>12 - Conor Dooley <conor@kernel.org>15 RISC-V has a large number of extensions, some of which are "standard"16 extensions, meaning they are ratified by RISC-V International, and others23 The properties for standard extensions therefore map to their originally[all …]
1 //===-- RISCVFeatures.td - RISC-V Features and Extensions --*- tablegen -*-===//5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception7 //===----------------------------------------------------------------------===//9 //===----------------------------------------------------------------------===//10 // RISC-V subtarget features and instruction predicates.11 //===----------------------------------------------------------------------===//13 // Subclass of SubtargetFeature to be used when the feature is also a RISC-V16 // name - Name of the extension in lower case.17 // major - Major version of extension.18 // minor - Minor version of extension.[all …]
1 //===-- RISCVDisassembler.cpp - Disassembler for RISC-V -------------------===//5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception7 //===----------------------------------------------------------------------===//11 //===----------------------------------------------------------------------===//28 #define DEBUG_TYPE "riscv-disassembler"74 bool IsRVE = Decoder->getSubtargetInfo().hasFeature(RISCV::FeatureStdExtE); in DecodeGPRRegisterClass()198 MCRegister Reg = (RegNo < 2) ? (RegNo + RISCV::X8) : (RegNo - 2 + RISCV::X18); in DecodeSR07RegisterClass()222 const MCRegisterInfo *RI = Dis->getContext().getRegisterInfo(); in DecodeVRM2RegisterClass()224 RI->getMatchingSuperReg(RISCV::V0 + RegNo, RISCV::sub_vrm1_0, in DecodeVRM2RegisterClass()239 const MCRegisterInfo *RI = Dis->getContext().getRegisterInfo(); in DecodeVRM4RegisterClass()[all …]