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.td5471 let DecoderMethod = "DecodeCopMemInstruction";
5487 let DecoderMethod = "DecodeCopMemInstruction";
5505 let DecoderMethod = "DecodeCopMemInstruction";
5524 let DecoderMethod = "DecodeCopMemInstruction";
5543 let DecoderMethod = "DecodeCopMemInstruction";
5559 let DecoderMethod = "DecodeCopMemInstruction";
5577 let DecoderMethod = "DecodeCopMemInstruction";
5596 let DecoderMethod = "DecodeCopMemInstruction";
H A DARMInstrThumb2.td4402 let DecoderMethod = "DecodeCopMemInstruction";
4419 let DecoderMethod = "DecodeCopMemInstruction";
4438 let DecoderMethod = "DecodeCopMemInstruction";
4457 let DecoderMethod = "DecodeCopMemInstruction";
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp281 static DecodeStatus DecodeCopMemInstruction(MCInst &Inst, unsigned Insn,
1863 static DecodeStatus DecodeCopMemInstruction(MCInst &Inst, unsigned Insn, in DecodeCopMemInstruction() function