Searched refs:DecodeRegListOperand (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/Disassembler/ |
| H A D | MipsDisassembler.cpp | 473 static DecodeStatus DecodeRegListOperand(MCInst &Inst, unsigned Insn, 1812 if (DecodeRegListOperand(Inst, Insn, Address, Decoder) in DecodeMemMMImm12() 2301 static DecodeStatus DecodeRegListOperand(MCInst &Inst, unsigned Insn, in DecodeRegListOperand() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/Disassembler/ |
| H A D | ARMDisassembler.cpp | 268 static DecodeStatus DecodeRegListOperand(MCInst &Inst, unsigned Val, 1736 static DecodeStatus DecodeRegListOperand(MCInst &Inst, unsigned Val, in DecodeRegListOperand() function 2537 if (!Check(S, DecodeRegListOperand(Inst, reglist, Address, Decoder))) in DecodeMemMultipleWritebackInstruction()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MicroMipsInstrInfo.td | 528 let DecoderMethod = "DecodeRegListOperand";
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMInstrInfo.td | 606 let DecoderMethod = "DecodeRegListOperand"; 616 let DecoderMethod = "DecodeRegListOperand";
|