Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMInstrInfo.td5198 let DecoderMethod = "DecodeCopMemInstruction";
5214 let DecoderMethod = "DecodeCopMemInstruction";
5232 let DecoderMethod = "DecodeCopMemInstruction";
5251 let DecoderMethod = "DecodeCopMemInstruction";
5269 let DecoderMethod = "DecodeCopMemInstruction";
5285 let DecoderMethod = "DecodeCopMemInstruction";
5303 let DecoderMethod = "DecodeCopMemInstruction";
5322 let DecoderMethod = "DecodeCopMemInstruction";
H A DARMInstrThumb2.td3957 let DecoderMethod = "DecodeCopMemInstruction";
3974 let DecoderMethod = "DecodeCopMemInstruction";
3993 let DecoderMethod = "DecodeCopMemInstruction";
4012 let DecoderMethod = "DecodeCopMemInstruction";
/freebsd-12.1/contrib/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp194 static DecodeStatus DecodeCopMemInstruction(MCInst &Inst, unsigned Insn,
1320 static DecodeStatus DecodeCopMemInstruction(MCInst &Inst, unsigned Insn, in DecodeCopMemInstruction() function