LLVM 24.0.0git
RISCVDisassembler.cpp File Reference

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "riscv-disassembler"

Functions

static MCDisassemblercreateRISCVDisassembler (const Target &T, const MCSubtargetInfo &STI, MCContext &Ctx)
static MCSymbolizercreateRISCVMCSymbolizer (const Triple &TT, LLVMOpInfoCallback GetOpInfo, LLVMSymbolLookupCallback, void *DisInfo, MCContext *Ctx, std::unique_ptr< MCRelocationInfo > &&RelInfo)
LLVM_ABI LLVM_EXTERNAL_VISIBILITY void LLVMInitializeRISCVDisassembler ()
template<unsigned FirstReg, unsigned NumRegsInClass, unsigned RVELimit = 0>
static DecodeStatus DecodeSimpleRegisterClass (MCInst &Inst, uint32_t RegNo, uint64_t Address, const MCDisassembler *Decoder)
static DecodeStatus DecodeGPRX1X5RegisterClass (MCInst &Inst, uint32_t RegNo, uint64_t Address, const MCDisassembler *Decoder)
static DecodeStatus DecodeGPRX1RegisterClass (MCInst &Inst, const MCDisassembler *Decoder)
static DecodeStatus DecodeSPRegisterClass (MCInst &Inst, const MCDisassembler *Decoder)
static DecodeStatus DecodeSPRegisterClass (MCInst &Inst, uint64_t RegNo, uint32_t Address, const MCDisassembler *Decoder)
static DecodeStatus DecodeGPRX5RegisterClass (MCInst &Inst, const MCDisassembler *Decoder)
template<auto DecodeFn, auto PredicateFn>
static DecodeStatus DecodeFilteredRegisterClass (MCInst &Inst, uint32_t RegNo, uint64_t Address, const MCDisassembler *Decoder)
constexpr bool PredNoX0 (uint32_t RegNo)
constexpr bool PredNoX2 (uint32_t RegNo)
constexpr bool PredNoX31 (uint32_t RegNo)
static DecodeStatus DecodeGPRPairRegisterClass (MCInst &Inst, uint32_t RegNo, uint64_t Address, const MCDisassembler *Decoder)
static DecodeStatus DecodeGPRPairCRegisterClass (MCInst &Inst, uint32_t RegNo, uint64_t Address, const MCDisassembler *Decoder)
static DecodeStatus DecodeGPRS07RegisterClass (MCInst &Inst, uint32_t RegNo, uint64_t Address, const void *Decoder)
template<unsigned RegisterClass, unsigned NumRegsInClass, unsigned LMul>
static DecodeStatus DecodeVectorRegisterClass (MCInst &Inst, uint32_t RegNo, uint64_t Address, const MCDisassembler *Decoder)
static DecodeStatus DecodeTRM2RegisterClass (MCInst &Inst, uint32_t RegNo, uint64_t Address, const MCDisassembler *Decoder)
static DecodeStatus DecodeTRM4RegisterClass (MCInst &Inst, uint32_t RegNo, uint64_t Address, const MCDisassembler *Decoder)
static DecodeStatus DecodeYBNDSWImm (MCInst &Inst, uint64_t Imm, int64_t Address, const MCDisassembler *Decoder)
static DecodeStatus decodeVMaskReg (MCInst &Inst, uint32_t RegNo, uint64_t Address, const MCDisassembler *Decoder)
static DecodeStatus decodeImmThreeOperand (MCInst &Inst, const MCDisassembler *Decoder)
static DecodeStatus decodeImmFourOperand (MCInst &Inst, const MCDisassembler *Decoder)
template<unsigned N>
static DecodeStatus decodeUImmOperand (MCInst &Inst, uint32_t Imm, int64_t Address, const MCDisassembler *Decoder)
template<unsigned Width, unsigned LowerBound>
static DecodeStatus decodeUImmOperandGE (MCInst &Inst, uint32_t Imm, int64_t Address, const MCDisassembler *Decoder)
template<unsigned Width, unsigned LowerBound>
static DecodeStatus decodeUImmPlus1OperandGE (MCInst &Inst, uint32_t Imm, int64_t Address, const MCDisassembler *Decoder)
static DecodeStatus decodeUImmSlistOperand (MCInst &Inst, uint32_t Imm, int64_t Address, const MCDisassembler *Decoder)
static DecodeStatus decodeUImmLog2XLenOperand (MCInst &Inst, uint32_t Imm, int64_t Address, const MCDisassembler *Decoder)
static DecodeStatus decodeUImm7EqXLenOperand (MCInst &Inst, uint32_t Imm, int64_t Address, const MCDisassembler *Decoder)
template<unsigned N>
static DecodeStatus decodeUImmNonZeroOperand (MCInst &Inst, uint32_t Imm, int64_t Address, const MCDisassembler *Decoder)
static DecodeStatus decodeUImmLog2XLenNonZeroOperand (MCInst &Inst, uint32_t Imm, int64_t Address, const MCDisassembler *Decoder)
template<unsigned N>
static DecodeStatus decodeUImmPlus1Operand (MCInst &Inst, uint32_t Imm, int64_t Address, const MCDisassembler *Decoder)
static DecodeStatus decodeImmZibiOperand (MCInst &Inst, uint32_t Imm, int64_t Address, const MCDisassembler *Decoder)
template<unsigned N>
static DecodeStatus decodeSImmOperand (MCInst &Inst, uint32_t Imm, int64_t Address, const MCDisassembler *Decoder)
static DecodeStatus decodeSImm12LoOperand (MCInst &Inst, uint32_t Imm, int64_t Address, const MCDisassembler *Decoder)
static DecodeStatus decodeUImm20Operand (MCInst &Inst, uint32_t Imm, int64_t Address, const MCDisassembler *Decoder)
template<unsigned N>
static DecodeStatus decodeSImmNonZeroOperand (MCInst &Inst, uint32_t Imm, int64_t Address, const MCDisassembler *Decoder)
template<unsigned T, unsigned N>
static DecodeStatus decodeSImmOperandAndLslN (MCInst &Inst, uint32_t Imm, int64_t Address, const MCDisassembler *Decoder)
static DecodeStatus decodeCLUIImmOperand (MCInst &Inst, uint32_t Imm, int64_t Address, const MCDisassembler *Decoder)
static DecodeStatus decodeFRMArg (MCInst &Inst, uint32_t Imm, int64_t Address, const MCDisassembler *Decoder)
static DecodeStatus decodeZcmpRlist (MCInst &Inst, uint32_t Imm, uint64_t Address, const MCDisassembler *Decoder)
static DecodeStatus decodeXqccmpRlistS0 (MCInst &Inst, uint32_t Imm, uint64_t Address, const MCDisassembler *Decoder)

Variables

constexpr auto DecodeGPRRegisterClass
constexpr auto DecodeGPRNoX0RegisterClass
constexpr auto DecodeGPRNoX2RegisterClass
constexpr auto DecodeGPRNoX31RegisterClass
constexpr auto DecodeGPRPairNoX0RegisterClass
static constexpr FeatureBitset XCVFeatureGroup
static constexpr FeatureBitset XqciFeatureGroup
static constexpr FeatureBitset XSfVectorGroup
static constexpr FeatureBitset XSfSystemGroup
static constexpr FeatureBitset XMIPSGroup
static constexpr FeatureBitset XTHeadGroup
static constexpr FeatureBitset XAndesGroup
static constexpr FeatureBitset XSMTGroup
static constexpr FeatureBitset XAIFGroup = {RISCV::FeatureVendorXAIFET}
static constexpr DecoderListEntry DecoderList32 []
static constexpr DecoderListEntry DecoderList16 []
static constexpr DecoderListEntry DecoderList48 []

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "riscv-disassembler"

Definition at line 31 of file RISCVDisassembler.cpp.

Function Documentation

◆ createRISCVDisassembler()

MCDisassembler * createRISCVDisassembler ( const Target & T,
const MCSubtargetInfo & STI,
MCContext & Ctx )
static

Definition at line 62 of file RISCVDisassembler.cpp.

References T.

Referenced by LLVMInitializeRISCVDisassembler().

◆ createRISCVMCSymbolizer()

MCSymbolizer * createRISCVMCSymbolizer ( const Triple & TT,
LLVMOpInfoCallback GetOpInfo,
LLVMSymbolLookupCallback ,
void * DisInfo,
MCContext * Ctx,
std::unique_ptr< MCRelocationInfo > && RelInfo )
static

Definition at line 69 of file RISCVDisassembler.cpp.

References llvm::createMCSymbolizer().

Referenced by LLVMInitializeRISCVDisassembler().

◆ decodeCLUIImmOperand()

◆ DecodeFilteredRegisterClass()

template<auto DecodeFn, auto PredicateFn>
DecodeStatus DecodeFilteredRegisterClass ( MCInst & Inst,
uint32_t RegNo,
uint64_t Address,
const MCDisassembler * Decoder )
static

Definition at line 157 of file RISCVDisassembler.cpp.

References Decoder, llvm::MCDisassembler::Fail, and uint64_t.

◆ decodeFRMArg()

◆ DecodeGPRPairCRegisterClass()

◆ DecodeGPRPairRegisterClass()

◆ DecodeGPRS07RegisterClass()

DecodeStatus DecodeGPRS07RegisterClass ( MCInst & Inst,
uint32_t RegNo,
uint64_t Address,
const void * Decoder )
static

◆ DecodeGPRX1RegisterClass()

DecodeStatus DecodeGPRX1RegisterClass ( MCInst & Inst,
const MCDisassembler * Decoder )
static

◆ DecodeGPRX1X5RegisterClass()

DecodeStatus DecodeGPRX1X5RegisterClass ( MCInst & Inst,
uint32_t RegNo,
uint64_t Address,
const MCDisassembler * Decoder )
static

◆ DecodeGPRX5RegisterClass()

DecodeStatus DecodeGPRX5RegisterClass ( MCInst & Inst,
const MCDisassembler * Decoder )
static

◆ decodeImmFourOperand()

DecodeStatus decodeImmFourOperand ( MCInst & Inst,
const MCDisassembler * Decoder )
static

◆ decodeImmThreeOperand()

DecodeStatus decodeImmThreeOperand ( MCInst & Inst,
const MCDisassembler * Decoder )
static

◆ decodeImmZibiOperand()

DecodeStatus decodeImmZibiOperand ( MCInst & Inst,
uint32_t Imm,
int64_t Address,
const MCDisassembler * Decoder )
static

◆ decodeSImm12LoOperand()

DecodeStatus decodeSImm12LoOperand ( MCInst & Inst,
uint32_t Imm,
int64_t Address,
const MCDisassembler * Decoder )
static

◆ decodeSImmNonZeroOperand()

template<unsigned N>
DecodeStatus decodeSImmNonZeroOperand ( MCInst & Inst,
uint32_t Imm,
int64_t Address,
const MCDisassembler * Decoder )
static

Definition at line 453 of file RISCVDisassembler.cpp.

References Decoder, decodeSImmOperand(), llvm::MCDisassembler::Fail, and Imm.

◆ decodeSImmOperand()

template<unsigned N>
DecodeStatus decodeSImmOperand ( MCInst & Inst,
uint32_t Imm,
int64_t Address,
const MCDisassembler * Decoder )
static

◆ decodeSImmOperandAndLslN()

template<unsigned T, unsigned N>
DecodeStatus decodeSImmOperandAndLslN ( MCInst & Inst,
uint32_t Imm,
int64_t Address,
const MCDisassembler * Decoder )
static

◆ DecodeSimpleRegisterClass()

template<unsigned FirstReg, unsigned NumRegsInClass, unsigned RVELimit = 0>
DecodeStatus DecodeSimpleRegisterClass ( MCInst & Inst,
uint32_t RegNo,
uint64_t Address,
const MCDisassembler * Decoder )
static

◆ DecodeSPRegisterClass() [1/2]

DecodeStatus DecodeSPRegisterClass ( MCInst & Inst,
const MCDisassembler * Decoder )
static

◆ DecodeSPRegisterClass() [2/2]

DecodeStatus DecodeSPRegisterClass ( MCInst & Inst,
uint64_t RegNo,
uint32_t Address,
const MCDisassembler * Decoder )
static

◆ DecodeTRM2RegisterClass()

DecodeStatus DecodeTRM2RegisterClass ( MCInst & Inst,
uint32_t RegNo,
uint64_t Address,
const MCDisassembler * Decoder )
static

◆ DecodeTRM4RegisterClass()

DecodeStatus DecodeTRM4RegisterClass ( MCInst & Inst,
uint32_t RegNo,
uint64_t Address,
const MCDisassembler * Decoder )
static

◆ decodeUImm20Operand()

DecodeStatus decodeUImm20Operand ( MCInst & Inst,
uint32_t Imm,
int64_t Address,
const MCDisassembler * Decoder )
static

◆ decodeUImm7EqXLenOperand()

DecodeStatus decodeUImm7EqXLenOperand ( MCInst & Inst,
uint32_t Imm,
int64_t Address,
const MCDisassembler * Decoder )
static

◆ decodeUImmLog2XLenNonZeroOperand()

DecodeStatus decodeUImmLog2XLenNonZeroOperand ( MCInst & Inst,
uint32_t Imm,
int64_t Address,
const MCDisassembler * Decoder )
static

◆ decodeUImmLog2XLenOperand()

◆ decodeUImmNonZeroOperand()

template<unsigned N>
DecodeStatus decodeUImmNonZeroOperand ( MCInst & Inst,
uint32_t Imm,
int64_t Address,
const MCDisassembler * Decoder )
static

Definition at line 383 of file RISCVDisassembler.cpp.

References Decoder, decodeUImmOperand(), llvm::MCDisassembler::Fail, and Imm.

◆ decodeUImmOperand()

template<unsigned N>
DecodeStatus decodeUImmOperand ( MCInst & Inst,
uint32_t Imm,
int64_t Address,
const MCDisassembler * Decoder )
static

◆ decodeUImmOperandGE()

template<unsigned Width, unsigned LowerBound>
DecodeStatus decodeUImmOperandGE ( MCInst & Inst,
uint32_t Imm,
int64_t Address,
const MCDisassembler * Decoder )
static

◆ decodeUImmPlus1Operand()

template<unsigned N>
DecodeStatus decodeUImmPlus1Operand ( MCInst & Inst,
uint32_t Imm,
int64_t Address,
const MCDisassembler * Decoder )
static

◆ decodeUImmPlus1OperandGE()

template<unsigned Width, unsigned LowerBound>
DecodeStatus decodeUImmPlus1OperandGE ( MCInst & Inst,
uint32_t Imm,
int64_t Address,
const MCDisassembler * Decoder )
static

◆ decodeUImmSlistOperand()

DecodeStatus decodeUImmSlistOperand ( MCInst & Inst,
uint32_t Imm,
int64_t Address,
const MCDisassembler * Decoder )
static

◆ DecodeVectorRegisterClass()

template<unsigned RegisterClass, unsigned NumRegsInClass, unsigned LMul>
DecodeStatus DecodeVectorRegisterClass ( MCInst & Inst,
uint32_t RegNo,
uint64_t Address,
const MCDisassembler * Decoder )
static

◆ decodeVMaskReg()

◆ decodeXqccmpRlistS0()

DecodeStatus decodeXqccmpRlistS0 ( MCInst & Inst,
uint32_t Imm,
uint64_t Address,
const MCDisassembler * Decoder )
static

◆ DecodeYBNDSWImm()

DecodeStatus DecodeYBNDSWImm ( MCInst & Inst,
uint64_t Imm,
int64_t Address,
const MCDisassembler * Decoder )
static

◆ decodeZcmpRlist()

◆ LLVMInitializeRISCVDisassembler()

◆ PredNoX0()

bool PredNoX0 ( uint32_t RegNo)
constexpr

Definition at line 165 of file RISCVDisassembler.cpp.

◆ PredNoX2()

bool PredNoX2 ( uint32_t RegNo)
constexpr

Definition at line 166 of file RISCVDisassembler.cpp.

◆ PredNoX31()

bool PredNoX31 ( uint32_t RegNo)
constexpr

Definition at line 167 of file RISCVDisassembler.cpp.

Variable Documentation

◆ DecodeGPRNoX0RegisterClass

auto DecodeGPRNoX0RegisterClass
constexpr
Initial value:
=
static DecodeStatus DecodeFilteredRegisterClass(MCInst &Inst, uint32_t RegNo, uint64_t Address, const MCDisassembler *Decoder)

Definition at line 169 of file RISCVDisassembler.cpp.

◆ DecodeGPRNoX2RegisterClass

auto DecodeGPRNoX2RegisterClass
constexpr

◆ DecodeGPRNoX31RegisterClass

auto DecodeGPRNoX31RegisterClass
constexpr

◆ DecodeGPRPairNoX0RegisterClass

auto DecodeGPRPairNoX0RegisterClass
constexpr

◆ DecodeGPRRegisterClass

auto DecodeGPRRegisterClass
constexpr
Initial value:
=
static DecodeStatus DecodeSimpleRegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Address, const MCDisassembler *Decoder)

Definition at line 116 of file RISCVDisassembler.cpp.

Referenced by DecodeAddrMode2IdxInstruction(), DecodeAddrMode3Instruction(), DecodeAddrMode5FP16Operand(), DecodeAddrMode5Operand(), DecodeAddrMode6Operand(), DecodeAddrMode7Operand(), DecodeAddrModeImm12Operand(), DecodeCopMemInstruction(), DecodeDoubleRegLoad(), DecodeDoubleRegStore(), DecodeForVMRSandVMSR(), DecodeGPRnopcRegisterClass(), DecodeGPRNoR0R1RegisterClass(), DecodeGPRnospRegisterClass(), DecodeGPRwithAPSRRegisterClass(), DecodeGPRwithZRRegisterClass(), DecodeLazyLoadStoreMul(), DecodeLDRPreImm(), DecodeLDRPreReg(), DecodeMemMultipleWritebackInstruction(), DecodeMVEVMOVDRegtoQ(), DecodeMVEVMOVQtoDReg(), DecodeRegListOperand(), DecodeRegSeqOperand(), DecodeRFEInstruction(), DecoderGPRRegisterClass(), DecodeSORegMemOperand(), DecodeSTRPreImm(), DecodeSTRPreReg(), DecodeT2AddrModeImm12(), DecodeT2AddrModeImm8(), DecodeT2AddrModeImm8s4(), DecodeT2AddrModeSOReg(), DecodeT2LdStPre(), DecodeT2LoadImm12(), DecodeT2LoadImm8(), DecodeT2LoadLabel(), DecodeT2LoadShift(), DecodetGPRRegisterClass(), DecodeThumbAddSPReg(), DecodeThumbTableBranch(), DecodeTSTInstruction(), DecodeVLD1DupInstruction(), DecodeVLD1LN(), DecodeVLD2DupInstruction(), DecodeVLD2LN(), DecodeVLD3DupInstruction(), DecodeVLD3LN(), DecodeVLD4DupInstruction(), DecodeVLD4LN(), DecodeVLDInstruction(), DecodeVMOVRRS(), DecodeVMOVSRR(), DecodeVST1LN(), DecodeVST2LN(), DecodeVST3LN(), DecodeVST4LN(), and DecodeVSTInstruction().

◆ DecoderList16

DecoderListEntry DecoderList16[]
staticconstexpr
Initial value:
{
{DecoderTableXqci16, XqciFeatureGroup, "Qualcomm uC 16-bit"},
{DecoderTableXqccmp16,
{RISCV::FeatureVendorXqccmp},
"Xqccmp (Qualcomm 16-bit Push/Pop & Double Move Instructions)"},
{DecoderTableXqccmt16,
{RISCV::FeatureVendorXqccmt},
"Xqccmt (Qualcomm 16-bit Table Jump Instructions)"},
{DecoderTableXwchc16, {RISCV::FeatureVendorXwchc}, "WCH QingKe XW"},
{DecoderTableZicfiss16, {}, "Zicfiss (Shadow Stack 16-bit)"},
{DecoderTable16, {}, "standard 16-bit instructions"},
{DecoderTableRV32Only16, {}, "RV32-only 16-bit instructions"},
{DecoderTableZcOverlap16,
{},
"ZcOverlap (16-bit Instructions overlapping with Zcf/Zcd)"},
}
static constexpr FeatureBitset XqciFeatureGroup

Definition at line 643 of file RISCVDisassembler.cpp.

◆ DecoderList32

DecoderListEntry DecoderList32[]
staticconstexpr
Initial value:
{
{DecoderTableXCV32, XCVFeatureGroup, "CORE-V extensions"},
{DecoderTableXqci32, XqciFeatureGroup, "Qualcomm uC Extensions"},
{DecoderTableXVentana32,
{RISCV::FeatureVendorXVentanaCondOps},
"XVentanaCondOps"},
{DecoderTableXTHead32, XTHeadGroup, "T-Head extensions"},
{DecoderTableXSfvector32, XSfVectorGroup, "SiFive vector extensions"},
{DecoderTableXSfsystem32, XSfSystemGroup, "SiFive system extensions"},
{DecoderTableXSfcease32, {RISCV::FeatureVendorXSfcease}, "SiFive sf.cease"},
{DecoderTableXMIPS32, XMIPSGroup, "Mips extensions"},
{DecoderTableXAndes32, XAndesGroup, "Andes extensions"},
{DecoderTableXSMT32, XSMTGroup, "SpacemiT extensions"},
{DecoderTableXAIF32, XAIFGroup, "AI Foundry extensions"},
{DecoderTable32, {}, "standard 32-bit instructions"},
{DecoderTableRV32Only32, {}, "RV32-only standard 32-bit instructions"},
{DecoderTableZfinx32, {}, "Zfinx (Float in Integer)"},
{DecoderTableZdinxRV32Only32, {}, "RV32-only Zdinx (Double in Integer)"},
}
static constexpr FeatureBitset XAIFGroup
static constexpr FeatureBitset XSMTGroup
static constexpr FeatureBitset XCVFeatureGroup
static constexpr FeatureBitset XSfVectorGroup
static constexpr FeatureBitset XMIPSGroup
static constexpr FeatureBitset XAndesGroup
static constexpr FeatureBitset XTHeadGroup
static constexpr FeatureBitset XSfSystemGroup

Definition at line 585 of file RISCVDisassembler.cpp.

◆ DecoderList48

DecoderListEntry DecoderList48[]
staticconstexpr
Initial value:
{
{DecoderTableXqci48, XqciFeatureGroup, "Qualcomm uC 48bit"},
}

Definition at line 690 of file RISCVDisassembler.cpp.

◆ XAIFGroup

FeatureBitset XAIFGroup = {RISCV::FeatureVendorXAIFET}
staticconstexpr

Definition at line 583 of file RISCVDisassembler.cpp.

◆ XAndesGroup

FeatureBitset XAndesGroup
staticconstexpr
Initial value:
= {
RISCV::FeatureVendorXAndesPerf, RISCV::FeatureVendorXAndesBFHCvt,
RISCV::FeatureVendorXAndesVBFHCvt, RISCV::FeatureVendorXAndesVSIntH,
RISCV::FeatureVendorXAndesVSIntLoad, RISCV::FeatureVendorXAndesVPackFPH,
RISCV::FeatureVendorXAndesVDot}

Definition at line 574 of file RISCVDisassembler.cpp.

◆ XCVFeatureGroup

FeatureBitset XCVFeatureGroup
staticconstexpr
Initial value:
= {
RISCV::FeatureVendorXCVbitmanip, RISCV::FeatureVendorXCVelw,
RISCV::FeatureVendorXCVmac, RISCV::FeatureVendorXCVmem,
RISCV::FeatureVendorXCValu, RISCV::FeatureVendorXCVsimd,
RISCV::FeatureVendorXCVbi}

Definition at line 529 of file RISCVDisassembler.cpp.

◆ XMIPSGroup

FeatureBitset XMIPSGroup
staticconstexpr
Initial value:
= {
RISCV::FeatureVendorXMIPSLSP,
RISCV::FeatureVendorXMIPSCMov,
RISCV::FeatureVendorXMIPSCBOP,
RISCV::FeatureVendorXMIPSEXECTL,
}

Definition at line 559 of file RISCVDisassembler.cpp.

◆ XqciFeatureGroup

FeatureBitset XqciFeatureGroup
staticconstexpr
Initial value:
= {
RISCV::FeatureVendorXqcia, RISCV::FeatureVendorXqciac,
RISCV::FeatureVendorXqcibi, RISCV::FeatureVendorXqcibm,
RISCV::FeatureVendorXqcicli, RISCV::FeatureVendorXqcicm,
RISCV::FeatureVendorXqcics, RISCV::FeatureVendorXqcicsr,
RISCV::FeatureVendorXqciint, RISCV::FeatureVendorXqciio,
RISCV::FeatureVendorXqcilb, RISCV::FeatureVendorXqcili,
RISCV::FeatureVendorXqcilia, RISCV::FeatureVendorXqcilo,
RISCV::FeatureVendorXqcilsm, RISCV::FeatureVendorXqcisim,
RISCV::FeatureVendorXqcisls, RISCV::FeatureVendorXqcisync,
}

Definition at line 535 of file RISCVDisassembler.cpp.

◆ XSfSystemGroup

FeatureBitset XSfSystemGroup
staticconstexpr
Initial value:
= {
RISCV::FeatureVendorXSiFivecdiscarddlone,
RISCV::FeatureVendorXSiFivecflushdlone,
}

Definition at line 554 of file RISCVDisassembler.cpp.

◆ XSfVectorGroup

FeatureBitset XSfVectorGroup
staticconstexpr
Initial value:
= {
RISCV::FeatureVendorXSfvcp, RISCV::FeatureVendorXSfvqmaccdod,
RISCV::FeatureVendorXSfvqmaccqoq, RISCV::FeatureVendorXSfvfwmaccqqq,
RISCV::FeatureVendorXSfvfnrclipxfqf, RISCV::FeatureVendorXSfmmbase,
RISCV::FeatureVendorXSfvfexpa, RISCV::FeatureVendorXSfvfexpa64e,
RISCV::FeatureVendorXSfvfbfexp16e, RISCV::FeatureVendorXSfvfexp16e,
RISCV::FeatureVendorXSfvfexp32e}

Definition at line 547 of file RISCVDisassembler.cpp.

◆ XSMTGroup

FeatureBitset XSMTGroup
staticconstexpr
Initial value:
= {RISCV::FeatureVendorXSMTVDot,
RISCV::FeatureVendorXSMTVDotII}

Definition at line 580 of file RISCVDisassembler.cpp.

◆ XTHeadGroup

FeatureBitset XTHeadGroup
staticconstexpr
Initial value:
= {
RISCV::FeatureVendorXTHeadBa, RISCV::FeatureVendorXTHeadBb,
RISCV::FeatureVendorXTHeadBs, RISCV::FeatureVendorXTHeadCondMov,
RISCV::FeatureVendorXTHeadCmo, RISCV::FeatureVendorXTHeadFMemIdx,
RISCV::FeatureVendorXTHeadMac, RISCV::FeatureVendorXTHeadMemIdx,
RISCV::FeatureVendorXTHeadMemPair, RISCV::FeatureVendorXTHeadSync,
RISCV::FeatureVendorXTHeadVdot}

Definition at line 566 of file RISCVDisassembler.cpp.