Searched refs:DecodeRegListOperand (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/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
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/ARM/Disassembler/ |
| H A D | ARMDisassembler.cpp | 268 static DecodeStatus DecodeRegListOperand(MCInst &Inst, unsigned Val, 1733 static DecodeStatus DecodeRegListOperand(MCInst &Inst, unsigned Val, in DecodeRegListOperand() function 2534 if (!Check(S, DecodeRegListOperand(Inst, reglist, Address, Decoder))) in DecodeMemMultipleWritebackInstruction()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Mips/ |
| H A D | MicroMipsInstrInfo.td | 528 let DecoderMethod = "DecodeRegListOperand";
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/ARM/ |
| H A D | ARMInstrInfo.td | 600 let DecoderMethod = "DecodeRegListOperand"; 610 let DecoderMethod = "DecodeRegListOperand";
|