Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoXAndes.td143 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 DRISCVInstrInfoXqccmp.td63 opcodestr, "$rlist, $stackadj", [], InstFormatOther> {
H A DRISCVInstrInfoXwch.td15 : RVInst16<outs, ins, opcodestr, argstr, [], InstFormatOther> {
H A DRISCVInstrInfoZc.td157 opcodestr, "$rlist, $stackadj", [], InstFormatOther> {
H A DRISCVInstrInfoXCV.td302 "$rs2, (${rs1}), ${rs3}", [], InstFormatOther> {
319 "$rs2, $addr", [], InstFormatOther> {
H A DRISCVInstrInfo.td1235 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 DRISCVInstrInfoXqci.td695 : RVInst48<outs, ins, opcodestr, argstr, [], InstFormatOther> {
717 : RVInst48<outs, ins, opcodestr, argstr, [], InstFormatOther> {
740 opcodestr, "$rd, $imm", [], InstFormatOther> {
H A DRISCVInstrFormats.td61 def InstFormatOther : InstFormat<31>;
H A DRISCVInstrInfoC.td600 def C_UNIMP : RVInst16<(outs), (ins), "c.unimp", "", [], InstFormatOther>,
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVBaseInfo.h60 InstFormatOther = 31, enumerator