Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMInstrInfo.td5500 let DecoderMethod = "DecodeCopMemInstruction";
5516 let DecoderMethod = "DecodeCopMemInstruction";
5534 let DecoderMethod = "DecodeCopMemInstruction";
5553 let DecoderMethod = "DecodeCopMemInstruction";
5572 let DecoderMethod = "DecodeCopMemInstruction";
5588 let DecoderMethod = "DecodeCopMemInstruction";
5606 let DecoderMethod = "DecodeCopMemInstruction";
5625 let DecoderMethod = "DecodeCopMemInstruction";
H A DARMInstrThumb2.td4429 let DecoderMethod = "DecodeCopMemInstruction";
4446 let DecoderMethod = "DecodeCopMemInstruction";
4465 let DecoderMethod = "DecodeCopMemInstruction";
4484 let DecoderMethod = "DecodeCopMemInstruction";
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp281 static DecodeStatus DecodeCopMemInstruction(MCInst &Inst, unsigned Insn,
1869 static DecodeStatus DecodeCopMemInstruction(MCInst &Inst, unsigned Insn, in DecodeCopMemInstruction() function