Home
last modified time | relevance | path

Searched refs:InstFormatOther (Results 1 – 8 of 8) sorted by relevance

/freebsd-head/contrib/llvm-project/llvm/lib/Target/RISCV/
HDRISCVInstrInfoZicfiss.td14 RVInst16<(outs), (ins reg_class:$rs1), opcodestr, "$rs1", [], InstFormatOther> {
HDRISCVInstrInfoXwch.td15 : RVInst16<outs, ins, opcodestr, argstr, [], InstFormatOther> {
HDRISCVInstrInfoZc.td154 opcodestr, "$rlist, $stackadj", [], InstFormatOther> {
HDRISCVInstrInfoXCV.td589 : RVInst<outs, ins, opcodestr, argstr, [], InstFormatOther> {
606 : RVInst<outs, ins, opcodestr, argstr, [], InstFormatOther> {
HDRISCVInstrInfoC.td596 def C_UNIMP : RVInst16<(outs), (ins), "c.unimp", "", [], InstFormatOther>,
804 def Insn16 : RVInst16<(outs), (ins uimm16:$value), "", "", [], InstFormatOther> {
HDRISCVInstrFormats.td55 def InstFormatOther : InstFormat<22>;
HDRISCVInstrInfo.td1125 def Insn32 : RVInst<(outs), (ins uimm32:$value), "", "", [], InstFormatOther> {
/freebsd-head/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
HDRISCVBaseInfo.h54 InstFormatOther = 22, enumerator