Searched refs:DecodeRegListOperand (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/Target/Mips/Disassembler/ |
D | MipsDisassembler.cpp | 453 static DecodeStatus DecodeRegListOperand(MCInst &Inst, unsigned Insn, 1526 if (DecodeRegListOperand(Inst, Insn, Address, Decoder) in DecodeMemMMImm12() 2005 static DecodeStatus DecodeRegListOperand(MCInst &Inst, in DecodeRegListOperand() function
|
/external/llvm/lib/Target/ARM/Disassembler/ |
D | ARMDisassembler.cpp | 179 static DecodeStatus DecodeRegListOperand(MCInst &Inst, unsigned Val, 1198 static DecodeStatus DecodeRegListOperand(MCInst &Inst, unsigned Val, in DecodeRegListOperand() function 1938 if (!Check(S, DecodeRegListOperand(Inst, reglist, Address, Decoder))) in DecodeMemMultipleWritebackInstruction()
|
/external/llvm/lib/Target/Mips/ |
D | MicroMipsInstrInfo.td | 523 let DecoderMethod = "DecodeRegListOperand";
|
/external/llvm/lib/Target/ARM/ |
D | ARMInstrInfo.td | 449 let DecoderMethod = "DecodeRegListOperand";
|