Searched refs:DecodeRegListOperand (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/Target/Mips/Disassembler/ |
D | MipsDisassembler.cpp | 407 static DecodeStatus DecodeRegListOperand(MCInst &Inst, unsigned Insn, 1296 if (DecodeRegListOperand(Inst, Insn, Address, Decoder) in DecodeMemMMImm12() 1754 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, 1212 static DecodeStatus DecodeRegListOperand(MCInst &Inst, unsigned Val, in DecodeRegListOperand() function 1952 if (!Check(S, DecodeRegListOperand(Inst, reglist, Address, Decoder))) in DecodeMemMultipleWritebackInstruction()
|
/external/llvm/lib/Target/Mips/ |
D | MicroMipsInstrInfo.td | 492 let DecoderMethod = "DecodeRegListOperand";
|
/external/llvm/lib/Target/ARM/ |
D | ARMInstrInfo.td | 440 let DecoderMethod = "DecodeRegListOperand";
|