Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMInstrInfo.td5475 let DecoderMethod = "DecodeCopMemInstruction";
5491 let DecoderMethod = "DecodeCopMemInstruction";
5509 let DecoderMethod = "DecodeCopMemInstruction";
5528 let DecoderMethod = "DecodeCopMemInstruction";
5547 let DecoderMethod = "DecodeCopMemInstruction";
5563 let DecoderMethod = "DecodeCopMemInstruction";
5581 let DecoderMethod = "DecodeCopMemInstruction";
5600 let DecoderMethod = "DecodeCopMemInstruction";
H A DARMInstrThumb2.td4408 let DecoderMethod = "DecodeCopMemInstruction";
4425 let DecoderMethod = "DecodeCopMemInstruction";
4444 let DecoderMethod = "DecodeCopMemInstruction";
4463 let DecoderMethod = "DecodeCopMemInstruction";
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp281 static DecodeStatus DecodeCopMemInstruction(MCInst &Inst, unsigned Insn,
1860 static DecodeStatus DecodeCopMemInstruction(MCInst &Inst, unsigned Insn, in DecodeCopMemInstruction() function