Searched refs:DecodeRegListOperand (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/Disassembler/ |
| H A D | MipsDisassembler.cpp | 537 static DecodeStatus DecodeRegListOperand(MCInst &Inst, unsigned Insn, 1900 if (DecodeRegListOperand(Inst, Insn, Address, Decoder) in DecodeMemMMImm12() 2422 static DecodeStatus DecodeRegListOperand(MCInst &Inst, in DecodeRegListOperand() function
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/Disassembler/ |
| H A D | ARMDisassembler.cpp | 244 static DecodeStatus DecodeRegListOperand(MCInst &Inst, unsigned Val, 1542 static DecodeStatus DecodeRegListOperand(MCInst &Inst, unsigned Val, in DecodeRegListOperand() function 2321 if (!Check(S, DecodeRegListOperand(Inst, reglist, Address, Decoder))) in DecodeMemMultipleWritebackInstruction()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MicroMipsInstrInfo.td | 526 let DecoderMethod = "DecodeRegListOperand";
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMInstrInfo.td | 588 let DecoderMethod = "DecodeRegListOperand"; 598 let DecoderMethod = "DecodeRegListOperand";
|