Home
last modified time | relevance | path

Searched refs:VS2Constraint (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVInstrFormats.td56 def VS2Constraint : RISCVVConstraint<0b001>;
91 def WidenV : RISCVVConstraint<!or(VS2Constraint.Value,
96 def WidenCvt : RISCVVConstraint<!or(VS2Constraint.Value,
98 def Iota : RISCVVConstraint<!or(VS2Constraint.Value,
100 def SlideUp : RISCVVConstraint<!or(VS2Constraint.Value,
102 def Vrgather : RISCVVConstraint<!or(VS2Constraint.Value,
105 def Vcompress : RISCVVConstraint<!or(VS2Constraint.Value,
/openbsd/gnu/llvm/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVBaseInfo.h110 VS2Constraint = 0b001, enumerator
/openbsd/gnu/llvm/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp2616 if (Constraints & RISCVII::VS2Constraint) { in validateInstruction()