Home
last modified time | relevance | path

Searched refs:DecodeCopMemInstruction (Results 1 – 3 of 3) sorted by relevance

/freebsd-10-stable/contrib/llvm/lib/Target/ARM/
DARMInstrInfo.td4749 let DecoderMethod = "DecodeCopMemInstruction";
4765 let DecoderMethod = "DecodeCopMemInstruction";
4783 let DecoderMethod = "DecodeCopMemInstruction";
4802 let DecoderMethod = "DecodeCopMemInstruction";
4820 let DecoderMethod = "DecodeCopMemInstruction";
4836 let DecoderMethod = "DecodeCopMemInstruction";
4854 let DecoderMethod = "DecodeCopMemInstruction";
4873 let DecoderMethod = "DecodeCopMemInstruction";
DARMInstrThumb2.td3854 let DecoderMethod = "DecodeCopMemInstruction";
3871 let DecoderMethod = "DecodeCopMemInstruction";
3890 let DecoderMethod = "DecodeCopMemInstruction";
3909 let DecoderMethod = "DecodeCopMemInstruction";
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp203 static DecodeStatus DecodeCopMemInstruction(MCInst &Inst, unsigned Insn,
1315 static DecodeStatus DecodeCopMemInstruction(MCInst &Inst, unsigned Insn, in DecodeCopMemInstruction() function