Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMInstrInfo.td5438 let DecoderMethod = "DecodeCopMemInstruction";
5454 let DecoderMethod = "DecodeCopMemInstruction";
5472 let DecoderMethod = "DecodeCopMemInstruction";
5491 let DecoderMethod = "DecodeCopMemInstruction";
5510 let DecoderMethod = "DecodeCopMemInstruction";
5526 let DecoderMethod = "DecodeCopMemInstruction";
5544 let DecoderMethod = "DecodeCopMemInstruction";
5563 let DecoderMethod = "DecodeCopMemInstruction";
H A DARMInstrThumb2.td4323 let DecoderMethod = "DecodeCopMemInstruction";
4340 let DecoderMethod = "DecodeCopMemInstruction";
4359 let DecoderMethod = "DecodeCopMemInstruction";
4378 let DecoderMethod = "DecodeCopMemInstruction";
/llvm-project-15.0.7/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp285 static DecodeStatus DecodeCopMemInstruction(MCInst &Inst, unsigned Insn,
1861 static DecodeStatus DecodeCopMemInstruction(MCInst &Inst, unsigned Insn, in DecodeCopMemInstruction() function