Searched refs:InstFormatOther (Results 1 – 10 of 10) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVInstrInfoXAndes.td | 143 opcodestr, "$rd, $rs1, $msb, $lsb", [], InstFormatOther>, 184 opcodestr, "$rd, ${imm18}", [], InstFormatOther> { 205 opcodestr, "$rd, ${imm17}", [], InstFormatOther> { 225 opcodestr, "$rd, ${imm17}", [], InstFormatOther> { 246 opcodestr, "$rd, ${imm17}", [], InstFormatOther> { 267 opcodestr, "$rs2, ${imm18}", [], InstFormatOther> { 289 opcodestr, "$rs2, ${imm17}", [], InstFormatOther> { 310 opcodestr, "$rs2, ${imm17}", [], InstFormatOther> { 332 opcodestr, "$rs2, ${imm17}", [], InstFormatOther> {
|
| H A D | RISCVInstrInfoXqccmp.td | 63 opcodestr, "$rlist, $stackadj", [], InstFormatOther> {
|
| H A D | RISCVInstrInfoXwch.td | 15 : RVInst16<outs, ins, opcodestr, argstr, [], InstFormatOther> {
|
| H A D | RISCVInstrInfoZc.td | 157 opcodestr, "$rlist, $stackadj", [], InstFormatOther> {
|
| H A D | RISCVInstrInfoXCV.td | 302 "$rs2, (${rs1}), ${rs3}", [], InstFormatOther> { 319 "$rs2, $addr", [], InstFormatOther> {
|
| H A D | RISCVInstrInfo.td | 1235 def Insn16 : RVInst16<(outs), (ins uimm16:$value), "", "", [], InstFormatOther> { 1241 def Insn32 : RVInst<(outs), (ins uimm32:$value), "", "", [], InstFormatOther> { 1247 def Insn48 : RVInst48<(outs), (ins uimm48:$value), "", "", [], InstFormatOther> { 1252 def Insn64 : RVInst64<(outs), (ins uimm64:$value), "", "", [], InstFormatOther> {
|
| H A D | RISCVInstrInfoXqci.td | 695 : RVInst48<outs, ins, opcodestr, argstr, [], InstFormatOther> { 717 : RVInst48<outs, ins, opcodestr, argstr, [], InstFormatOther> { 740 opcodestr, "$rd, $imm", [], InstFormatOther> {
|
| H A D | RISCVInstrFormats.td | 61 def InstFormatOther : InstFormat<31>;
|
| H A D | RISCVInstrInfoC.td | 600 def C_UNIMP : RVInst16<(outs), (ins), "c.unimp", "", [], InstFormatOther>,
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/ |
| H A D | RISCVBaseInfo.h | 60 InstFormatOther = 31, enumerator
|