Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMInstrInfo.td5423 let DecoderMethod = "DecodeCopMemInstruction";
5439 let DecoderMethod = "DecodeCopMemInstruction";
5457 let DecoderMethod = "DecodeCopMemInstruction";
5476 let DecoderMethod = "DecodeCopMemInstruction";
5494 let DecoderMethod = "DecodeCopMemInstruction";
5510 let DecoderMethod = "DecodeCopMemInstruction";
5528 let DecoderMethod = "DecodeCopMemInstruction";
5547 let DecoderMethod = "DecodeCopMemInstruction";
H A DARMInstrThumb2.td4299 let DecoderMethod = "DecodeCopMemInstruction";
4316 let DecoderMethod = "DecodeCopMemInstruction";
4335 let DecoderMethod = "DecodeCopMemInstruction";
4354 let DecoderMethod = "DecodeCopMemInstruction";
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp253 static DecodeStatus DecodeCopMemInstruction(MCInst &Inst, unsigned Insn,
1665 static DecodeStatus DecodeCopMemInstruction(MCInst &Inst, unsigned Insn, in DecodeCopMemInstruction() function