Searched refs:InstFormatOther (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/ |
H A D | RISCVBaseInfo.h | 54 InstFormatOther = 22, enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVInstrInfoXwch.td | 15 : RVInst16<outs, ins, opcodestr, argstr, [], InstFormatOther> {
|
H A D | RISCVInstrInfoZc.td | 154 opcodestr, "$rlist, $stackadj", [], InstFormatOther> {
|
H A D | RISCVInstrInfoXCV.td | 589 : RVInst<outs, ins, opcodestr, argstr, [], InstFormatOther> { 606 : RVInst<outs, ins, opcodestr, argstr, [], InstFormatOther> {
|
H A D | RISCVInstrInfoC.td | 596 def C_UNIMP : RVInst16<(outs), (ins), "c.unimp", "", [], InstFormatOther>, 804 def Insn16 : RVInst16<(outs), (ins uimm16:$value), "", "", [], InstFormatOther> {
|
H A D | RISCVInstrFormats.td | 55 def InstFormatOther : InstFormat<22>;
|
H A D | RISCVInstrInfo.td | 1125 def Insn32 : RVInst<(outs), (ins uimm32:$value), "", "", [], InstFormatOther> {
|