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