Home
last modified time | relevance | path

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

/external/llvm/lib/Target/ARM/
DARMInstrInfo.td4861 let DecoderMethod = "DecodeCopMemInstruction";
4877 let DecoderMethod = "DecodeCopMemInstruction";
4895 let DecoderMethod = "DecodeCopMemInstruction";
4914 let DecoderMethod = "DecodeCopMemInstruction";
4932 let DecoderMethod = "DecodeCopMemInstruction";
4948 let DecoderMethod = "DecodeCopMemInstruction";
4966 let DecoderMethod = "DecodeCopMemInstruction";
4985 let DecoderMethod = "DecodeCopMemInstruction";
DARMInstrThumb2.td3928 let DecoderMethod = "DecodeCopMemInstruction";
3945 let DecoderMethod = "DecodeCopMemInstruction";
3964 let DecoderMethod = "DecodeCopMemInstruction";
3983 let DecoderMethod = "DecodeCopMemInstruction";
/external/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp188 static DecodeStatus DecodeCopMemInstruction(MCInst &Inst, unsigned Insn,
1311 static DecodeStatus DecodeCopMemInstruction(MCInst &Inst, unsigned Insn, in DecodeCopMemInstruction() function